Skip to content

Commit 093a696

Browse files
committed
Fix initialization
1 parent 105fdee commit 093a696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mip/HighsDomain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ class HighsDomain {
358358
conflictPoolPropagation(other.conflictPoolPropagation),
359359
infeasible_(other.infeasible_),
360360
infeasible_reason(other.infeasible_reason),
361-
infeasible_pos(0),
361+
infeasible_pos(other.infeasible_pos),
362362
colLowerPos_(other.colLowerPos_),
363363
colUpperPos_(other.colUpperPos_),
364364
branchPos_(other.branchPos_),

0 commit comments

Comments
 (0)