-
Notifications
You must be signed in to change notification settings - Fork 9
/
opt_bb_eval.mli
16 lines (13 loc) · 1007 Bytes
/
opt_bb_eval.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(* ========================================================================== *)
(* 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 a simple branch and bound procedure by evaluation *)
(* of expressions without compilation *)
(* -------------------------------------------------------------------------- *)
open Opt_common
val min_max_expr : opt_pars -> bool -> Expr.constraints -> Expr.expr -> opt_result * opt_result