never encode enums and records for Alt-Ergo
[why3.git] / drivers / alt_ergo.drv
blobe9d814d4ff813fc7e99fb7870d11f103e597262b
1 (* Driver for Alt-Ergo versions >= 2.4.0 *)
3 prelude "(* this is the prelude for Alt-Ergo, version >= 2.4.0 *)"
5 filename "%f-%t-%g.ae"
7 (* Performed introductions depending on whether counterexamples are
8    requested, as said by the meta "get_counterexmp". When this meta
9    set, this transformation introduces the model variables that are
10    still embedded in the goal. When it is not set, it removes all
11    these unused-ce-related variables, even in the context.  *)
12 transformation "counterexamples_dependent_intros"
14 transformation "inline_trivial"
15 transformation "eliminate_builtin"
16 transformation "remove_unused_keep_constants"
17 transformation "eliminate_recursion"
18 transformation "eliminate_inductive"
19 transformation "eliminate_epsilon"
20 transformation "eliminate_algebraic"
21 transformation "eliminate_literal"
22 transformation "split_premise_right"
23 transformation "simplify_formula"
26 import "alt_ergo_common.drv"
27 import "no-bv.gen"