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 105fdee commit 093a696Copy full SHA for 093a696
src/mip/HighsDomain.h
@@ -358,7 +358,7 @@ class HighsDomain {
358
conflictPoolPropagation(other.conflictPoolPropagation),
359
infeasible_(other.infeasible_),
360
infeasible_reason(other.infeasible_reason),
361
- infeasible_pos(0),
+ infeasible_pos(other.infeasible_pos),
362
colLowerPos_(other.colLowerPos_),
363
colUpperPos_(other.colUpperPos_),
364
branchPos_(other.branchPos_),
0 commit comments