1 (* Driver for Alt-Ergo versions 2.3.x *)
3 prelude "(* this is the prelude for Alt-Ergo, versions 2.3.x *)"
5 filename "%f-%t-%g.why"
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"
16 transformation "eliminate_builtin"
17 transformation "eliminate_recursion"
18 transformation "eliminate_inductive"
19 transformation "eliminate_epsilon"
20 transformation "eliminate_algebraic"
21 transformation "eliminate_literal"
22 transformation "eliminate_let_term"
23 transformation "split_premise_right"
24 transformation "simplify_formula"
27 import "alt_ergo_common.drv"
30 (* additional regexp for detection of answers, needed for alt-ergo <= 0.99 *)
31 valid "^Inconsistent assumption$"