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
- SCIP_VERSION_SUB and SCIP_SUBVERSION are deprecated
167
170
- removed SCIP_VARTYPE_IMPLINT_CHAR
171
+
- added SCIP_PROPTIMING_NONE propagator timing to never call
172
+
- added SCIP_HEURTIMING_NONE heuristic timing to never call
168
173
169
174
### Command line interface
170
175
@@ -184,6 +189,8 @@ Interface changes
184
189
- removed reading/gmsreader/signpower
185
190
- removed benders/default/numthreads, multi-threading support for Benders' decomposition has been temporarily disabled.
186
191
- restricted range of parameter propagating/symmetry/sstleadervartype to [1,7]; its new default value is 6
192
+
- propagating/*/timingmask extended by setting 0 to disable propagators completely
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