mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
Made macro-finder and quasi-macros tactics public.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
d9a48870db
commit
a103f0e288
2 changed files with 8 additions and 0 deletions
|
@ -25,4 +25,8 @@ class tactic;
|
||||||
|
|
||||||
tactic * mk_macro_finder_tactic(ast_manager & m, params_ref const & p = params_ref());
|
tactic * mk_macro_finder_tactic(ast_manager & m, params_ref const & p = params_ref());
|
||||||
|
|
||||||
|
/*
|
||||||
|
ADD_TACTIC("macro-finder", "Identifies and applies macros.", "mk_macro_finder_tactic(m, p)")
|
||||||
|
*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -25,4 +25,8 @@ class tactic;
|
||||||
|
|
||||||
tactic * mk_quasi_macros_tactic(ast_manager & m, params_ref const & p = params_ref());
|
tactic * mk_quasi_macros_tactic(ast_manager & m, params_ref const & p = params_ref());
|
||||||
|
|
||||||
|
/*
|
||||||
|
ADD_TACTIC("quasi-macros", "Identifies and applies quasi-macros.", "mk_quasi_macros_tactic(m, p)")
|
||||||
|
*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue