Go to the documentation of this file.
12 #ifndef COUENNECHOOSEVARIABLE_HPP
13 #define COUENNECHOOSEVARIABLE_HPP
57 const double * solution,
static void registerOptions(Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions)
Add list of options to be read from file.
virtual bool feasibleSolution(const OsiBranchingInformation *info, const double *solution, int numberObjects, const OsiObject **objects)
Returns true if solution looks feasible against given objects.
general include file for different compilers
CouenneChooseVariable(const OsiSolverInterface *, CouenneProblem *, JnlstPtr jnlst)
Constructor from solver (so we can set up arrays etc)
CouenneChooseVariable()
Default Constructor.
JnlstPtr jnlst_
journalist for detailed debug information
CouenneChooseVariable & operator=(const CouenneChooseVariable &)
Assignment operator.
CouenneChooseVariable(const CouenneChooseVariable &)
Copy constructor.
virtual int setupList(OsiBranchingInformation *, bool)
Sets up strong list and clears all if initialize is true.
virtual OsiChooseVariable * clone() const
Clone.
CouenneProblem * problem_
Pointer to the associated MINLP problem.
virtual ~CouenneChooseVariable()
Destructor.
Choose a variable for branching.
Class for MINLP problems with symbolic information.