Skip to content

Commit 2045317

Browse files
svigerskeDominikKamp
authored andcommitted
rephrase changelog entries
1 parent b18a186 commit 2045317

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ Interface changes
158158
- added SCIPincludeRelaxBenders(), which is used to include the Benders' decomposition relaxator.
159159
- added SCIPgetMasterProblemRelaxBenders() for retrieving the master problem SCIP instance from the Benders' decomposition relaxator.
160160
- 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
163163

164164
### Changes in preprocessor macros
165165

@@ -190,7 +190,7 @@ Interface changes
190190
- removed benders/default/numthreads, multi-threading support for Benders' decomposition has been temporarily disabled.
191191
- restricted range of parameter propagating/symmetry/sstleadervartype to [1,7]; its new default value is 6
192192
- 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
194194

195195
### New parameters
196196

0 commit comments

Comments
 (0)