Home
last modified time | relevance | path

Searched refs:presolveActions (Results 1 – 12 of 12) sorted by relevance

/dports/math/ogdf/OGDF/include/coin/
H A DClpPresolve.hpp169 inline int presolveActions() const { in presolveActions() function in ClpPresolve
H A DClpSolve.hpp203 inline int presolveActions() const { in presolveActions() function in ClpSolve
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpPresolve.hpp276 inline int presolveActions() const in presolveActions() function in ClpPresolve
H A DClpSolve.hpp257 inline int presolveActions() const in presolveActions() function in ClpSolve
H A DClp_C_Interface.cpp1359 ClpSolveGetIntProperty(presolveActions)
H A DIdiot.cpp1954 pinfo.setPresolveActions(pinfo.presolveActions() | 16384); in crossOver()
H A DClpSolve.cpp912 int presolveOptions = options.presolveActions(); in initialSolve()
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglPreProcess/
H A DCglPreProcess.cpp1190 int presolveActions = 0; in preProcessNonDefault() local
1194 presolveActions = 1 + 16; in preProcessNonDefault()
1198 presolveActions |= 32; in preProcessNonDefault()
1199 presolveActions |= 8; in preProcessNonDefault()
2111 int presolveActions = 0; in preProcessNonDefault() local
2115 presolveActions = 1 + 16; in preProcessNonDefault()
2119 presolveActions |= 32; in preProcessNonDefault()
2127 presolveActions |= 8; in preProcessNonDefault()
2473 int presolveActions = 0; in preProcessNonDefault() local
2481 presolveActions |= 32; in preProcessNonDefault()
[all …]
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcHeuristic.cpp793 int presolveActions = 0; in smallBranchAndBound() local
795 presolveActions = 1; in smallBranchAndBound()
801 pinfo->setPresolveActions(presolveActions); in smallBranchAndBound()
855 presolveActions = 0; in smallBranchAndBound()
857 presolveActions = 1; in smallBranchAndBound()
863 pinfo->setPresolveActions(presolveActions); in smallBranchAndBound()
H A DCbcHeuristicDW.cpp1075 pinfo.setPresolveActions(pinfo.presolveActions() | 0x4000); in solution()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DIdiot.cpp1698 pinfo.setPresolveActions(pinfo.presolveActions() | 16384); in crossOver()
H A DClpSolve.cpp427 int presolveOptions = options.presolveActions(); in initialSolve()