3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-30 23:53:44 +00:00

Add smt.finite_set.lattice_refutation parameter to control lattice refutation code path (#8247)

* Initial plan

* Add finite_set.lattice_refutation parameter to smt_params_helper.pyg

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

* Add finite_set.lattice_refutation parameter implementation

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
Copilot 2026-01-20 17:20:52 -08:00 committed by GitHub
parent 40efe27066
commit 2f8342a1b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 3 deletions

View file

@ -114,6 +114,7 @@ struct smt_params : public preprocessor_params,
symbol m_proof_log;
bool m_sls_enable = false;
bool m_sls_parallel = true;
bool m_finite_set_lattice_refutation = true;
// -----------------------------------
//