mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
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. |
||
---|---|---|
.. | ||
asserted_formulas.cpp | ||
asserted_formulas.h | ||
CMakeLists.txt |