3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-21 17:44:43 +00:00
Commit graph

6 commits

Author SHA1 Message Date
copilot-swe-agent[bot]
1c6ffd2161 Optimize bitwise_or_rows and simplify constructor initialization
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-01-19 02:25:02 +00:00
copilot-swe-agent[bot]
e3c1610335 Fix trail mechanism to capture state before modification
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-01-19 02:22:55 +00:00
copilot-swe-agent[bot]
4be6d1894f Address code review feedback: fix conflict checking loop and constructor initialization
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-01-19 02:20:15 +00:00
copilot-swe-agent[bot]
a051ba31f9 Replace std::vector with Z3's vector/svector types in theory_finite_set_lattice_refutation
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-01-19 02:16:55 +00:00
Nikolaj Bjorner
40efe27066 add formatting
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-01-18 17:48:20 -08:00
lorenzwinkler1
31cbb4b144
Lattice based refutation (#8211)
* add examples

* add lattice refutation solver class

* store partial order in vector

* capture partial order relations

* begin with the incremental reachability data structure

* implement data structure for incremental reachability

* fix bug in subset propagation

* add trace

* only propagate if new value was added

* begin implementing bitvector variant of reachability matrix

* fix path creation and cycle detection

* fix bug

* make conflict triggering more conservative

* check if theory vars are in bounds

* add cycle detection (including equality propagation)

* add examples

* remove example

* remove traces

* remove sln file
2026-01-18 17:42:40 -08:00