The VariableValues Class. More...
#include <OSResult.h>
Public Member Functions | |
| VariableValues () | |
| Default constructor. | |
| ~VariableValues () | |
| Class destructor. | |
Public Attributes | |
| std::vector< VarValue * > | var |
| a vector of VarValue objects, there will be one for each variable in the solution | |
The VariableValues Class.
Definition at line 393 of file OSResult.h.
| VariableValues::VariableValues | ( | ) |
Default constructor.
| VariableValues::~VariableValues | ( | ) |
Class destructor.
| std::vector<VarValue*> VariableValues::var |
a vector of VarValue objects, there will be one for each variable in the solution
Definition at line 399 of file OSResult.h.
1.6.1