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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Features
16
16
- added functionality to deal with hypergraphs by means of efficient access to vertices, edges and intersections edges.
17
17
- added support for (transposed) network matrix detection in pub_network.h
18
18
- added a new presolver presol_implint which detects implied integral variables by detecting (transposed) network submatrices in the problem. For now, this plugin is disabled by default.
19
-
- added new plugin type for finding irreducible infeasible subsystems (IIS). Users can now include their own IIS algorithms. Basic addition and deletion based algorithm implemented in iisfinder_greedy.
19
+
- added new plugin type for finding irreducible infeasible subsystems (IIS). Users can now include their own IIS algorithms. Greedy addition and deletion based algorithm with dynamic batch sizing implemented in iisfinder_greedy.
20
20
- added a new data structure SCIP_DATATREE that holds serializable data and a method to export to a JSON file
21
21
- added ability to collect statistics from tables in a SCIP_DATATREE and write out as JSON file;
22
22
dialog write statistics now writes a JSON file if name of file to write ends with .json
@@ -207,7 +207,7 @@ Interface changes
207
207
- new parameter "presolving/implint/convertintegers" to control whether implied integrality should also be detected for enforced integral variables
208
208
- new parameter "presolving/implint/columnrowratio" indicates the ratio of rows/columns where the row-wise network matrix detection algorithm is used instead of the column-wise network matrix detection algorithm
209
209
- new parameter "presolving/implint/numericslimit" determines the limit for absolute integral coefficients beyond which the corresponding rows and variables are excluded from implied integrality detection
- new parameters "constraints/orbitope_full/forceconscopy" and "constraints/orbitope_pp/forceconscopy" to control whether non-model constraints of type full orbitope and packing/partitioning orbitope are copied to sub-SCIPs, respectively
212
212
- new parameter "write/implintlevel" to control if integrality constraints should be written for implied integral variables (regarded by cip, mps, lp, rlp, pip, fzn, and gms writers)
213
213
- new parameter "presolving/milp/enablecliquemerging" to enable clique merging in PaPILO
0 commit comments