Home
last modified time | relevance | path

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

/dports/math/py-CyLP/CyLP-0.91.4/cylp/cpp/
H A DIClpSimplex.cpp626 customPrimal = 0; in IClpSimplex()
641 customPrimal = u; in useCustomPrimal()
646 return customPrimal; in getUseCustomPrimal()
1003 customPrimal(useCustomPrimal), in IClpSimplex()
1027 …ret = new IClpSimplex(*s, si->obj, si->runIsPivotAcceptable, si->varSelCriteria, si->customPrimal); in preSolve()
1325 if (!customPrimal){ in primal()
1353 if (!customPrimal){ in primal()
H A DIClpSimplex.hpp109 int customPrimal; member in IClpSimplex
/dports/math/py-CyLP/CyLP-0.91.4/cylp/cy/
H A DCyClpSimplex.pxd82 void useCustomPrimal(int customPrimal)
H A DCyClpSimplex.pyx839 def useCustomPrimal(self, customPrimal):
846 self.CppSelf.useCustomPrimal(customPrimal)