|
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
struct_expr.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
161 SCIP_DECL_EXPRGRAPHVARREMOVE((*exprgraphvarremove)); /**< callback for variable removal event */
162 SCIP_DECL_EXPRGRAPHVARCHGIDX((*exprgraphvarchgidx)); /**< callback for variable index change event */
165 SCIP_Bool needvarboundprop; /**< whether variable bounds need be propagated, e.g., because new nodes have been added to the graph */
SCIP_DECL_EXPRGRAPHVARADDED((*exprgraphvaradded)) Definition: intervalarith.h:36 type definitions for miscellaneous datastructures type definitions for expression interpreter Definition: struct_expr.h:67 SCIP_DECL_EXPRGRAPHVARREMOVE((*exprgraphvarremove)) Definition: type_expr.h:97 Definition: struct_misc.h:101 SCIP_DECL_EXPRGRAPHVARCHGIDX((*exprgraphvarchgidx)) Definition: struct_expr.h:46 Definition: struct_expr.h:100 Definition: struct_expr.h:89 type definitions for expressions and expression trees Definition: struct_expr.h:77 Definition: struct_expr.h:139 Definition: struct_expr.h:55 common defines and data types used in all packages of SCIP memory allocation routines |