Function SCIPvarGetNLocksDown

Source
pub unsafe extern "C" fn SCIPvarGetNLocksDown(
    var: *mut SCIP_VAR,
) -> c_int
Expand 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()