pub unsafe extern "C" fn SCIProwExactGetSolFeasibility(
row: *mut SCIP_ROWEXACT,
set: *mut SCIP_SET,
stat: *mut SCIP_STAT,
sol: *mut SCIP_SOL,
result: *mut SCIP_RATIONAL,
) -> SCIP_RETCODEExpand description
returns the feasibility of a row for the given solution