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
+6-7
Original file line number
Diff line number
Diff line change
@@ -35,16 +35,10 @@ Fixed bugs
35
35
- sort and-constraints of a pseudoboolean constraint with respect to the resultant problem indices to avoid shuffled copies
36
36
- treat pseudoboolean constraints as nonlinear constraints in OPB reader to prevent duplication mistakes
37
37
38
-
Performance improvements
39
-
------------------------
40
-
41
38
Examples and applications
42
39
-------------------------
43
40
44
-
- in example Binpacking implement Farkas pricing for packings because branching can actually lead to infeasible restricted master LPs
45
-
46
-
Unit tests
47
-
----------
41
+
- Binpacking example: implement Farkas pricing for packings because branching can actually lead to infeasible restricted master LPs
48
42
49
43
Testing
50
44
-------
@@ -59,6 +53,11 @@ Build system
59
53
- fixed compilation and linking with HiGHS; to use HiGHS, cmake now requires to specify the directory containing the `highs-config.cmake` file via `-DHIGHS_DIR`
60
54
- extended identification of Ipopt library on Windows to also look for ipopt.dll.lib, as this is used since Ipopt 3.13.0 (2019)
61
55
56
+
Known Issues
57
+
------------
58
+
59
+
- recent changes in HiGHS can lead to errors when using HiGHS as LP solver under SCIP (https://github.com/scipopt/scip/issues/102)
0 commit comments