dlvhex  2.5.0
src/ChoicePlugin.cpp File Reference

Support for choice literals in rule heads. More...

#include "dlvhex2/ChoicePlugin.h"
#include "dlvhex2/PlatformDefinitions.h"
#include "dlvhex2/ProgramCtx.h"
#include "dlvhex2/Registry.h"
#include "dlvhex2/Printer.h"
#include "dlvhex2/Printhelpers.h"
#include "dlvhex2/PredicateMask.h"
#include "dlvhex2/Logger.h"
#include "dlvhex2/HexParser.h"
#include "dlvhex2/HexParserModule.h"
#include "dlvhex2/HexGrammar.h"
#include "dlvhex2/LiberalSafetyChecker.h"
#include <boost/algorithm/string/predicate.hpp>
#include <boost/lexical_cast.hpp>
Include dependency graph for ChoicePlugin.cpp:

Go to the source code of this file.

Data Structures

class  ChoiceParserModuleSemantics
struct  ChoiceParserModuleSemantics::choiceRule
struct  ChoiceParserModuleSemantics::choiceHead
struct  ChoiceParserModuleSemantics::choiceElement
struct  sem< ChoiceParserModuleSemantics::choiceRule >
struct  sem< ChoiceParserModuleSemantics::choiceHead >
struct  sem< ChoiceParserModuleSemantics::choiceElement >

Detailed Description

Support for choice literals in rule heads.

Author:
Christoph Redl

Definition in file ChoicePlugin.cpp.