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:
commit
cdf3c2571c
|
@ -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