Function SCIPgetVarCoefChg

Source
pub unsafe extern "C" fn SCIPgetVarCoefChg(
    scip: *mut SCIP,
    varidx: c_int,
    negated: *mut c_uint,
    entering: *mut c_uint,
    leaving: *mut c_uint,
)
Expand description

check the changes of the variable coefficient in the objective function