10 #ifndef BonHeuristicDiveMIPFractional_H
11 #define BonHeuristicDiveMIPFractional_H
39 virtual CbcHeuristic *
clone()
const;
55 const double* newSolution,
void Initialize(Ipopt::SmartPtr< Ipopt::OptionsList > options)
Initiaize using passed options.
virtual void setSetup(BonminSetup *setup)
Change setup used for heuristic.
virtual void setInternalVariables(TMINLP2TNLP *minlp)
sets internal variables
HeuristicDiveMIPFractional & operator=(const HeuristicDiveMIPFractional &rhs)
Assignment operator.
~HeuristicDiveMIPFractional()
Destructor.
virtual CbcHeuristic * clone() const
Clone.
virtual void setSetup(BonminSetup *setup)
Change setup used for heuristic.
static void registerOptions(Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions)
Register the options common to all local search based heuristics.
HeuristicDiveMIPFractional()
Default Constructor.
Ipopt::SmartPtr< Ipopt::OptionsList > options()
Acces list of Options.
This is an adapter class that converts a TMINLP to a TNLP to be solved by Ipopt.
virtual void selectVariableToBranch(TMINLP2TNLP *minlp, const vector< int > &integerColumns, const double *newSolution, int &bestColumn, int &bestRound)
Selects the next variable to branch on.