dlvhex
2.5.0
|
Generic configuration for all model builders. More...
#include <include/dlvhex2/ModelBuilder.h>
Public Member Functions | |
ModelBuilderConfig (EvalGraphT &eg) | |
Constructor. | |
Data Fields | |
EvalGraphT & | eg |
Evaluation graph to use for model building. | |
bool | redundancyElimination |
True to optimize redundant parts in the model building process. | |
bool | constantSpace |
True to work with constant space. |
Generic configuration for all model builders.
Definition at line 45 of file ModelBuilder.h.
ModelBuilderConfig< EvalGraphT >::ModelBuilderConfig | ( | EvalGraphT & | eg | ) | [inline] |
Constructor.
eg | See ModelBuilderConfig::eg. |
Definition at line 49 of file ModelBuilder.h.
bool ModelBuilderConfig< EvalGraphT >::constantSpace |
True to work with constant space.
Definition at line 56 of file ModelBuilder.h.
EvalGraphT& ModelBuilderConfig< EvalGraphT >::eg |
Evaluation graph to use for model building.
Definition at line 52 of file ModelBuilder.h.
Referenced by OfflineModelBuilder< EvalGraphT >::OfflineModelBuilder(), and OnlineModelBuilder< EvalGraphT >::OnlineModelBuilder().
bool ModelBuilderConfig< EvalGraphT >::redundancyElimination |
True to optimize redundant parts in the model building process.
Definition at line 54 of file ModelBuilder.h.