mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
remove validation assert
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
785fe2f6f7
commit
8566d88b99
|
@ -1654,7 +1654,7 @@ namespace opt {
|
||||||
maxsmt& ms = *m_maxsmts.find(obj.m_id);
|
maxsmt& ms = *m_maxsmts.find(obj.m_id);
|
||||||
rational value0 = ms.get_lower();
|
rational value0 = ms.get_lower();
|
||||||
TRACE("opt", tout << "value " << value << " other " << value0 << "\n";);
|
TRACE("opt", tout << "value " << value << " other " << value0 << "\n";);
|
||||||
SASSERT(value0 == value);
|
// TBD SASSERT(value0 == value);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue