1 (* Driver for Alt-Ergo versions >= 2.4.0 *)
3 prelude "(* this is the prelude for Alt-Ergo, version >= 2.4.0 *)"
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"