prop_sync.h
Go to the documentation of this file.
32 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
78 /** gives the total number of tightened bounds for integer variables found by the sync propagator */
Definition: struct_scip.h:68
SCIP_Longint SCIPpropSyncGetNTightenedBnds(SCIP_PROP *prop)
Definition: prop_sync.c:363
Definition: struct_var.h:207
type definitions for return codes for SCIP methods
type definitions for LP management
type definitions for SCIP's main datastructure
SCIP_RETCODE SCIPpropSyncAddBndchg(SCIP *scip, SCIP_PROP *prop, SCIP_VAR *var, SCIP_Real val, SCIP_BOUNDTYPE bndtype)
Definition: prop_sync.c:323
type definitions for problem variables
Definition: struct_prop.h:46
type definitions for propagators
SCIP_Longint SCIPpropSyncGetNTightenedIntBnds(SCIP_PROP *prop)
Definition: prop_sync.c:378
common defines and data types used in all packages of SCIP
Definition: objbenders.h:43