Skip to content

Commit 9832b55

Browse files
committed
Merge remote-tracking branch 'origin/v10-minor'
2 parents 5a32bc1 + a4b9778 commit 9832b55

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

CHANGELOG

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -456,15 +456,15 @@ Miscellaneous
456456
Fixed bugs
457457
----------
458458

459-
- fixed bugs with counting changes in presolving of nonlinear and setppc constraints which resulted in negative values
459+
- fixed bugs with counting changes in presolving of nonlinear and setppc constraints, which resulted in negative values
460460
- cut off dead end node to correctly track dual bound update during solving
461-
- avoid constructing and flushing the LP in SCIPwriteLP() and SCIPwriteMIP() to avert unexpected affection
462-
- apply multi-aggregations before detecting redundancy in propagateCons() of cons_varbound.c to keep bound implications
463-
- skip bound changes for cutoff subtree in treeApplyPendingBdchgs()
464-
- correct detection of doublelex matrices and handling them via orbitope constraints
461+
- no longer construct and flush the LP in SCIPwriteLP() and SCIPwriteMIP() to avoid unexpected side effects
462+
- apply multi-aggregations before detecting redundancy in propagation of varbound constraints to keep bound implications
463+
- skip bound changes when cutting off a branch-and-bound subtree
464+
- correct detection of doublelex matrices and their handling via orbitope constraints
465465
- skip attempting to free transformed problem if SCIPtransformProb() failed with an error in SCIPpresolve(), since freeing
466466
the transformed problem is likely to fail as well
467-
- fixed memory leak in primal heuristic scheduler when there is a restart
467+
- fixed memory leak in primal heuristic "scheduler" when there is a restart
468468
- fixed stopping when there is a candidate with a change in the LP bound for both children in strong branching of branch_fullstrong
469469
- fixed detection of sinks in varbound detection from cumulative constraints
470470
- fixed memory allocation when adding strong SBCs for enclosing orbit of symmetric subgroups (disabled by default)
@@ -475,8 +475,8 @@ Fixed bugs
475475
- fix call of SCIPaddExprsViolScoreNonlinear() with constant expressions (no variables)
476476
- fixed bug with concurrent solve w.r.t. variable indices that led to segmentation faults and fix termination test
477477
- adjust further bounds before checking feasibility in SCIPvarAddVlb() and SCIPvarAddVub() to detect integrality cutoff
478-
- fixed issue in cons_linking.c where the last fixed binary variable was not set after the binary variables are created.
479-
- fixed issue in cons_linking.c where the number of binary variable is 1, but the constraint is added during solving.
478+
- fixed that the last fixed binary variable was not set after binary variables were created for linking constraints
479+
- fixed that when a linking constraint with only one binary variable was added during solving, it was not disabled
480480
- fixed set_search_limits call when using SYM=sbliss with an old patched Bliss version
481481

482482
Build system
@@ -490,8 +490,6 @@ Build system
490490

491491
- added experimental target to run cppcheck
492492

493-
Miscellaneous
494-
-------------
495493

496494
@section RN923 SCIP 9.2.3
497495
*************************

0 commit comments

Comments
 (0)