We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5428d2 commit 7f60778Copy full SHA for 7f60778
src/ClpSimplex.cpp
@@ -12952,7 +12952,7 @@ int ClpSimplex::fastDual2(ClpNodeStuff *info)
12952
perturbation_ = savePerturbation;
12953
baseIteration_ = numberIterations_;
12954
goodWeights = false;
12955
- status = static_cast< ClpSimplexPrimal * >(this)->primal(0);
+ status = static_cast< ClpSimplexPrimal * >(this)->primal(0,1);
12956
baseIteration_ = 0;
12957
computeObjectiveValue();
12958
// can't rely on djs either
0 commit comments