mirror of
https://github.com/Z3Prover/z3
synced 2025-08-29 14:30:07 +00:00
Added tactic comments for QF_AUFLIA, QF_AUFBV, QF_UF, and QF_UFBV default tactics.
This commit is contained in:
parent
7037739453
commit
ebbed7a92e
5 changed files with 21 additions and 1 deletions
|
@ -26,4 +26,8 @@ class tactic;
|
|||
|
||||
tactic * mk_qfuf_tactic(ast_manager & m, params_ref const & p);
|
||||
|
||||
/*
|
||||
ADD_TACTIC("qfuf", "builtin strategy for solving QF_UF problems.", "mk_qfuf_tactic(m, p)")
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue