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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -158,8 +158,8 @@ Interface changes
158
158
- added SCIPincludeRelaxBenders(), which is used to include the Benders' decomposition relaxator.
159
159
- added SCIPgetMasterProblemRelaxBenders() for retrieving the master problem SCIP instance from the Benders' decomposition relaxator.
160
160
- added SCIPsortDownIntIntIntReal()
161
-
- SCIPconshdlrSetNeedsCons() to switch constraint handlers without constraints
162
-
- SCIPpropSetTimingmask() to switch timing of propagators
161
+
- SCIPconshdlrSetNeedsCons() to set whether constraint handler callbacks should also be called if there are no constraints
162
+
- SCIPpropSetTimingmask() to set timing mask of a propagator
163
163
164
164
### Changes in preprocessor macros
165
165
@@ -190,7 +190,7 @@ Interface changes
190
190
- removed benders/default/numthreads, multi-threading support for Benders' decomposition has been temporarily disabled.
191
191
- restricted range of parameter propagating/symmetry/sstleadervartype to [1,7]; its new default value is 6
192
192
- propagating/*/timingmask extended by setting 0 to disable propagators completely
193
-
- constraints/components/propfreq defaulted to -1 and in turn constraints/components/maxdepth defaulted to 2147483647 avoiding redundant calls of components propagator by default
193
+
- changed defaults of constraints/components/propfreq and constraints/components/maxdepth to -1 and 2147483647, respectively, to avoid unnecessary calls of components propagator by default
0 commit comments