Function SCIPmakeIndicatorFeasible

Source
pub unsafe extern "C" fn SCIPmakeIndicatorFeasible(
    scip: *mut SCIP,
    cons: *mut SCIP_CONS,
    sol: *mut SCIP_SOL,
    changed: *mut c_uint,
) -> SCIP_RETCODE
Expand description

based on values of other variables, computes slack and binary variable to turn constraint feasible