mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
build issues
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
88374a15d0
commit
8c016abb12
10 changed files with 130 additions and 56 deletions
|
@ -504,7 +504,6 @@ void asserted_formulas::propagate_values() {
|
|||
flush_cache();
|
||||
|
||||
unsigned num_prop = 0;
|
||||
unsigned num_iterations = 0;
|
||||
unsigned delta_prop = m_formulas.size();
|
||||
while (!inconsistent() && m_formulas.size()/20 < delta_prop) {
|
||||
m_expr2depth.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue