SCIPgetConsLinking

Function SCIPgetConsLinking 

Source
pub unsafe extern "C" fn SCIPgetConsLinking(
    scip: *mut SCIP,
    linkvar: *mut SCIP_VAR,
) -> *mut SCIP_CONS
Expand description

returns the linking constraint belonging the given linking variable (continuous or integer) or NULL if it does not exist yet