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