We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ed3db commit 9d4fa16Copy full SHA for 9d4fa16
1 file changed
changelog.txt
@@ -3,6 +3,12 @@ SCIP-SDP version 4.4
3
4
features:
5
- adapted to SCIP 10
6
+- allow to write transformed problems in CBF format; this includes:
7
+ + The following general types of linear constraints are handled: knapsack, linear, logicor, setppc, varbound.
8
+ + Ranged constraints (lhs and rhs) are allowed now.
9
+ + General variables bounds are allowed now.
10
+ + The objective offset is read and written.
11
+ + The corresponding unit tests have been extended significantly.
12
13
fixed bugs:
14
- make Lapack call to eigenvalue computation even more independent of integer size
0 commit comments