All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
branch_relpscost.h
Go to the documentation of this file.
21 * The reliable pseudo costs branching rule uses the notion of pseudo costs to measure the expected
23 * The pseudo cost information is collected during the branch-and-bound search in the same manner as for
26 * The reliable pseudo costs branching rule, however, uses a limited number of look-ahead LP-iterations
27 * at the beginning of the search in order to obtain better pseudo cost estimates and make branching decisions in a
31 * For a more mathematical description and a comparison between the reliable pseudo costs rule and other branching rules
40 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
62 SCIP_Bool allowaddcons, /**< is the branching rule allowed to add constraints to the current node
SCIP_RETCODE SCIPexecRelpscostBranching(SCIP *scip, SCIP_Bool allowaddcons, SCIP_VAR **branchcands, SCIP_Real *branchcandssol, SCIP_Real *branchcandsfrac, int nbranchcands, SCIP_Bool executebranching, SCIP_RESULT *result) SCIP_RETCODE SCIPincludeBranchruleRelpscost(SCIP *scip) SCIP callable library. |