3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-19 21:45:49 +00:00
Commit graph

4 commits

Author SHA1 Message Date
Lev Nachmanson
435e4d7897 smt: add smt.relevancy.watch_filter toggle for the watch-list filter
Make the relevancy_propagator watch-list membership filter (m_is_watched)
runtime-toggleable via a new boolean parameter smt.relevancy.watch_filter
(default true). When false, get_watches() always probes m_watches, giving
the pre-filter behavior. This enables A/B performance comparison of the
same binary (filter on vs off) under the Ramon benchmark harness.

Behavior-preserving either way: verified identical results on QF_LIA with
the filter on and off.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-03 12:43:57 -07:00
Nikolaj Bjorner
19166bd0b5 prepare for lambda unfolding in ho-matcher and selectively enable ho matching
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-05-22 13:25:01 -07:00
Nikolaj Bjorner
fcd3a70c92 remove theory_str and classes that are only used by it 2025-08-07 21:05:12 -07:00
Nikolaj Bjorner
c387b20ac6 move smt params to params directory, update release.yml 2025-06-09 10:47:22 -07:00
Renamed from src/smt/params/smt_params.h (Browse further)