prop_pseudoobj.h
Go to the documentation of this file.
31 * This propagator propagates the objective function using the cutoff bound and the pseudo objective value. The pseudo
32 * objective value can be seen as minimum activity of the linear objective function. Using this, this propagator checks
33 * if variables with non-zero objective coefficients can exceed the cutoff bound. If this is the case the corresponding
37 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: struct_scip.h:68
Definition: struct_var.h:207
type definitions for return codes for SCIP methods
SCIP_RETCODE SCIPpropagateCutoffboundVar(SCIP *scip, SCIP_PROP *prop, SCIP_VAR *var, SCIP_Real cutoffbound, SCIP_Real pseudoobjval, SCIP_Bool *tightened)
Definition: prop_pseudoobj.c:3814
type definitions for SCIP's main datastructure
type definitions for problem variables
Definition: struct_prop.h:46
type definitions for propagators
SCIP_RETCODE SCIPincludePropPseudoobj(SCIP *scip)
Definition: prop_pseudoobj.c:3726
common defines and data types used in all packages of SCIP
Definition: objbenders.h:43