3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00
z3/src/solver/assertions
Nikolaj Bjorner adad468cd7 allow copy within a user scope #6827
this will allow copying the solver state within a scope.
The new solver state has its state at level 0. It is not possible to pop scopes from the new solver (you can still pop scopes from the original solver). The reason for this semantics is the relative difficulty of implementing (getting it right) of a state copy that preserves scopes.
2023-07-31 19:46:08 -07:00
..
asserted_formulas.cpp allow copy within a user scope #6827 2023-07-31 19:46:08 -07:00
asserted_formulas.h update release notes 2023-01-31 12:19:33 -08:00
CMakeLists.txt add simplification with qe-lite as an option #5767 2022-01-12 03:41:21 -08:00