Scippy

GCG

Branch-and-Price & Column Generation for Everyone

branch_relpsprob.h File Reference

Detailed Description

reliable pseudo costs branching rule

Author
Tobias Achterberg
Gerald Gamrath

Definition in file branch_relpsprob.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeBranchruleRelpsprob (SCIP *scip)
 
SCIP_RETCODE SCIPgetRelpsprobBranchVar (SCIP *scip, SCIP_VAR **branchcands, SCIP_Real *branchcandssol, int nbranchcands, int nvars, SCIP_RESULT *result, SCIP_VAR **branchvar)
 

Function Documentation

◆ SCIPincludeBranchruleRelpsprob()

◆ SCIPgetRelpsprobBranchVar()

SCIP_RETCODE SCIPgetRelpsprobBranchVar ( SCIP *  scip,
SCIP_VAR **  branchcands,
SCIP_Real *  branchcandssol,
int  nbranchcands,
int  nvars,
SCIP_RESULT *  result,
SCIP_VAR **  branchvar 
)

execution reliability pseudo cost probing branching with the given branching candidates

Definition at line 1545 of file branch_relpsprob.c.

References BRANCHRULE_NAME, execRelpsprob(), GCGmasterGetOrigprob(), and BdchgData::nvars.

Referenced by branchExtern().