Skip to content

Commit 66f11a6

Browse files
committed
cleanup changelog a bit more; mention incompatibility with current highs
1 parent 914c5a1 commit 66f11a6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Diff for: CHANGELOG

+6-7
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,10 @@ Fixed bugs
3535
- sort and-constraints of a pseudoboolean constraint with respect to the resultant problem indices to avoid shuffled copies
3636
- treat pseudoboolean constraints as nonlinear constraints in OPB reader to prevent duplication mistakes
3737

38-
Performance improvements
39-
------------------------
40-
4138
Examples and applications
4239
-------------------------
4340

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
4842

4943
Testing
5044
-------
@@ -59,6 +53,11 @@ Build system
5953
- 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`
6054
- extended identification of Ipopt library on Windows to also look for ipopt.dll.lib, as this is used since Ipopt 3.13.0 (2019)
6155

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)
60+
6261

6362
@section RN910 SCIP 9.1.0
6463
*************************

0 commit comments

Comments
 (0)