SCIPvarGetBranchFactor

Function SCIPvarGetBranchFactor 

Source
pub unsafe extern "C" fn SCIPvarGetBranchFactor(
    var: *mut SCIP_VAR,
) -> f64
Expand description

gets the branch factor of the variable; this value can be used in the branching methods to scale the score values of the variables; higher factor leads to a higher probability that this variable is chosen for branching