-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbrab.mli
22 lines (19 loc) · 1.29 KB
/
brab.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(**************************************************************************)
(* *)
(* Cubicle *)
(* *)
(* Copyright (C) 2011-2014 *)
(* *)
(* Sylvain Conchon and Alain Mebsout *)
(* Universite Paris-Sud 11 *)
(* *)
(* *)
(* This file is distributed under the terms of the Apache Software *)
(* License version 2.0 *)
(* *)
(**************************************************************************)
(** Backward reachability with Approximations and Backtracking *)
val brab : Ast.t_system -> Bwd.result
(** Backtracking procedure that uses approximated backward reachability
({! Bwd}).
[brab system] calls BRAB on the given system. *)