mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +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());
|
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
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue