type_branch.h
Go to the documentation of this file.
28 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 78 /** solving process initialization method of branching rule (called when branch and bound process is about to begin) 80 * This method is called when the presolving was finished and the branch and bound process is about to begin. 89 /** solving process deinitialization method of branching rule (called before branch and bound process data is freed) 105 * - allowaddcons : is the branching rule allowed to add constraints to the current node in order to cut off the 109 * possible return values for *result (if more than one applies, the first in the list should be used): 111 * - SCIP_CONSADDED : an additional constraint (e.g. a conflict constraint) was generated; this result code must not be 119 #define SCIP_DECL_BRANCHEXECLP(x) SCIP_RETCODE x (SCIP* scip, SCIP_BRANCHRULE* branchrule, SCIP_Bool allowaddcons, SCIP_RESULT* result) 127 * - allowaddcons : is the branching rule allowed to add constraints to the current node in order to cut off the 131 * possible return values for *result (if more than one applies, the first in the list should be used): 133 * - SCIP_CONSADDED : an additional constraint (e.g. a conflict constraint) was generated; this result code must not be 140 #define SCIP_DECL_BRANCHEXECEXT(x) SCIP_RETCODE x (SCIP* scip, SCIP_BRANCHRULE* branchrule, SCIP_Bool allowaddcons, SCIP_RESULT* result) 148 * - allowaddcons : is the branching rule allowed to add constraints to the current node in order to cut off the 152 * possible return values for *result (if more than one applies, the first in the list should be used): 154 * - SCIP_CONSADDED : an additional constraint (e.g. a conflict constraint) was generated; this result code must not be 161 #define SCIP_DECL_BRANCHEXECPS(x) SCIP_RETCODE x (SCIP* scip, SCIP_BRANCHRULE* branchrule, SCIP_Bool allowaddcons, SCIP_RESULT* result)
type definitions for SCIP's main datastructure result codes for SCIP callback methods common defines and data types used in all packages of SCIP |