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