8 #ifndef CbcFixVariable_H
9 #define CbcFixVariable_H
29 CbcFixVariable(
int numberStates,
const int *states,
const int *numberNewLower,
const int **newLowerValue,
30 const int **lowerColumn,
31 const int *numberNewUpper,
const int **newUpperValue,
32 const int **upperColumn);
double * newBound_
For each variable new bounds.
virtual ~CbcFixVariable()
Destructor.
int * startUpper_
Start of information for each state (setting new upper)
Abstract base class for consequent bounds.
int numberStates_
Number of states.
int * states_
Values of integers for various states.
CbcFixVariable & operator=(const CbcFixVariable &rhs)
virtual void applyToSolver(OsiSolverInterface *solver, int state) const
Apply to an LP solver.
Class for consequent bounds.
Abstract Base Class for describing an interface to a solver.
int * startLower_
Start of information for each state (setting new lower)
virtual CbcConsequence * clone() const
Clone.