SCIPgetRowSolFeasibilityExact

Function SCIPgetRowSolFeasibilityExact 

Source
pub unsafe extern "C" fn SCIPgetRowSolFeasibilityExact(
    scip: *mut SCIP,
    row: *mut SCIP_ROWEXACT,
    sol: *mut SCIP_SOL,
    result: *mut SCIP_RATIONAL,
) -> SCIP_RETCODE
Expand description

returns the feasibility of a row for the given primal solution

@return the feasibility of a row for the given primal solution

@pre this method can be called in one of the following stages of the SCIP solving process: - \ref SCIP_STAGE_SOLVING