1234567891011121314151617181920212223242526272829303132333435363738(**************************************************************************)(* *)(* Copyright 2017 OCamlPro *)(* *)(* All rights reserved. This file is distributed under the terms of the *)(* GNU Lesser General Public License version 2.1, with the special *)(* exception on linking described in the file LICENSE. *)(* *)(**************************************************************************)typecriteria_def={crit_default:string;crit_upgrade:string;crit_fixup:string;crit_best_effort_prefix:stringoption;}exceptionTimeoutmoduletypeS=sigvalname:string(** extra configurable solver parameters *)valext:stringoptionrefvalis_present:unit->boolvalcommand_name:stringoption(** None means the solver is built-in *)valdefault_criteria:criteria_defvalcall:criteria:string->?timeout:float->Cudf.cudf->Cudf.preambleoption*Cudf.universeend