66Fixed bugs
77----------
88
9- - fixed bugs with counting changes in presolving of nonlinear and setppc constraints which resulted in negative values
9+ - fixed bugs with counting changes in presolving of nonlinear and setppc constraints, which resulted in negative values
1010- cut off dead end node to correctly track dual bound update during solving
11- - avoid constructing and flushing the LP in SCIPwriteLP() and SCIPwriteMIP() to avert unexpected affection
12- - apply multi-aggregations before detecting redundancy in propagateCons() of cons_varbound.c to keep bound implications
13- - skip bound changes for cutoff subtree in treeApplyPendingBdchgs()
14- - correct detection of doublelex matrices and handling them via orbitope constraints
11+ - no longer construct and flush the LP in SCIPwriteLP() and SCIPwriteMIP() to avoid unexpected side effects
12+ - apply multi-aggregations before detecting redundancy in propagation of varbound constraints to keep bound implications
13+ - skip bound changes when cutting off a branch-and-bound subtree
14+ - correct detection of doublelex matrices and their handling via orbitope constraints
1515- skip attempting to free transformed problem if SCIPtransformProb() failed with an error in SCIPpresolve(), since freeing
1616 the transformed problem is likely to fail as well
17- - fixed memory leak in primal heuristic scheduler when there is a restart
17+ - fixed memory leak in primal heuristic " scheduler" when there is a restart
1818- fixed stopping when there is a candidate with a change in the LP bound for both children in strong branching of branch_fullstrong
1919- fixed detection of sinks in varbound detection from cumulative constraints
2020- fixed memory allocation when adding strong SBCs for enclosing orbit of symmetric subgroups (disabled by default)
@@ -25,8 +25,8 @@ Fixed bugs
2525- fix call of SCIPaddExprsViolScoreNonlinear() with constant expressions (no variables)
2626- fixed bug with concurrent solve w.r.t. variable indices that led to segmentation faults and fix termination test
2727- adjust further bounds before checking feasibility in SCIPvarAddVlb() and SCIPvarAddVub() to detect integrality cutoff
28- - fixed issue in cons_linking.c where the last fixed binary variable was not set after the binary variables are created.
29- - fixed issue in cons_linking.c where the number of binary variable is 1, but the constraint is added during solving.
28+ - fixed that the last fixed binary variable was not set after binary variables were created for linking constraints
29+ - fixed that when a linking constraint with only one binary variable was added during solving, it was not disabled
3030- fixed set_search_limits call when using SYM=sbliss with an old patched Bliss version
3131
3232Build system
@@ -40,8 +40,6 @@ Build system
4040
4141- added experimental target to run cppcheck
4242
43- Miscellaneous
44- -------------
4543
4644@section RN923 SCIP 9.2.3
4745*************************
0 commit comments