pub unsafe extern "C" fn SCIPgetCutLPSolCutoffDistance(
    scip: *mut SCIP,
    sol: *mut SCIP_SOL,
    cut: *mut SCIP_ROW
) -> f64
Expand description

returns row’s cutoff distance in the direction of the given primal solution

@return the cutoff distance of the cut with respect to the LP solution in the direction of the given primal solution

@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_SOLVING