type_implics.h
Go to the documentation of this file.
30/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
39typedef struct SCIP_VBounds SCIP_VBOUNDS; /**< variable bounds of a variable x in the form x <= c*y or x >= c*y */
40typedef struct SCIP_Implics SCIP_IMPLICS; /**< implications in the form x <= 0 or x >= 1 ==> y <= b or y >= b for x binary, NULL if x nonbinary */
41typedef struct SCIP_Clique SCIP_CLIQUE; /**< single clique, stating that at most one of the binary variables can be fixed
Definition: struct_implics.h:90
Definition: struct_implics.h:98
Definition: struct_implics.h:76
Definition: struct_implics.h:63
Definition: struct_implics.h:49