Home
last modified time | relevance | path

Searched refs:smallModel_ (Results 1 – 4 of 4) sorted by relevance

/dports/math/clp/Clp-1.17.3/Clp/src/OsiClp/
H A DOsiClpSolverInterface.cpp55 if (smallModel_) { in initialSolve()
58 delete smallModel_; in initialSolve()
59 smallModel_ = NULL; in initialSolve()
2034 assert(smallModel_ == NULL || small == smallModel_); in markHotStart()
2470 if (smallModel_->sequenceOut_ < smallModel_->numberColumns_) in solveFromHotStart()
2477 if (smallModel_->sequenceOut_ < smallModel_->numberColumns_) in solveFromHotStart()
2491 smallModel_->checkPrimalSolution(smallModel_->solutionRegion(0), in solveFromHotStart()
2532 smallModel_->checkPrimalSolution(smallModel_->solutionRegion(0), in solveFromHotStart()
2797 if (smallModel_ && smallModel_->ray_) { in smallModelCut()
2835 smallModel_->transposeTimes(1.0, smallModel_->ray_, smallFarkas); in smallModelCut()
[all …]
H A DOsiClpSolverInterface.hpp1383 ClpSimplex *smallModel_; member in OsiClpSolverInterface
/dports/math/ogdf/OGDF/src/coin/OsiClp/
H A DOsiClpSolverInterface.cpp52 if (smallModel_) { in initialSolve()
55 delete smallModel_; in initialSolve()
56 smallModel_=NULL; in initialSolve()
1096 if (smallModel_) { in resolve()
1231 smallModel_=NULL; in resolve()
2021 assert (smallModel_==NULL||small==smallModel_); in markHotStart()
2053 smallModel_=NULL; in markHotStart()
2651 smallModel_=NULL; in unmarkHotStart()
3852 smallModel_(NULL), in OsiClpSolverInterface()
3915 smallModel_(NULL), in OsiClpSolverInterface()
[all …]
/dports/math/ogdf/OGDF/include/coin/
H A DOsiClpSolverInterface.hpp1278 ClpSimplex * smallModel_; member in OsiClpSolverInterface