dlvhex
2.5.0
|
Generic options usable for every solver type. More...
#include <include/dlvhex2/ASPSolverManager.h>
Public Member Functions | |
GenericOptions () | |
Constructor. | |
virtual | ~GenericOptions () |
Destructor. | |
Data Fields | |
bool | includeFacts |
Whether to include facts in the result (default=no). |
Generic options usable for every solver type.
Definition at line 64 of file ASPSolverManager.h.
Constructor.
Definition at line 47 of file ASPSolverManager.cpp.
ASPSolverManager::GenericOptions::~GenericOptions | ( | ) | [virtual] |
Destructor.
Definition at line 53 of file ASPSolverManager.cpp.
Whether to include facts in the result (default=no).
Definition at line 72 of file ASPSolverManager.h.