SCIPisExact

Function SCIPisExact 

Source
pub unsafe extern "C" fn SCIPisExact(scip: *mut SCIP) -> c_uint
Expand description

returns whether the solution process is arithmetically exact, i.e., not subject to roundoff errors

@return Returns TRUE if \SCIP is in exact solving mode, otherwise FALSE