Function SCIPvarGetNegatedVar

Source
pub unsafe extern "C" fn SCIPvarGetNegatedVar(
    var: *mut SCIP_VAR,
) -> *mut SCIP_VAR
Expand description

gets the negation of the given variable; may return NULL, if no negation is existing yet