struct_relax.h
Go to the documentation of this file.
31 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
50 SCIP_Longint nimprbounds; /**< number of times, this relaxator improves the node's lower bound (w.r.t. SCIPisRelGT) */
54 SCIP_Longint lastsolvednode; /**< last total nodes counter, where the current relaxation was solved */
57 SCIP_DECL_RELAXCOPY ((*relaxcopy)); /**< copy method of relaxator or NULL if you don't want to copy your plugin into sub-SCIPs */
61 SCIP_DECL_RELAXINITSOL((*relaxinitsol)); /**< solving process initialization method of relaxator */
62 SCIP_DECL_RELAXEXITSOL((*relaxexitsol)); /**< solving process deinitialization method of relaxator */
SCIP_DECL_RELAXEXITSOL((*relaxexitsol))
SCIP_DECL_RELAXCOPY((*relaxcopy))
SCIP_DECL_RELAXINIT((*relaxinit))
SCIP_DECL_RELAXEXEC((*relaxexec))
SCIP_DECL_RELAXFREE((*relaxfree))
type definitions for relaxators
type definitions for clocks and timing issues
SCIP_DECL_RELAXEXIT((*relaxexit))
Definition: struct_relax.h:46
SCIP_DECL_RELAXINITSOL((*relaxinitsol))
Definition: struct_relax.h:74
common defines and data types used in all packages of SCIP
Definition: struct_clock.h:64