mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
bugfixes in intblast solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4de4618f5b
commit
fde64365a3
3 changed files with 10 additions and 5 deletions
|
@ -233,7 +233,6 @@ namespace intblast {
|
|||
}
|
||||
|
||||
m_core.reset();
|
||||
m_translate.reset();
|
||||
m_is_plugin = false;
|
||||
m_solver = mk_smt2_solver(m, s.params(), symbol::null);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue