Function SCIPisExactSolve

Source
pub unsafe extern "C" fn SCIPisExactSolve(scip: *mut SCIP) -> c_uint
Expand 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