|
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
prop_genvbounds.c File Reference Detailed Descriptiongeneralized variable bounds propagator Definition in file prop_genvbounds.c. Go to the source code of this file.
Macro Definition Documentation
Definition at line 35 of file prop_genvbounds.c. Referenced by SCIPgenVBoundAdd().
Definition at line 36 of file prop_genvbounds.c.
Definition at line 37 of file prop_genvbounds.c.
propagator priority Definition at line 38 of file prop_genvbounds.c.
propagator frequency Definition at line 39 of file prop_genvbounds.c.
should propagation method be delayed, if other propagators found reductions? Definition at line 40 of file prop_genvbounds.c.
priority of the presolving method (>= 0: before, < 0: after constraint handlers); combined with presolvers Definition at line 43 of file prop_genvbounds.c.
should presolving be delay, if other presolvers found reductions? Definition at line 46 of file prop_genvbounds.c.
maximal number of presolving rounds the presolver participates in (-1: no limit) Definition at line 49 of file prop_genvbounds.c.
apply global propagation? Definition at line 52 of file prop_genvbounds.c.
apply genvbounds in root node if no new incumbent was found? Definition at line 53 of file prop_genvbounds.c.
sort genvbounds and wait for bound change events? (otherwise all genvbounds are applied in each node) Definition at line 54 of file prop_genvbounds.c.
Definition at line 58 of file prop_genvbounds.c.
Definition at line 59 of file prop_genvbounds.c. Typedef DocumentationDefinition at line 80 of file prop_genvbounds.c. Function Documentationreturns correct cutoff bound value
Definition at line 140 of file prop_genvbounds.c. Referenced by getGenVBoundsBound(), and resolveGenVBoundPropagation().
returns corresponding genvbound in genvboundstore if there is one, NULL otherwise
Definition at line 163 of file prop_genvbounds.c. References NULL, SCIP_BOUNDTYPE_LOWER, and SCIPhashmapGetImage(). Referenced by addNewGenVBound(), and SCIPgenVBoundAdd().
calculates the minactivity of a linear combination of variables stored in an array
Definition at line 230 of file prop_genvbounds.c. References NULL, SCIP_Real, SCIPinfinity(), SCIPisInfinity(), SCIPvarGetLbGlobal(), SCIPvarGetLbLocal(), SCIPvarGetUbGlobal(), and SCIPvarGetUbLocal(). Referenced by getGenVBoundsBound().
calculates the minactivity of a linear combination of variables stored in the current conflict set
Definition at line 271 of file prop_genvbounds.c. References NULL, SCIP_Real, SCIPgetConflictVarLb(), SCIPgetConflictVarUb(), SCIPinfinity(), SCIPisEQ(), SCIPisInfinity(), SCIPisZero(), SCIPvarGetLbAtIndex(), SCIPvarGetLbLocal(), SCIPvarGetUbAtIndex(), SCIPvarGetUbLocal(), and TRUE. Referenced by resolveGenVBoundPropagation(). returns a valid bound given by a generalized variable bound
Definition at line 333 of file prop_genvbounds.c. References GenVBound::boundtype, GenVBound::coefs, GenVBound::constant, GenVBound::cutoffcoef, getCutoffboundGenVBound(), getGenVBoundsMinActivity(), GenVBound::ncoefs, NULL, SCIP_BOUNDTYPE_LOWER, SCIP_BOUNDTYPE_UPPER, SCIP_Real, SCIPinfinity(), SCIPisInfinity(), and GenVBound::vars. Referenced by applyGenVBound().
allocate local and global startindices, startcomponents and startmap
Definition at line 415 of file prop_genvbounds.c. Referenced by execGenVBounds().
free local and global startindices, startcomponents and startmap
Definition at line 454 of file prop_genvbounds.c. Referenced by execGenVBounds().
Definition at line 497 of file prop_genvbounds.c. Referenced by execGenVBounds().
resets local starting data
Definition at line 545 of file prop_genvbounds.c. Referenced by applyGenVBounds().
frees sorted components data
Definition at line 565 of file prop_genvbounds.c. Referenced by execGenVBounds().
frees memory allocated for a generalized variable bound Definition at line 591 of file prop_genvbounds.c.
resolves propagation of lower bound on +/- left-hand side variable of a generalized variable bound
Definition at line 611 of file prop_genvbounds.c. References GenVBound::boundtype, GenVBound::coefs, GenVBound::constant, GenVBound::cutoffcoef, FALSE, getCutoffboundGenVBound(), getGenVBoundsMinActivityConflict(), MAX, GenVBound::ncoefs, NULL, SCIP_BOUNDTYPE_LOWER, SCIP_BOUNDTYPE_UPPER, SCIP_CALL, SCIP_OKAY, SCIP_Real, SCIPaddConflictRelaxedLb(), SCIPaddConflictRelaxedUb(), SCIPdebugMessage, SCIPfeasCeil(), SCIPgetConflictVarLb(), SCIPgetConflictVarUb(), SCIPisEQ(), SCIPisGE(), SCIPisGT(), SCIPisLE(), SCIPisLT(), SCIPisPositive(), SCIPisZero(), SCIPvarGetLbAtIndex(), SCIPvarGetLbGlobal(), SCIPvarGetLbLocal(), SCIPvarGetName(), SCIPvarGetUbAtIndex(), SCIPvarGetUbGlobal(), SCIPvarGetUbLocal(), SCIPvarIsIntegral(), TRUE, GenVBound::var, and GenVBound::vars.
create initial conflict
Definition at line 830 of file prop_genvbounds.c. Referenced by applyGenVBound().
apply propagation for one generalized variable bound; also if the left-hand side variable is locally fixed, we compute the right-hand side minactivity to possibly detect infeasibility
Definition at line 962 of file prop_genvbounds.c. References analyzeGenVBoundConflict(), GenVBound::boundtype, FALSE, getGenVBoundsBound(), GenVBound::index, GenVBound::ncoefs, NULL, SCIP_Bool, SCIP_BOUNDTYPE_LOWER, SCIP_BOUNDTYPE_UPPER, SCIP_CALL, SCIP_CUTOFF, SCIP_DIDNOTRUN, SCIP_OKAY, SCIP_Real, SCIP_REDUCEDDOM, SCIP_STAGE_PRESOLVING, SCIP_SUCCESS, SCIP_VARSTATUS_MULTAGGR, SCIPdebugMessage, SCIPgetStage(), SCIPinferVarLbProp(), SCIPinferVarUbProp(), SCIPtightenVarLbGlobal(), SCIPtightenVarUbGlobal(), SCIPvarGetLbGlobal(), SCIPvarGetLbLocal(), SCIPvarGetName(), SCIPvarGetStatus(), SCIPvarGetUbGlobal(), SCIPvarGetUbLocal(), and GenVBound::var. Referenced by applyGenVBounds().
frees event data
Definition at line 1093 of file prop_genvbounds.c.
frees all eventdata stored
Definition at line 1116 of file prop_genvbounds.c.
drops all events caught by genvbounds propagator and frees their data
Definition at line 1163 of file prop_genvbounds.c. Referenced by execGenVBounds().
returns the corresponding event data entry in the corresponding array, if there is one; if not: allocates a new event data entry, stores it in the array and returns its adress
Definition at line 1212 of file prop_genvbounds.c. References NULL, SCIP_BOUNDTYPE_LOWER, SCIP_CALL, SCIP_OKAY, SCIPallocMemory, SCIPallocMemoryArray, SCIPhashmapExists(), SCIPhashmapGetImage(), and SCIPhashmapInsert(). Referenced by addEventData().
adds an event to the event array lbevents (if boundtype == SCIP_BOUNDTYPE_LOWER) or ubevents (if boundtype == SCIP_BOUNDTYPE_UPPER)
Definition at line 1263 of file prop_genvbounds.c. References getEventData(), NULL, SCIP_CALL, and SCIP_OKAY.
Definition at line 1306 of file prop_genvbounds.c. Referenced by execGenVBounds().
performs a topological sort on genvboundstore array The genvbounds graph is defined as follows: Given two genvbounds (genvbound1) c1 * x_i1 >= RHS1 and (genvbound2) c2 * x_i2 >= RHS2, there is an arc from genvbound1 to genvbound2 iff c1 = +1 and x_i1 appears with positive coefficient in RHS2 or c1 = -1 and x_i1 appears with negative coefficient in RHS2; in this case, a bound change of x_i1 deduced from genvbound1 improves genvbound2's minactivity in RHS2.
Definition at line 1429 of file prop_genvbounds.c. Referenced by execGenVBounds().
apply propagation of generalized variable bounds
Definition at line 1544 of file prop_genvbounds.c. References applyGenVBound(), NULL, resetLocalStartingData(), SCIP_CALL, SCIP_CUTOFF, SCIP_DIDNOTFIND, SCIP_DIDNOTRUN, SCIP_OKAY, SCIP_VARSTATUS_MULTAGGR, SCIPdebugMessage, SCIPgetDepth(), SCIPinProbing(), SCIPpropGetData(), and SCIPvarGetStatus(). Referenced by execGenVBounds().
initialize propagator data
Definition at line 1635 of file prop_genvbounds.c. Referenced by SCIPgenVBoundAdd().
adds a new genvbound to genvboundstore array and sets a hashmap entry
Definition at line 1664 of file prop_genvbounds.c. References GenVBound::boundtype, getGenVBound(), GenVBound::index, NULL, SCIP_BOUNDTYPE_LOWER, SCIP_CALL, SCIP_OKAY, SCIPhashmapInsert(), SCIPreallocMemoryArray, and GenVBound::var. Referenced by SCIPgenVBoundAdd().
runs propagation routine
Definition at line 1703 of file prop_genvbounds.c. References applyGenVBounds(), createStartingData(), dropAndFreeEvents(), FALSE, fillGlobalStartingData(), freeComponentsData(), freeStartingData(), NULL, SCIP_CALL, SCIP_CUTOFF, SCIP_DIDNOTFIND, SCIP_DIDNOTRUN, SCIP_OKAY, SCIPdebugMessage, SCIPgetCurrentNode(), SCIPgetCutoffbound(), SCIPgetDepth(), SCIPinProbing(), SCIPisFeasLT(), setUpEvents(), sortGenVBounds(), and TRUE.
adds a generalized variable bound to the genvbounds propagator; if there is already a genvbound for the bound "boundtype" of variable "var", it will be replaced
Definition at line 1788 of file prop_genvbounds.c. References addNewGenVBound(), GenVBound::boundtype, GenVBound::coefs, GenVBound::constant, GenVBound::cutoffcoef, FALSE, getGenVBound(), initPropdata(), GenVBound::ncoefs, NULL, PROP_NAME, SCIP_Bool, SCIP_CALL, SCIP_OKAY, SCIPallocMemory, SCIPdebug, SCIPdebugMessage, SCIPduplicateMemoryArray, SCIPfreeMemoryArray, SCIPgetTransObjoffset(), SCIPgetTransObjscale(), SCIPisNegative(), SCIPisPositive(), SCIPpropGetData(), SCIPpropGetName(), SCIPreallocMemoryArray, GenVBound::var, and GenVBound::vars.
initialization method of propagator (called after problem was transformed) Definition at line 1932 of file prop_genvbounds.c.
presolving method of propagator Definition at line 1976 of file prop_genvbounds.c.
presolving deinitialization method of propagator (called after presolving has been finished) Definition at line 2008 of file prop_genvbounds.c.
execution method of propagator Definition at line 2080 of file prop_genvbounds.c.
propagation conflict resolving method of propagator Definition at line 2119 of file prop_genvbounds.c.
solving process deinitialization method of propagator (called before branch and bound process data is freed) Definition at line 2188 of file prop_genvbounds.c.
destructor of propagator to free user data (called when SCIP is exiting) Definition at line 2236 of file prop_genvbounds.c.
Definition at line 2259 of file prop_genvbounds.c.
creates the genvbounds propagator and includes it in SCIP
Definition at line 2341 of file prop_genvbounds.c. Referenced by SCIPincludeDefaultPlugins(). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||