Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Z3 to 4.13.4 #205

Merged
merged 415 commits into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
415 commits
Select commit Hold shift + click to select a range
ea417bb
Update README.md
NikolajBjorner Aug 28, 2024
cd89867
add back auditwheel
NikolajBjorner Aug 28, 2024
ea93f07
Update azure-pipelines.yml
NikolajBjorner Aug 28, 2024
c79477a
update nightly
NikolajBjorner Aug 29, 2024
59853d0
Update nightly.yaml
NikolajBjorner Aug 29, 2024
96417d4
Update nightly.yaml
NikolajBjorner Aug 29, 2024
dcdb7c4
wheelhouse
NikolajBjorner Aug 29, 2024
84b2c21
Update nightly.yaml for Azure Pipelines
NikolajBjorner Aug 30, 2024
46d602e
update gitignore to prepare for genaiscript
NikolajBjorner Aug 30, 2024
9a87bb1
#7362
NikolajBjorner Aug 30, 2024
01a4195
#7362
NikolajBjorner Aug 30, 2024
a1bcf13
fix build
NikolajBjorner Aug 31, 2024
a3eb2ff
revert update to vector for testing #6902
NikolajBjorner Aug 31, 2024
ef58376
replace a few old-school constructors for a 0.5% reduction in code size
nunoplopes Sep 2, 2024
db4176a
#6902
NikolajBjorner Sep 3, 2024
6086a30
Add reference URL to GenAI script file for auto Git commit guide
NikolajBjorner Sep 3, 2024
5237e7d
Adjust memory reallocation to consider SIZE_T_ALIGN in memory_manager
NikolajBjorner Sep 3, 2024
0837e3b
Fix nightly (#7365)
rhelmot Sep 3, 2024
8061765
remove default destructors & some default constructors
nunoplopes Sep 4, 2024
1ace3d0
fix #7372
NikolajBjorner Sep 12, 2024
99a9a4a
fix #7372
NikolajBjorner Sep 12, 2024
0ba306e
y
NikolajBjorner Sep 17, 2024
48712b4
Add initial value setting for variables in Z3 API, solver, and optimi…
NikolajBjorner Sep 18, 2024
0f89650
Add initial value setting API for solver and optimize contexts and up…
NikolajBjorner Sep 18, 2024
1c163db
remove output
NikolajBjorner Sep 18, 2024
a3f35b6
Add command to set initial value hints for solver in various components
NikolajBjorner Sep 18, 2024
4896edf
Add tracking of values size in scoped_state push method in opt_context
NikolajBjorner Sep 19, 2024
8349ee0
Add support for const array in all logics as per issue #7383
NikolajBjorner Sep 19, 2024
b99c4a4
Add override specifiers to methods in set_initial_value_cmd class for…
NikolajBjorner Sep 19, 2024
342dccd
correctly process cancellation in gomory cuts
levnach Sep 19, 2024
0c48a50
Add support for initializing variable values in solver and optimize c…
NikolajBjorner Sep 19, 2024
d66609e
fix #7389
NikolajBjorner Sep 21, 2024
fa7fc8e
Refactor bv_rewriter functions using unified variable assignment and …
NikolajBjorner Sep 22, 2024
ba5cec7
additional rewrites for bv2int
NikolajBjorner Sep 22, 2024
a9f8ec1
updated handling of value initialization for bit-vectors
NikolajBjorner Sep 22, 2024
96c1375
#7391
NikolajBjorner Sep 22, 2024
1e580a7
update to c++20, remove debug output
NikolajBjorner Sep 22, 2024
1121815
Standardize C++20 flag across different platforms in build script
NikolajBjorner Sep 22, 2024
22d9bfa
fix warning with iterators due to non-const comparator
nunoplopes Sep 23, 2024
a62fede
remove a few default constructors
nunoplopes Sep 23, 2024
4b4a282
Add const qualifiers to comparison operators and update iterator equa…
NikolajBjorner Sep 23, 2024
737c220
delete more default constructors
nunoplopes Sep 23, 2024
499ed5d
remove unneeded iterator functions
nunoplopes Sep 23, 2024
eb8c630
Refactor and fix uninitialized variables and improve function consist…
NikolajBjorner Sep 23, 2024
ee34773
remove junk
NikolajBjorner Sep 23, 2024
5c58329
Remove unnecessary const qualifiers from comparison operator overload…
NikolajBjorner Sep 23, 2024
5a6dc18
Override convert_initialize_value method in bit_blaster_model_convert…
NikolajBjorner Sep 23, 2024
0604d23
Check if model_converter is non-null before initializing values in sa…
NikolajBjorner Sep 23, 2024
95d2e00
Update OCaml jobs to use Ubuntu-latest in Azure Pipelines configuration
NikolajBjorner Sep 23, 2024
ec14ef7
Update Ubuntu job name in Azure pipeline and add string variable crea…
NikolajBjorner Sep 23, 2024
c34c847
Add .gitattributes for genaiscript and update git commit flow script.…
pelikhan Sep 23, 2024
fa1a2cd
disable simple check in nlsat
levnach Sep 23, 2024
afaa48d
sample fix script
NikolajBjorner Sep 23, 2024
a831fe9
fix some build warnings
NikolajBjorner Sep 24, 2024
716a815
update lock file
NikolajBjorner Sep 24, 2024
994056f
C API now used by Julia. (#7387)
PallHaraldsson Sep 24, 2024
8b81bda
Julia now used the C API. (#7388)
PallHaraldsson Sep 24, 2024
2655301
comment out simple proofs unit test
NikolajBjorner Sep 24, 2024
eb5d036
fix #7392
NikolajBjorner Sep 25, 2024
82eb186
remove ubuntu build 20 from nightly
NikolajBjorner Sep 25, 2024
103c5ad
wasm: attempt to GC in tests (#7400)
bakkot Sep 25, 2024
77aa528
wasm: increase timeout in tests (#7401)
bakkot Sep 25, 2024
c690279
skip pypi publish during dry run
NikolajBjorner Sep 26, 2024
ebdb037
fix indent
NikolajBjorner Sep 26, 2024
b39bcd6
remove ubuntu20
NikolajBjorner Sep 26, 2024
8d831a1
set to macos latest
NikolajBjorner Sep 26, 2024
649c36a
align nightly and release yamls
NikolajBjorner Sep 26, 2024
3df7299
update signature of operator==
NikolajBjorner Sep 26, 2024
f4452a0
pypi publish
NikolajBjorner Sep 26, 2024
d047b86
pypi publish
NikolajBjorner Sep 26, 2024
01cf042
fix #7404, relates to #7400.
NikolajBjorner Sep 27, 2024
40b0210
fixes to lazy tactic uses
NikolajBjorner Sep 27, 2024
11bb19d
make default tactic cases lazy
NikolajBjorner Sep 27, 2024
9a8ff74
update version number and release notes
NikolajBjorner Sep 27, 2024
fc1c6b4
try to build java on linux/arm nightly
NikolajBjorner Sep 30, 2024
2123d38
Update nightly.yaml for Azure Pipelines
NikolajBjorner Sep 30, 2024
c2b2626
remove --java option
NikolajBjorner Sep 30, 2024
2ac6f8b
increment minor revision number
NikolajBjorner Sep 30, 2024
826835f
fixes to build warnings
NikolajBjorner Sep 30, 2024
5413018
Update euf_ac_plugin.cpp
NikolajBjorner Sep 30, 2024
b65afd4
attempt to use uniform java library location under bin #7406
NikolajBjorner Sep 30, 2024
30b4fe6
2nd attempt to use uniform java library location under bin #7406
NikolajBjorner Sep 30, 2024
7da58b9
fix build warnings
NikolajBjorner Sep 30, 2024
2c94a3a
fix build warnings
NikolajBjorner Sep 30, 2024
551cc53
fix un-intialized variable warnings
NikolajBjorner Sep 30, 2024
86b9718
fix build warnings
NikolajBjorner Sep 30, 2024
19f63cd
add sequoia to os versions #7407
NikolajBjorner Sep 30, 2024
4cefc51
add sequoia to os versions #7407
NikolajBjorner Sep 30, 2024
8c39863
fix typo in arch for setup.py
NikolajBjorner Sep 30, 2024
328616b
fix build warnings
NikolajBjorner Oct 1, 2024
c7af973
fixes for #7402
NikolajBjorner Oct 1, 2024
93ff89b
add == for const_ref and ref to disambiguate equality.
NikolajBjorner Oct 2, 2024
d686e92
disambiguate
NikolajBjorner Oct 2, 2024
6dec943
Bump docker/build-push-action from 6.7.0 to 6.9.0 (#7408)
dependabot[bot] Oct 2, 2024
b170f10
reorder template definition
NikolajBjorner Oct 2, 2024
3586b61
remove default destructors
nunoplopes Oct 2, 2024
e58eb9f
fix indentation for mbp
NikolajBjorner Oct 3, 2024
f5db6bf
install Julia for macos build
NikolajBjorner Oct 3, 2024
a98c925
optimize var_subst
NikolajBjorner Oct 4, 2024
66bb310
reset before manager is deallocated
NikolajBjorner Oct 4, 2024
969511a
fixup std-order / inv-order
NikolajBjorner Oct 4, 2024
b60e1a2
fixup variables
NikolajBjorner Oct 4, 2024
2ae4ac8
fix build
NikolajBjorner Oct 4, 2024
24d7b05
refactor and optimize git operations for commit messages and failure …
pelikhan Oct 4, 2024
c6cd25c
mico-tuning
NikolajBjorner Oct 8, 2024
0fec7ef
micro-tuning
NikolajBjorner Oct 8, 2024
8a95dd4
A slice solver option for interactive use case
NikolajBjorner Oct 8, 2024
cfd00ad
add slice solver option to command context
NikolajBjorner Oct 8, 2024
6bd46b0
fix #7363. Replay relevancy on unit literals that are re-asserted dur…
NikolajBjorner Oct 9, 2024
da614c6
remove m_level attribute, use s->get_scope_level directly
NikolajBjorner Oct 9, 2024
48aa2f6
setup python dist to remove internal build suffix for macos
NikolajBjorner Oct 9, 2024
5dc1b1a
remove hard-wired osx=11.0
NikolajBjorner Oct 9, 2024
fe71b75
remove : from setup.py
NikolajBjorner Oct 9, 2024
00f1f1b
fix typo in setup.py
NikolajBjorner Oct 9, 2024
b268b56
update release notes
NikolajBjorner Oct 10, 2024
6e3b99f
downgrade to macos13 in builds until fully supported by pypi
NikolajBjorner Oct 10, 2024
54d30f2
add _0 to platform tag for pypi
NikolajBjorner Oct 10, 2024
efde656
fix recursive self call for slice_solver check-sat-cc method
NikolajBjorner Oct 10, 2024
7a0b58b
increment minor version number
NikolajBjorner Oct 11, 2024
3a8195b
#7419
NikolajBjorner Oct 12, 2024
56b706a
fixes for #7420 #7405
NikolajBjorner Oct 13, 2024
62478db
Update docker-image.yml
NikolajBjorner Oct 14, 2024
5993735
simplify string patterns into prefix/suffix constraints
NikolajBjorner Oct 14, 2024
3896e18
fix the code to cube at the correct frequency (#7422)
stormckey Oct 15, 2024
8ff4036
update unit_lim to the correct value (#7423)
stormckey Oct 16, 2024
5a5e39a
fix incrementality bug for pre-processing: replay has to be invoked o…
NikolajBjorner Oct 16, 2024
92376e6
better model replay for loose entries
NikolajBjorner Oct 16, 2024
a23a8cd
add variables from definitions
NikolajBjorner Oct 17, 2024
5cee19f
It uses C++20 BTW (#7429)
catap Oct 21, 2024
45ef6d0
js: Adding manual release methods (#7428)
HalfdanJ Oct 22, 2024
d18831c
Update sat_ddfw.cpp
NikolajBjorner Oct 20, 2024
253f7d7
fix non-termination bug in elim-unconstrained, add parameter validati…
NikolajBjorner Oct 22, 2024
0ebea1c
remove debug out
NikolajBjorner Oct 22, 2024
78d1139
add shortcut to retrieve kind of application
NikolajBjorner Oct 22, 2024
8b657f2
add shortcut to retrieve kind of application
NikolajBjorner Oct 22, 2024
b0fef64
Add assert_and_track support to Optimize class in .NET binding (#7437)
NikolajBjorner Oct 26, 2024
ecdfab8
fix #7434
NikolajBjorner Oct 29, 2024
91dc02d
Sls (#7439)
NikolajBjorner Nov 2, 2024
604714b
js: Add pseudo-boolean high-level functions (#7426)
HalfdanJ Nov 2, 2024
1957b4d
fix reporting on cancelation when based on cancel flag
NikolajBjorner Nov 2, 2024
9206546
use std::exception as base class to z3_exception
NikolajBjorner Nov 4, 2024
75e4677
Make build process work with pyodide (#7442)
rhelmot Nov 4, 2024
42894f7
add noexcept for signature compatibility
NikolajBjorner Nov 4, 2024
407bad3
add noexcept
NikolajBjorner Nov 4, 2024
a38bf3e
port to inherit from std::exception
NikolajBjorner Nov 4, 2024
abd1674
inherit more exceptions from std::exception
NikolajBjorner Nov 4, 2024
4f060dd
fix #7445
NikolajBjorner Nov 10, 2024
1856ab7
fix #7448
NikolajBjorner Nov 10, 2024
879bb4b
avoid circular dependencies in justifications that get updated. fixes…
NikolajBjorner Nov 11, 2024
30ad22a
fix #7449
NikolajBjorner Nov 11, 2024
1cc808c
fix #7446, by adding rewrite simplification
NikolajBjorner Nov 12, 2024
c0e748a
fix #7446, by adding rewrite simplification
NikolajBjorner Nov 12, 2024
d3009da
Proposed fix for #7451 (#7452)
linusheck Nov 13, 2024
0dc4c5e
Create pyodide.yml
NikolajBjorner Nov 15, 2024
4d0394e
Update pyodide.yml
NikolajBjorner Nov 15, 2024
4cdc3d6
Update pyodide.yml
NikolajBjorner Nov 15, 2024
e53ea00
Update pyodide.yml
NikolajBjorner Nov 15, 2024
75d0dd8
Update pyodide.yml
NikolajBjorner Nov 15, 2024
eab49da
Update pyodide.yml
NikolajBjorner Nov 15, 2024
3fed840
update pyodide.yml
rhelmot Nov 15, 2024
62db764
refine rewriting depth for lt constraints
NikolajBjorner Nov 15, 2024
6eae3f0
add cases for unconstrained sequences and strings
NikolajBjorner Nov 15, 2024
6a9d591
add method for resetting limit
NikolajBjorner Nov 15, 2024
8e3b9f6
add sequential option for SLS, fixes to import/export methods SLS<->SMT
NikolajBjorner Nov 15, 2024
ca6ec0d
fixes to pyodide action
NikolajBjorner Nov 15, 2024
3f40798
build fixes
NikolajBjorner Nov 15, 2024
77eacef
build fixes
NikolajBjorner Nov 15, 2024
1d8a904
build fixes
NikolajBjorner Nov 15, 2024
ea590de
remove breaking experiment
NikolajBjorner Nov 15, 2024
8804890
Update pyodide.yml
NikolajBjorner Nov 15, 2024
ccbe6c3
fixes
NikolajBjorner Nov 15, 2024
aab6c1e
Update pyodide.yml
NikolajBjorner Nov 16, 2024
329e1dd
Update pyodide.yml
NikolajBjorner Nov 16, 2024
231248d
Update pyodide.yml
NikolajBjorner Nov 16, 2024
704278c
Update pyodide.yml
NikolajBjorner Nov 16, 2024
dba1674
Update pyodide.yml
NikolajBjorner Nov 16, 2024
24f9a86
Update pyodide.yml
NikolajBjorner Nov 16, 2024
751d666
Update pyodide.yml
NikolajBjorner Nov 16, 2024
bd5f8b1
Update pyodide.yml
NikolajBjorner Nov 16, 2024
e7d0833
Update pyodide.yml
NikolajBjorner Nov 16, 2024
60b14f3
Update pyodide.yml
NikolajBjorner Nov 16, 2024
8bfe403
Update pyodide.yml
NikolajBjorner Nov 16, 2024
7c5ff7c
moving compile time flags to setup for pyodide
NikolajBjorner Nov 16, 2024
197951c
fixes to sls
NikolajBjorner Nov 16, 2024
f39198d
move build-env setting to correct place
NikolajBjorner Nov 16, 2024
b929996
update to set single threaded
NikolajBjorner Nov 16, 2024
e4e5735
update to set single threaded
NikolajBjorner Nov 16, 2024
f64d077
fix re-entrancy bug during flip in arith_base
NikolajBjorner Nov 16, 2024
750dd68
enable par_then and par_or even if single threaded - fall back to seq…
NikolajBjorner Nov 16, 2024
00c5600
Update pyodide.yml
NikolajBjorner Nov 16, 2024
cdc4833
Update pyodide.yml
NikolajBjorner Nov 16, 2024
836802e
Update pyodide.yml
NikolajBjorner Nov 16, 2024
5fd1231
incorporate ls during propagation
NikolajBjorner Nov 16, 2024
2310514
fix #7454
NikolajBjorner Nov 17, 2024
e380903
Update README.md
NikolajBjorner Nov 17, 2024
c7ea496
bug fixes to sls
NikolajBjorner Nov 17, 2024
84447b7
remove incremental mode from EUF, include statistics about restart vs…
NikolajBjorner Nov 18, 2024
4b72e51
SLS: log clause , allow more frequent export of SLS state to SMT
NikolajBjorner Nov 18, 2024
24dfc17
Update README.md
NikolajBjorner Nov 18, 2024
15f954e
add picture of z3guide
NikolajBjorner Nov 18, 2024
a8a5069
Update README.md
NikolajBjorner Nov 18, 2024
5168a13
track exceptions in reason-unknown
NikolajBjorner Nov 19, 2024
e855a50
add exception handling to easier diagnose #7418
NikolajBjorner Nov 19, 2024
7de0c29
Update pyodide.yml
NikolajBjorner Nov 19, 2024
012fc1b
more detailed tracing of where unmaterialized exceptions happen
NikolajBjorner Nov 20, 2024
10d9c81
adapt for pyodide built
NikolajBjorner Nov 20, 2024
8965123
fix type in setup.py
NikolajBjorner Nov 20, 2024
76795a4
remove -pthread from options
NikolajBjorner Nov 20, 2024
94f0aff
remove the use-pthread
NikolajBjorner Nov 20, 2024
71bad71
#7418 - circumvent use of timer threads to make WASM integration of z…
NikolajBjorner Nov 21, 2024
3672575
fix typos POLING -> POLLING in setup.py and remove unused CFLAGS
NikolajBjorner Nov 21, 2024
b4e768c
adding plugin for local search strings
NikolajBjorner Nov 22, 2024
4559b23
add local search functionality to sls_seq_plugin
NikolajBjorner Nov 24, 2024
7ed185a
add comments
NikolajBjorner Nov 25, 2024
1e839e5
add missing new_value_eh when repaired up
NikolajBjorner Nov 25, 2024
aed3279
add missing new_value_eh when repaired up
NikolajBjorner Nov 25, 2024
b143a95
add notes and additional functions to sls-seq
NikolajBjorner Nov 25, 2024
fce377e
add basic regex functions
NikolajBjorner Nov 26, 2024
1e62029
use ztring
NikolajBjorner Nov 26, 2024
1ccfba6
remove unreachble code
nunoplopes Nov 27, 2024
ab1be5c
internalize the reduce_args_tactic to reduce the number of heap alloc…
nunoplopes Nov 27, 2024
b7b611d
inherit from std::exception
NikolajBjorner Nov 27, 2024
d241156
add projection with witnesses
NikolajBjorner Nov 27, 2024
05e0532
add facility to solve for a linear term over API
NikolajBjorner Nov 30, 2024
24c3cd3
add v0 of equality solver
NikolajBjorner Dec 1, 2024
e6feb84
sls: fix bug where unsat remains empty after a literal is flipped. Th…
NikolajBjorner Dec 2, 2024
aec8675
updates to equality solving search
NikolajBjorner Dec 2, 2024
6ea4110
Bump docker/build-push-action from 6.9.0 to 6.10.0 (#7469)
dependabot[bot] Dec 2, 2024
a17d4e6
bugfix to elim_uncnstr to ensure nodes are created. Prepare smt_inter…
NikolajBjorner Dec 4, 2024
4be4067
Typescript high-level api for Sets (#7471)
YuantianDing Dec 5, 2024
bcb61ee
v0 of edit distance repair
NikolajBjorner Dec 5, 2024
1ab0962
partial fix to make computed term integer well-formed for solve_for f…
NikolajBjorner Dec 6, 2024
4fbf54a
fixes to regex membership and edit updates
NikolajBjorner Dec 6, 2024
e5f8327
Update emscripten (#7473)
bakkot Dec 7, 2024
8f5658b
add another baseline heuristic for string equalities, add cases for a…
NikolajBjorner Dec 9, 2024
e8c2360
fix #7461
NikolajBjorner Dec 10, 2024
1e5c59a
add repair step for str.replace
NikolajBjorner Dec 12, 2024
b429562
Add __enter__ and __exit__ methods on Optimize class (#7477)
BarrensZeppelin Dec 13, 2024
538f74d
extract stats with finalize for parallel mode
NikolajBjorner Dec 13, 2024
31ee56c
wip - incremental edit distance algorithm
NikolajBjorner Dec 13, 2024
b529a58
add unit test for incremental equation edit distance with repair
NikolajBjorner Dec 15, 2024
e40972b
Update release.yml
NikolajBjorner Dec 15, 2024
200ef23
Update RELEASE_NOTES.md
NikolajBjorner Dec 15, 2024
a97ad76
publish pypi
NikolajBjorner Dec 15, 2024
a6e59ea
fix build flags for release.yaml
NikolajBjorner Dec 16, 2024
6f24123
reduce hash table lookups in expr_abstract in half
nunoplopes Dec 16, 2024
d935db5
Merge branch 'master' into new_z3_4.13.4
jurajsic Dec 31, 2024
983a432
turn off new rewriter rule which makes noodler not work correctly
jurajsic Jan 1, 2025
de1d253
remove the file that was supposed to be removed
jurajsic Jan 1, 2025
63d1ccd
update version of Z3 in readme
jurajsic Jan 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix build warnings
  • Loading branch information
NikolajBjorner committed Sep 30, 2024
commit 7da58b9e843fe14a874757bb33991cf511f9e37c
1 change: 1 addition & 0 deletions src/ast/rewriter/inj_axiom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ bool simplify_inj_axiom(ast_manager & m, quantifier * q, expr_ref & result) {
}
}
if (found_vars && !has_free_vars(q)) {
(void)num_vars;
TRACE("inj_axiom",
tout << "Cadidate for simplification:\n" << mk_ll_pp(q, m) << mk_pp(app1, m) << "\n" << mk_pp(app2, m) << "\n" <<
mk_pp(var1, m) << "\n" << mk_pp(var2, m) << "\nnum_vars: " << num_vars << "\n";);
Expand Down
4 changes: 2 additions & 2 deletions src/sat/sat_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ namespace sat {
}

bool solver::propagate_literal(literal l, bool update) {
literal l1, l2;
literal l1;

bool keep;
unsigned curr_level = lvl(l);
Expand Down Expand Up @@ -4733,7 +4733,7 @@ namespace sat {
num_lits += c.size();
}
}
unsigned total_cls = num_cls + num_ter + num_bin;
unsigned total_cls = num_cls + num_ter + num_bin + num_ext;
double mem = static_cast<double>(memory::get_allocation_size())/static_cast<double>(1024*1024);
out << "(sat-status\n";
out << " :inconsistent " << (m_inconsistent ? "true" : "false") << "\n";
Expand Down
2 changes: 0 additions & 2 deletions src/smt/diff_logic.h
Original file line number Diff line number Diff line change
Expand Up @@ -1872,13 +1872,11 @@ class dl_graph {
// found path.
reset_marks();
m_heap.reset();
unsigned length = 0;
do {
inc_activity(m_parent[w]);
edge const& ee = m_edges[m_parent[w]];
f(ee.get_explanation());
w = ee.get_source();
++length;
}
while (w != src2);
return;
Expand Down
1 change: 1 addition & 0 deletions src/smt/theory_arith_aux.h
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,7 @@ namespace smt {
min_gain.reset();
++round;

(void)round;
TRACE("opt", tout << "round: " << round << ", max: " << max << "\n"; display_row(tout, r, true); tout << "state:\n"; display(tout););
typename vector<row_entry>::const_iterator it = r.begin_entries();
typename vector<row_entry>::const_iterator end = r.end_entries();
Expand Down