pub unsafe extern "C" fn SCIPisExactSolve(scip: *mut SCIP) -> c_uintExpand description
returns whether the solution process is arithmetically exact, i.e., not subject to roundoff errors
@note This feature is not supported yet!
@return Returns TRUE if \SCIP is exact solving mode, otherwise FALSE