mirror of
https://github.com/Z3Prover/z3
synced 2025-05-13 10:44:43 +00:00
updates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9b631f982b
commit
480296ed96
3 changed files with 240 additions and 71 deletions
|
@ -2096,7 +2096,7 @@ namespace smt {
|
|||
for (unsigned i = 0; i < m_active_vars.size(); ++i) {
|
||||
m_coeffs[m_active_vars[i]] /= g;
|
||||
}
|
||||
m_bound /= g;
|
||||
m_bound = (m_bound + g - 1) / g;
|
||||
std::cout << "CUT " << g << "\n";
|
||||
TRACE("pb", display_resolved_lemma(tout << "cut\n"););
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue