pub unsafe extern "C" fn SCIPselectBranchVarPscost(
scip: *mut SCIP,
branchcands: *mut *mut SCIP_VAR,
branchcandssol: *mut f64,
branchcandsscore: *mut f64,
nbranchcands: c_int,
var: *mut *mut SCIP_VAR,
brpoint: *mut f64,
) -> SCIP_RETCODEExpand description
selects a branching variable, due to pseudo cost, from the given candidate array and returns this variable together with a branching point