mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
More renaming floats -> fpa
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
5e5758bb25
commit
0cedd32ea2
5 changed files with 21 additions and 13 deletions
|
@ -25,6 +25,7 @@ class ast_manager;
|
|||
class tactic;
|
||||
|
||||
tactic * mk_qffp_tactic(ast_manager & m, params_ref const & p = params_ref());
|
||||
tactic * mk_qffpbv_tactic(ast_manager & m, params_ref const & p = params_ref());
|
||||
/*
|
||||
ADD_TACTIC("qffp", "(try to) solve goal using the tactic for QF_FP.", "mk_qffp_tactic(m, p)")
|
||||
ADD_TACTIC("qffpbv", "(try to) solve goal using the tactic for QF_FPBV (floats+bit-vectors).", "mk_qffpbv_tactic(m, p)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue