Merge branch 'coma_fixes' into 'master'
[why3.git] / drivers / alt_ergo_2_3.drv
blob233d7178a56b6840b4c6a1ad4d5cb646e7edf4fb
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"
28 import "no-bv.gen"
30 (* additional regexp for detection of answers, needed for alt-ergo <= 0.99 *)
31 valid "^Inconsistent assumption$"