Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ linear_solver/

operations_research::MPVariable Member List

This is the complete list of members for operations_research::MPVariable, including all inherited members.

basis_status() const operations_research::MPVariable
CBCInterface classoperations_research::MPVariable [friend]
CLPInterface classoperations_research::MPVariable [friend]
GLPKInterface classoperations_research::MPVariable [friend]
index() const operations_research::MPVariable [inline]
integer() const operations_research::MPVariable [inline]
lb() const operations_research::MPVariable [inline]
MPSolver classoperations_research::MPVariable [friend]
MPSolverInterface classoperations_research::MPVariable [friend]
MPVariable(double lb, double ub, bool integer, const string &name, MPSolverInterface *const interface)operations_research::MPVariable [inline, protected]
name() const operations_research::MPVariable [inline]
reduced_cost() const operations_research::MPVariable
SCIPInterface classoperations_research::MPVariable [friend]
set_index(int index)operations_research::MPVariable [inline, protected]
set_reduced_cost(double reduced_cost)operations_research::MPVariable [inline, protected]
set_solution_value(double value)operations_research::MPVariable [inline, protected]
SetBounds(double lb, double ub)operations_research::MPVariable
SetInteger(bool integer)operations_research::MPVariable
SetLB(double lb)operations_research::MPVariable [inline]
SetUB(double ub)operations_research::MPVariable [inline]
solution_value() const operations_research::MPVariable
ub() const operations_research::MPVariable [inline]