All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
prop_pseudoobj.h
Go to the documentation of this file.
22 * This propagator propagates the objective function using the cutoff bound and the pseudo objective value. The pseudo
23 * objective value can be seen as minimum activity of the linear objective function. Using this, this propagator checks
24 * if variables with non-zero objective coefficients can exceed the cutoff bound. If this is the case the corresponding
28 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPincludePropPseudoobj(SCIP *scip) SCIP_RETCODE SCIPpropagateCutoffboundVar(SCIP *scip, SCIP_PROP *prop, SCIP_VAR *var, SCIP_Real cutoffbound, SCIP_Real pseudoobjval, SCIP_Bool *tightened) SCIP callable library. |