pub unsafe extern "C" fn SCIPgetConflictgraphSOS1(
conshdlr: *mut SCIP_CONSHDLR,
) -> *mut SCIP_DIGRAPHExpand 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.