Home
last modified time | relevance | path

Searched refs:NlpSolveHeuristic (Results 1 – 3 of 3) sorted by relevance

/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/heuristics/
H A DBonNlpHeuristic.hpp28 class NlpSolveHeuristic : public CbcHeuristic{ class
32 NlpSolveHeuristic();
34NlpSolveHeuristic(CbcModel & mip, Bonmin::OsiTMINLPInterface &nlp, bool cloneNlp = false, CouenneP…
36 NlpSolveHeuristic(const NlpSolveHeuristic &other);
39 virtual ~NlpSolveHeuristic();
45 NlpSolveHeuristic & operator=(const NlpSolveHeuristic &rhs);
H A DBonNlpHeuristic.cpp28 NlpSolveHeuristic::NlpSolveHeuristic(): in NlpSolveHeuristic() function in NlpSolveHeuristic
38 NlpSolveHeuristic::NlpSolveHeuristic(CbcModel & model, Bonmin::OsiTMINLPInterface &nlp, bool cloneN… in NlpSolveHeuristic() function in NlpSolveHeuristic
47 NlpSolveHeuristic::NlpSolveHeuristic(const NlpSolveHeuristic & other): in NlpSolveHeuristic() function in NlpSolveHeuristic
58 NlpSolveHeuristic::clone() const{ in clone()
59 return new NlpSolveHeuristic(*this); in clone()
62 NlpSolveHeuristic &
63 NlpSolveHeuristic::operator=(const NlpSolveHeuristic & rhs){ in operator =()
83 NlpSolveHeuristic::~NlpSolveHeuristic(){ in ~NlpSolveHeuristic()
90 NlpSolveHeuristic::setNlp (Bonmin::OsiTMINLPInterface &nlp, bool cloneNlp){ in setNlp()
101 NlpSolveHeuristic::setCouenneProblem(CouenneProblem * couenne) in setCouenneProblem()
[all …]
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/main/
H A DBonCouenneSetup.cpp564 NlpSolveHeuristic * nlpHeuristic = new NlpSolveHeuristic; in InitializeCouenne()
893 NlpSolveHeuristic ::registerOptions (roptions); in registerAllOptions()