Skip to content

Commit ae46bf7

Browse files
committed
polish CHANGELOG
1 parent abc7d08 commit ae46bf7

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

CHANGELOG

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ Fixed bugs
99
- avoid hashmap key error in removal of doubletons and singletons in dual presolve of setppc constraints by skipping tripleton locks
1010
- when upgrading to xor constraint require parity variable to be enforced integral
1111
- provide the depth of the applied effective root with SCIPtreeGetEffectiveRootDepth() to avert invalid globalization of constraint set changes
12-
- disable objective limit during lexicographic dual minimization to keep feasibility status
12+
- disable objective limit during lexicographic dual minimization to preserve feasibility status
1313
- declare infinite bound inference infeasible in SCIPinferVarLbCons() and SCIPinferVarUbCons() to maintain correct loose LP values
1414
- fixed update of consssorted flags in a variable expressions data when adding an additional constraint using this variable
1515
- corrected computation of number of variables affected by symmetry
1616
- fixed computation of symmetry group size
1717
- correct comparison conditions in checkRedundancySide() of cons_varbound.c to ensure pair redundancy
1818
- also for the initial LP solve force acceptance of Farkas row in SCIPlpGetDualfarkas() if all other means for obtaining a reliable Farkas proof have failed
19-
- avoid overwriting set cutoff flag in tightenCoefs(), preprocessConstraintPairs(), and applyFixings() of cons_varbound.c to reject infeasible solutions
20-
- fix memory leak in exprinterpret_cppad.cpp w.r.t. user expressions
19+
- avoid overwriting the cutoff flag in tightenCoefs(), preprocessConstraintPairs(), and applyFixings() of cons_varbound.c to reject infeasible solutions
20+
- fix memory leak in CppAD interface w.r.t. user expressions
2121
- adjust bound before checking feasibility in SCIPvarAddVlb() and SCIPvarAddVub() to detect integrality cutoff
22-
- choose incumbent solution as reference in varFixingsRins() and varFixingsDins() of heur_alns.c to ensure integrality
23-
- consider variable type in selectInitialVariableRandomly() of heur_gins.c to count integral variables
22+
- choose incumbent solution as reference in varFixingsRins() and varFixingsDins() of ALNS heuristic to ensure integrality
23+
- consider variable type in selectInitialVariableRandomly() of GINS heuristic to count integral variables
2424
- correct fractionality sign when standardizing bounds in simplifyInequalities() of cons_linear.c
2525

2626
Build system
@@ -29,11 +29,8 @@ Build system
2929
### CMake
3030

3131
- disable setting the boolean variable MACOSX_RPATH to a string value to actually enable @rpath usage
32-
3332
- define SOPLEX_NEEDED and ZIMPL_NEEDED to avoid syntax error in configuration file
3433

35-
### Makefile
36-
3734
Miscellaneous
3835
-------------
3936

0 commit comments

Comments
 (0)