mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +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
|
@ -25,4 +25,8 @@ class tactic;
|
|||
|
||||
tactic * mk_qfidl_tactic(ast_manager & m, params_ref const & p = params_ref());
|
||||
|
||||
/*
|
||||
ADD_TACTIC("qfidl", "builtin strategy for solving QF_IDL problems.", "mk_qfidl_tactic(m, p)")
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue