Home
last modified time | relevance | path

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

/dports/math/clp/Clp-1.17.3/Clp/src/
H A DAbcSimplexDual.cpp3712 bool looksInfeasible = !numberDualInfeasibilities_; in checkCutoff() local
3714 looksInfeasible = true; in checkCutoff()
3715 if (looksInfeasible && !computeObjective) in checkCutoff()
3717 if (looksInfeasible) { in checkCutoff()
H A DClpSimplexDual.cpp6001 bool looksInfeasible = !numberDualInfeasibilities_; in statusOfProblemInDual() local
6003 looksInfeasible = true; in statusOfProblemInDual()
6004 if (looksInfeasible) { in statusOfProblemInDual()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpSimplexDual.cpp5114 bool looksInfeasible = !numberDualInfeasibilities_; in statusOfProblemInDual() local
5117 looksInfeasible = true; in statusOfProblemInDual()
5118 if (looksInfeasible) { in statusOfProblemInDual()