mirror of
https://github.com/Z3Prover/z3
synced 2026-05-02 08:33:45 +00:00
gauss jordan
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
361888f299
commit
ad2445e423
8 changed files with 183 additions and 9 deletions
|
|
@ -255,7 +255,7 @@ namespace arith {
|
|||
TRACE("arith", for (auto lit : m_core) tout << lit << ": " << s().value(lit) << "\n";);
|
||||
DEBUG_CODE(for (auto lit : m_core) { VERIFY(s().value(lit) == l_true); });
|
||||
++m_stats.m_bound_propagations1;
|
||||
assign(lit, m_core, m_eqs, "bounds");
|
||||
assign(lit, m_core, m_eqs, bounds_pragma());
|
||||
}
|
||||
|
||||
if (should_refine_bounds() && first)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue