mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
Export default tactic for use via the SMT-LIB 2 interface.
This commit is contained in:
parent
b8716b3339
commit
725b1c56e5
|
@ -25,4 +25,8 @@ class tactic;
|
|||
|
||||
tactic * mk_default_tactic(ast_manager & m, params_ref const & p = params_ref());
|
||||
|
||||
/*
|
||||
ADD_TACTIC("default", "default strategy used when no logic is specified.", "mk_default_tactic(m, p)")
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue