Skip to content

Commit 7f60778

Browse files
committed
fix bug when fastdual goes to primal
1 parent b5428d2 commit 7f60778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClpSimplex.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12952,7 +12952,7 @@ int ClpSimplex::fastDual2(ClpNodeStuff *info)
1295212952
perturbation_ = savePerturbation;
1295312953
baseIteration_ = numberIterations_;
1295412954
goodWeights = false;
12955-
status = static_cast< ClpSimplexPrimal * >(this)->primal(0);
12955+
status = static_cast< ClpSimplexPrimal * >(this)->primal(0,1);
1295612956
baseIteration_ = 0;
1295712957
computeObjectiveValue();
1295812958
// can't rely on djs either

0 commit comments

Comments
 (0)