mirror of
https://github.com/Z3Prover/z3
synced 2025-11-24 06:31:27 +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
|
|
@ -38,6 +38,8 @@ struct unit_subsumption_tactic : public tactic {
|
|||
m_clauses(m) {
|
||||
}
|
||||
|
||||
char const* name() const override { return "unit_subsumption"; }
|
||||
|
||||
void cleanup() override {}
|
||||
|
||||
void operator()(/* in */ goal_ref const & in,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue