mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 20:16:00 +00:00
UFBV tactic fixed and cleanup.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
2a295d9466
commit
6c2ef9e70c
8 changed files with 600 additions and 440 deletions
|
@ -23,9 +23,10 @@ Notes:
|
|||
class ast_manager;
|
||||
class tactic;
|
||||
|
||||
tactic * mk_macro_finder_tactic(ast_manager & m, params_ref const & p);
|
||||
tactic * mk_ufbv_preprocessor_tactic(ast_manager & m, params_ref const & p = params_ref());
|
||||
|
||||
tactic * mk_ufbv_tactic(ast_manager & m, params_ref const & p = params_ref());
|
||||
|
||||
tactic * mk_ufbv_tactic(ast_manager & m, params_ref const & p);
|
||||
/*
|
||||
ADD_TACTIC("bv", "builtin strategy for solving BV problems (with quantifiers).", "mk_ufbv_tactic(m, p)")
|
||||
ADD_TACTIC("ufbv", "builtin strategy for solving UFBV problems (with quantifiers).", "mk_ufbv_tactic(m, p)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue