3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 04:28:17 +00:00

Merge pull request #622 from dstaple/master

Export default tactic for use via the SMT-LIB 2 interface.
This commit is contained in:
Nikolaj Bjorner 2016-05-26 06:47:27 -07:00
commit cdf3c2571c

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