#include <OSOption.h>
Public Member Functions | |
| InitVarValue () | |
| Default constructor. | |
| ~InitVarValue () | |
| Class destructor. | |
| bool | IsEqual (InitVarValue *that) |
| A function to check for the equality of two objects. | |
Public Attributes | |
| int | idx |
| variable index | |
| double | value |
| initial value | |
Definition at line 851 of file OSOption.h.
| InitVarValue::InitVarValue | ( | ) |
| InitVarValue::~InitVarValue | ( | ) |
| bool InitVarValue::IsEqual | ( | InitVarValue * | that | ) |
variable index
Definition at line 855 of file OSOption.h.
Referenced by InitVariableValues::addVar(), IpoptProblem::get_starting_point(), BonminProblem::get_starting_point(), and IsEqual().
| double InitVarValue::value |
initial value
Definition at line 858 of file OSOption.h.
Referenced by InitVariableValues::addVar(), IpoptProblem::get_starting_point(), BonminProblem::get_starting_point(), IsEqual(), and CoinSolver::setSolverOptions().
1.4.7