Represents a simple class for model storage. More...
#include <ogdf/external/Minisat.h>
Public Member Functions | |
| Model () | |
| virtual | ~Model () |
| bool | getValue (int var) const |
| returns the value of the assignemt of a variable in the model | |
| std::string | intToString (const int i) |
| void | printModel () |
| void | setModel (Internal::Solver &S) |
| sets the model to the model of minsat | |
Public Attributes | |
| Internal::Solver::SolverStatus | solverStatus |
Private Member Functions | |
| void | reset () |
Private Attributes | |
| std::vector< int > | m_vModel |
| internal storage of a model by minisat | |
Represents a simple class for model storage.
A model is a feasible assignment of variables.
|
inline |
|
inline |
|
inline |
|
private |
| Internal::Solver::SolverStatus Minisat::Model::solverStatus |