123456789101112131415161718192021222324252627282930313233343536373839(**************************************************************************)(* *)(* Copyright 2017-2018 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;}(** Timeout might still return a non-optimal solution *)exceptionTimeoutof(Cudf.preambleoption*Cudf.universe)optionmoduletypeS=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