SCIPvarGetNLocksUp

Function SCIPvarGetNLocksUp 

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