pub unsafe extern "C" fn SCIPvarGetBranchDirection(
var: *mut SCIP_VAR,
) -> SCIP_BRANCHDIRExpand description
gets the preferred branch direction of the variable (downwards, upwards, or auto)
pub unsafe extern "C" fn SCIPvarGetBranchDirection(
var: *mut SCIP_VAR,
) -> SCIP_BRANCHDIRgets the preferred branch direction of the variable (downwards, upwards, or auto)