mirror of
https://github.com/Z3Prover/z3
synced 2026-04-28 23:03:36 +00:00
fixes to bv/dual-solver,
This commit is contained in:
parent
a4354c960c
commit
89ffb45c4f
19 changed files with 94 additions and 75 deletions
|
|
@ -51,7 +51,6 @@ namespace arith {
|
|||
|
||||
solver::~solver() {
|
||||
del_bounds(0);
|
||||
std::for_each(m_internalize_states.begin(), m_internalize_states.end(), delete_proc<internalize_state>());
|
||||
}
|
||||
|
||||
void solver::asserted(literal l) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue