Skip to content

Commit a07ebf4

Browse files
author
Christopher Hojny
committed
corrected CHANGELOG entry for SCIP 11
1 parent d2fa107 commit a07ebf4

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

CHANGELOG

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
@page RN11 Release notes for SCIP 11
2+
3+
@section RN1100 SCIP 11.0.0
4+
***************************
5+
6+
Features
7+
--------
8+
9+
- adds functionality to compute symmetries of entire symmetry detection graph rather than just the restriction to variable nodes
10+
11+
Interface changes
12+
-----------------
13+
14+
### Deleted and changed API methods
15+
16+
- SCIPcreateSymgraph() receives an additional argument to specify an epsilon value that is used for epsilon-comparisons
17+
18+
### New API functions
19+
20+
- added SYMcomputeSymmetryGeneratorsNode() to compute generators of the automorphism group of an entire (node set) of a symmetry detection graph
21+
22+
### Data structures
23+
24+
- struct SYM_Graph receives an additional field to specify an epsilon value that is used for epsilon-comparisons
25+
- new enum SYM_GROUPTYPE to encode which symmetry group of a symmetry detection graph is computed
26+
127
@page RN10 Release notes for SCIP 10
228

329
@section RN1000 SCIP 10.0.0
@@ -40,7 +66,6 @@ Features
4066
- added support for AND-constraints to GAMS writer
4167
- added writing support for AMPL NL writer: currently only general and specialized linear and nonlinear constraints can be written
4268
- implemented columnwise Jacobian sparsity computation in the NLP oracle
43-
- adds functionality to compute symmetries of entire symmetry detection graph rather than just the restriction to variable nodes
4469

4570
Performance improvements
4671
------------------------
@@ -145,7 +170,6 @@ Interface changes
145170
SCIPcreateConsAbspower(), SCIPcreateConsBasicAbspower(), SCIPgetNlRowAbspower(),
146171
SCIPcreateConsSOC(), SCIPcreateConsBasicSOC(), SCIPgetNlRowSOC(),
147172
- removed previously deprecated NLP termination status codes SCIP_NLPTERMSTAT_TILIM, SCIP_NLPTERMSTAT_ITLIM, SCIP_NLPTERMSTAT_LOBJLIM, SCIP_NLPTERMSTAT_NUMERR, SCIP_NLPTERMSTAT_EVALERR, SCIP_NLPTERMSTAT_MEMERR, SCIP_NLPTERMSTAT_LICERR
148-
- SCIPcreateSymgraph() receives an additional argument to specify an epsilon value that is used for epsilon-comparisons
149173

150174
### New API functions
151175

@@ -202,7 +226,6 @@ Interface changes
202226
- SCIPvarGetMinAggrCoef() and SCIPvarGetMaxAggrCoef() to get bounds on absolute aggregation coefficients for a loose variable;
203227
SCIPisVarAggrCoefAcceptable() to check whether bounds on aggregation coefficients would exceed thresholds when using a loose variable in another aggregation
204228
- SCIPgetNRootIntFixings() to retrieve the number of integer fixings at the root node
205-
- added SYMcomputeSymmetryGeneratorsNode() to compute generators of the automorphism group of an entire (node set) of a symmetry detection graph
206229

207230
### Changes in preprocessor macros
208231

@@ -286,9 +309,6 @@ Interface changes
286309

287310
- added structs SCIP_IISFINDER, SCIP_IISFINDERDATA, SCIP_IIS
288311
- added struct SCIP_DATATREE to model generic serializable data; new enum SCIP_DATATREE_VALUETYPE
289-
- struct SYM_Graph receives an additional field to specify an epsilon value that is used for epsilon-comparisons
290-
- new enum SYM_GROUPTYPE to encode which symmetry group of a symmetry detection graph is computed
291-
292312

293313
Deleted files
294314
-------------

0 commit comments

Comments
 (0)