pub unsafe extern "C" fn SCIPvarGetInferenceSumCurrentRun(
var: *mut SCIP_VAR,
dir: SCIP_BRANCHDIR,
) -> f64Expand description
returns the number of inferences branching on this variable in given direction triggered in the current run
pub unsafe extern "C" fn SCIPvarGetInferenceSumCurrentRun(
var: *mut SCIP_VAR,
dir: SCIP_BRANCHDIR,
) -> f64returns the number of inferences branching on this variable in given direction triggered in the current run