|
Clingo
|
Class to store state for grounding. More...
#include <base.hh>
Public Member Functions | |
| virtual | ~State ()=default |
| Destructor. | |
| virtual void | output (Logger &log, SymbolStore &store, OutputStm &out)=0 |
| Output delayed literals. | |
Class to store state for grounding.
|
pure virtual |
Output delayed literals.
Implemented in CppClingo::Ground::StateAssignAggr, CppClingo::Ground::StateBdAggr, CppClingo::Ground::StateCondLit, CppClingo::Ground::StateDisjunction, CppClingo::Ground::StateHdAggr, and CppClingo::Ground::StateTheory.