1 (* Why driver for Vampire *)
3 valid "Refutation found"
4 unknown "Time limit reached" "Time out"
5 unknown "Refutation not found" ""
6 outofmemory "Memory limit exceeded"
9 filename "%f-%t-%g.smt2"
11 import "discrimination.gen"
13 (* Performed introductions depending on whether counterexamples are
14 requested, as said by the meta "get_counterexmp". When this meta
15 set, this transformation introduces the model variables that are
16 still embedded in the goal. When it is not set, it removes all
17 these unused-ce-related variables, even in the context. *)
18 transformation "counterexamples_dependent_intros"
20 transformation "inline_trivial"
21 transformation "eliminate_builtin"
22 transformation "detect_polymorphism"
23 transformation "eliminate_definition_conditionally"
24 transformation "eliminate_inductive"
25 transformation "eliminate_epsilon"
26 transformation "eliminate_algebraic_if_poly"
27 transformation "eliminate_literal"
29 transformation "simplify_formula"
31 transformation "discriminate_if_poly"
32 transformation "encoding_smt_if_poly"