6 #ifndef CbcSolverLongThin_H
7 #define CbcSolverLongThin_H
56 inline const int *
when()
const
virtual void resolve()
Resolve an LP relaxation after problem modification.
bool algorithm_
If 0 nothing, 1 compress and fix, 2 long thin.
This is to allow the user to replace initialSolve and resolve.
CbcSolverLongThin()
Default Constructor.
void initialize(CbcModel *model, const char *keep)
Setup arrays - ones in keep will always be in.
double getNested() const
Do nested search if this fraction fixed.
int getAlgorithm() const
Say whether to just count usage.
virtual ~CbcSolverLongThin()
Destructor.
int * node_
Node number when variable last in problem.
int memory_
How recently it must have been used.
virtual void initialSolve()
Solve initial LP relaxation.
int getMemory() const
Get memory (i.e. how recent use should be)
void setAlgorithm(int value)
Say whether to just count usage.
CbcModel * model_
Pointer back to model.
bool believeInfeasible_
If infeasible on subset means infeasible.
const int * when() const
get which ones have been used
void setNested(double value)
Do nested search if this fraction fixed.
Abstract Base Class for describing an interface to a solver.
int getCount() const
Get current count.
void setMemory(int value)
Set memory (i.e. how recent use should be)
double nestedSearch_
Do nested search if this fraction fixed.
CbcSolverLongThin & operator=(const CbcSolverLongThin &rhs)
Assignment operator.
int * howMany_
How many times in problem.
void setBelieveInfeasible(bool yesNo)
Say whether to believe infeasible.
virtual OsiSolverInterface * clone(bool CopyData=true) const
Clone.
Simple Branch and bound class.