SCIPvarMarkDeletable

Function SCIPvarMarkDeletable 

Source
pub unsafe extern "C" fn SCIPvarMarkDeletable(var: *mut SCIP_VAR)
Expand description

marks the variable to be deletable, i.e., it may be deleted completely from the problem; method can only be called before the variable is added to the problem by SCIPaddVar() or SCIPaddPricedVar()