mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
fix duplicate class
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8476a12c0f
commit
2c69aa0df1
5 changed files with 10 additions and 11 deletions
|
@ -31,6 +31,9 @@ struct simplify_tactic::imp {
|
|||
m_num_steps(0) {
|
||||
}
|
||||
|
||||
~imp() {
|
||||
}
|
||||
|
||||
ast_manager & m() const { return m_manager; }
|
||||
|
||||
void set_cancel(bool f) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue