The ConstraintValues Class. More...
#include <OSResult.h>
Public Member Functions | |
| ConstraintValues () | |
| Default constructor. | |
| ~ConstraintValues () | |
| Class destructor. | |
Public Attributes | |
| std::vector< ConValue * > | con |
| con is a vector of ConValue objects that give an index and constraint function value for each constraint function. | |
The ConstraintValues Class.
Definition at line 582 of file OSResult.h.
| ConstraintValues::ConstraintValues | ( | ) |
Default constructor.
| ConstraintValues::~ConstraintValues | ( | ) |
Class destructor.
| std::vector<ConValue*> ConstraintValues::con |
con is a vector of ConValue objects that give an index and constraint function value for each constraint function.
Definition at line 589 of file OSResult.h.
1.6.1