branch_relpscost.h
Go to the documentation of this file.
30 * The reliable pseudo costs branching rule uses the notion of pseudo costs to measure the expected
32 * The pseudo cost information is collected during the branch-and-bound search in the same manner as for
35 * The reliable pseudo costs branching rule, however, uses a limited number of look-ahead LP-iterations
36 * at the beginning of the search in order to obtain better pseudo cost estimates and make branching decisions in a
40 * For a more mathematical description and a comparison between the reliable pseudo costs rule and other branching rules
49 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: struct_scip.h:68
Definition: struct_var.h:207
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
type definitions for problem variables
SCIP_RETCODE SCIPincludeBranchruleRelpscost(SCIP *scip)
Definition: branch_relpscost.c:2046
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:2224
result codes for SCIP callback methods
common defines and data types used in all packages of SCIP
Definition: objbenders.h:43