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