-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathopt_z3.mli
15 lines (12 loc) · 936 Bytes
/
opt_z3.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(* ========================================================================== *)
(* FPTaylor: A Tool for Rigorous Estimation of Round-off Errors *)
(* *)
(* Author: Alexey Solovyev, University of Utah *)
(* *)
(* This file is distributed under the terms of the MIT license *)
(* ========================================================================== *)
(* -------------------------------------------------------------------------- *)
(* Optimization with the Z3 SMT solver (see z3opt.py) *)
(* -------------------------------------------------------------------------- *)
open Opt_common
val min_max_expr : opt_pars -> bool -> Expr.constraints -> Interval.interval -> Expr.expr -> float * float