3
0
Fork 0
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:
Douglas B. Staple 2016-05-26 09:55:08 -03:00
parent b8716b3339
commit 725b1c56e5

View file

@ -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