#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 834 of file OSOption.h.
InitVarValue::InitVarValue | ( | ) |
InitVarValue::~InitVarValue | ( | ) |
bool InitVarValue::IsEqual | ( | InitVarValue * | that | ) |
variable index
Definition at line 838 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 841 of file OSOption.h.
Referenced by InitVariableValues::addVar(), IpoptProblem::get_starting_point(), BonminProblem::get_starting_point(), IsEqual(), and CoinSolver::setSolverOptions().