We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc23ba commit 92c7e0cCopy full SHA for 92c7e0c
src/CoinPresolveDupcol.cpp
@@ -2739,14 +2739,14 @@ const CoinPresolveAction
2739
}
2740
2741
2742
- // adjust offset
2743
- if (offset)
2744
- prob->change_bias(offset);
2745
if (nactions) {
2746
#if PRESOLVE_SUMMARY
2747
printf("Cost offset %g - from %d blocks\n", offset, nactions);
2748
printf("TWO by TWO blocks: %d - offset %g\n", nactions, offset);
2749
#endif
+ // adjust offset
+ if (offset)
+ prob->change_bias(offset);
2750
action *actions = new action[nactions];
2751
memcpy(actions, boundRecords, nactions * sizeof(action));
2752
next = new twoxtwo_action(nactions, actions, next);
0 commit comments