mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
add tactic name
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e3bd5badf2
commit
9f2b18cac5
73 changed files with 218 additions and 63 deletions
|
@ -53,6 +53,8 @@ public:
|
|||
|
||||
~qfufbv_ackr_tactic() override { }
|
||||
|
||||
char const* name() const override { return "qfufbv_ackr"; }
|
||||
|
||||
void operator()(goal_ref const & g, goal_ref_buffer & result) override {
|
||||
ast_manager& m(g->m());
|
||||
tactic_report report("qfufbv_ackr", *g);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue