You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,18 @@ Fixed bugs
9
9
- avoid hashmap key error in removal of doubletons and singletons in dual presolve of setppc constraints by skipping tripleton locks
10
10
- when upgrading to xor constraint require parity variable to be enforced integral
11
11
- 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
13
13
- declare infinite bound inference infeasible in SCIPinferVarLbCons() and SCIPinferVarUbCons() to maintain correct loose LP values
14
14
- fixed update of consssorted flags in a variable expressions data when adding an additional constraint using this variable
15
15
- corrected computation of number of variables affected by symmetry
16
16
- fixed computation of symmetry group size
17
17
- correct comparison conditions in checkRedundancySide() of cons_varbound.c to ensure pair redundancy
18
18
- 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
21
21
- 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
24
24
- correct fractionality sign when standardizing bounds in simplifyInequalities() of cons_linear.c
25
25
26
26
Build system
@@ -29,11 +29,8 @@ Build system
29
29
### CMake
30
30
31
31
- disable setting the boolean variable MACOSX_RPATH to a string value to actually enable @rpath usage
32
-
33
32
- define SOPLEX_NEEDED and ZIMPL_NEEDED to avoid syntax error in configuration file
0 commit comments