3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 03:15:50 +00:00

checkpoint

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-25 15:06:40 -07:00
parent 760b12c4cb
commit 8a4f6d5719
18 changed files with 78 additions and 24 deletions

View file

@ -51,4 +51,9 @@ public:
tactic * mk_simplify_tactic(ast_manager & m, params_ref const & p = params_ref());
tactic * mk_elim_and_tactic(ast_manager & m, params_ref const & p = params_ref());
/*
ADD_TACTIC("simplify", "apply simplification rules.", "mk_simplify_tactic(m, p)")
ADD_TACTIC("elim-and", "convert (and a b) into (not (or (not a) (not b))).", "mk_elim_and_tactic(m, p)")
*/
#endif