mirror of
https://github.com/Z3Prover/z3
synced 2025-11-12 09:02:04 +00:00
* Initial plan * Add set operator inverters to array_expr_inverter Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> * Refactor expr_inverter to remove set operations Removed handling for set operations like union, intersection, and difference in expr_inverter.cpp. Introduced finite_set_inverter class to manage set union operation. * Remove OP_SET_COMPLEMENT case from expr_inverter Removed handling for OP_SET_COMPLEMENT in expr_inverter. * Change OP_SET_UNION to OP_FINITE_SET_UNION --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> Co-authored-by: Nikolaj Bjorner <nbjorner@microsoft.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| converter.h | ||
| equiv_proof_converter.cpp | ||
| equiv_proof_converter.h | ||
| expr_inverter.cpp | ||
| expr_inverter.h | ||
| generic_model_converter.cpp | ||
| generic_model_converter.h | ||
| horn_subsume_model_converter.cpp | ||
| horn_subsume_model_converter.h | ||
| model_converter.cpp | ||
| model_converter.h | ||
| proof_converter.cpp | ||
| proof_converter.h | ||
| replace_proof_converter.cpp | ||
| replace_proof_converter.h | ||