pub unsafe extern "C" fn SCIPvarMarkDeleteGlobalStructures(
var: *mut SCIP_VAR,
)Expand description
marks variable to be deleted from global structures (cliques etc.) when cleaning up
@note: this is not equivalent to marking the variable itself for deletion, this is done by using SCIPvarMarkDeletable()