prop_vbounds.h File Reference Detailed Descriptionvariable upper and lower bound propagator Definition in file prop_vbounds.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the vbounds propagator and includes it in SCIP
Definition at line 1887 of file prop_vbounds.c. References DEFAULT_DOTOPOSORT, DEFAULT_SORTCLIQUES, DEFAULT_USEBDWIDENING, DEFAULT_USECLIQUES, DEFAULT_USEIMPLICS, DEFAULT_USEVBOUNDS, EVENTHDLR_DESC, EVENTHDLR_NAME, FALSE, NULL, PROP_DELAY, PROP_DESC, PROP_FREQ, PROP_NAME, PROP_PRIORITY, PROP_TIMING, resetPropdata(), SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPallocMemory, SCIPincludeEventhdlrBasic(), SCIPincludePropBasic(), SCIPsetPropCopy(), SCIPsetPropExitsol(), SCIPsetPropFree(), and SCIPsetPropResprop(). Referenced by SCIP_DECL_PROPCOPY(), and SCIPincludeDefaultPlugins(). returns TRUE if the propagator has the status that all variable lower and upper bounds are propagated returns TRUE if the propagator has the status that all variable lower and upper bounds are propgated
Definition at line 1938 of file prop_vbounds.c. References NULL, PROP_NAME, SCIPfindProp(), SCIPpqueueNElems(), and SCIPpropGetData().
performs propagation of variables lower and upper bounds
Definition at line 1955 of file prop_vbounds.c. References NULL, PROP_NAME, propagateVbounds(), SCIP_CALL, SCIP_CUTOFF, SCIP_DIDNOTFIND, SCIP_DIDNOTRUN, SCIP_OKAY, SCIP_REDUCEDDOM, and SCIPfindProp(). |