File tree Expand file tree Collapse file tree 3 files changed +1152
-1657
lines changed Expand file tree Collapse file tree 3 files changed +1152
-1657
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ Fixed bugs
31
31
- fixed that some variable type changes were not accounted correctly in presolve of linear constraints
32
32
- fix constraint sorting in setpp-orbitope upgrade in symmetry code
33
33
- fixed that SCIPnodeGetConsProps() also counted bound changes from propagators
34
+ - use original and-constraints of an untransformed pseudoboolean constraint when copying original problems to avert segmentation faults
35
+ - sort and-constraints of a pseudoboolean constraint with respect to the resultant problem indices to avoid shuffled copies
36
+ - treat pseudoboolean constraints as nonlinear constraints in OPB reader to prevent duplication mistakes
34
37
35
38
Performance improvements
36
39
------------------------
You can’t perform that action at this time.
0 commit comments