prop_sync.h
Go to the documentation of this file.
23 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
69 /** gives the total number of tightened bounds for integer variables found by the sync propagator */
Definition: struct_scip.h:59
SCIP_EXPORT SCIP_RETCODE SCIPincludePropSync(SCIP *scip)
Definition: prop_sync.c:279
Definition: struct_var.h:198
type definitions for return codes for SCIP methods
type definitions for LP management
type definitions for SCIP's main datastructure
SCIP_EXPORT SCIP_Longint SCIPpropSyncGetNTightenedBnds(SCIP_PROP *prop)
Definition: prop_sync.c:354
SCIP_EXPORT SCIP_Longint SCIPpropSyncGetNTightenedIntBnds(SCIP_PROP *prop)
Definition: prop_sync.c:369
type definitions for problem variables
Definition: struct_prop.h:37
type definitions for propagators
SCIP_EXPORT SCIP_RETCODE SCIPpropSyncAddBndchg(SCIP *scip, SCIP_PROP *prop, SCIP_VAR *var, SCIP_Real val, SCIP_BOUNDTYPE bndtype)
Definition: prop_sync.c:314
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33