mirror of
https://github.com/Z3Prover/z3
synced 2025-08-12 06:00:53 +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
|
@ -268,6 +268,8 @@ public:
|
|||
tactic * translate(ast_manager & m) override {
|
||||
return alloc(eq2bv_tactic, m);
|
||||
}
|
||||
|
||||
char const* name() const override { return "eq2bv"; }
|
||||
|
||||
void collect_param_descrs(param_descrs & r) override {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue