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*/
Definition: struct_scip.h:59
Definition: struct_var.h:198
SCIP_EXPORT SCIP_RETCODE SCIPincludeBranchruleRelpscost(SCIP *scip)
Definition: branch_relpscost.c:2037
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
type definitions for problem variables
SCIP_EXPORT SCIP_RETCODE SCIPexecRelpscostBranching(SCIP *scip, SCIP_VAR **branchcands, SCIP_Real *branchcandssol, SCIP_Real *branchcandsfrac, int nbranchcands, SCIP_Bool executebranching, SCIP_RESULT *result)
Definition: branch_relpscost.c:2215
result codes for SCIP callback methods
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33