pub unsafe extern "C" fn SCIPvarGetNLocksDown(
var: *mut SCIP_VAR,
) -> c_intExpand description
gets number of locks for rounding down
@note This method will always return variable locks of type model
@note It is recommented to use SCIPvarGetNLocksDownType()