Function SCIPgetFeasibilityLinear

Source
pub unsafe extern "C" fn SCIPgetFeasibilityLinear(
    scip: *mut SCIP,
    cons: *mut SCIP_CONS,
    sol: *mut SCIP_SOL,
) -> f64
Expand description

gets the feasibility of the linear constraint in the given solution