mirror of
https://github.com/Z3Prover/z3
synced 2025-09-30 05:09:02 +00:00
update scoped destructor
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f7370466f0
commit
7129b98fe6
2 changed files with 13 additions and 9 deletions
|
@ -47,6 +47,8 @@ namespace smt {
|
|||
};
|
||||
struct config {
|
||||
unsigned m_max_cube_size = 20;
|
||||
bool m_frugal_cube_only = false;
|
||||
bool m_never_cube = false;
|
||||
};
|
||||
|
||||
ast_manager& m;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue