mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
36f510553a
commit
04906bd957
|
@ -131,7 +131,7 @@ public:
|
||||||
|
|
||||||
~dom_simplify_tactic() override;
|
~dom_simplify_tactic() override;
|
||||||
|
|
||||||
char const* dom_simplify_tactic::name() const override { return "dom_simplify"; }
|
char const* name() const override { return "dom_simplify"; }
|
||||||
|
|
||||||
tactic * translate(ast_manager & m) override;
|
tactic * translate(ast_manager & m) override;
|
||||||
void updt_params(params_ref const & p) override {}
|
void updt_params(params_ref const & p) override {}
|
||||||
|
|
Loading…
Reference in a new issue