mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 04:31:24 +00:00
ensure parallel mode works under push/pop
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
69ca840ceb
commit
3da3b41786
4 changed files with 16 additions and 8 deletions
|
@ -1539,7 +1539,7 @@ namespace smt {
|
|||
*/
|
||||
context * mk_fresh(symbol const * l = nullptr, smt_params * smtp = nullptr, params_ref const & p = params_ref());
|
||||
|
||||
static void copy(context& src, context& dst);
|
||||
static void copy(context& src, context& dst, bool override_base = false);
|
||||
|
||||
/**
|
||||
\brief Translate context to use new manager m.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue