Function SCIPgetConflictgraphSOS1

Source
pub unsafe extern "C" fn SCIPgetConflictgraphSOS1(
    conshdlr: *mut SCIP_CONSHDLR,
) -> *mut SCIP_DIGRAPH
Expand description

gets conflict graph of SOS1 constraints (or NULL if not existent)

@note The conflict graph is globally valid; local changes are not taken into account.