mirror of
https://github.com/Z3Prover/z3
synced 2025-11-03 04:57:52 +00:00
refactoring
This commit is contained in:
parent
6f12c0e6f9
commit
2679b74543
9 changed files with 206 additions and 198 deletions
|
|
@ -25,8 +25,11 @@ class tactic;
|
|||
|
||||
tactic * mk_qfufbv_tactic(ast_manager & m, params_ref const & p = params_ref());
|
||||
|
||||
tactic * mk_qfufbv_ackr_tactic(ast_manager & m, params_ref const & p);
|
||||
|
||||
/*
|
||||
ADD_TACTIC("qfufbv", "builtin strategy for solving QF_UFBV problems.", "mk_qfufbv_tactic(m, p)")
|
||||
ADD_TACTIC("qfufbv_ackr", "A tactic for solving QF_UFBV based on Ackermannization.", "mk_qfufbv_ackr_tactic(m, p)")
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue