mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
working on Forking/Serializing a z3 Solver #209
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7b72486644
commit
b4cb51cdb3
31 changed files with 241 additions and 96 deletions
|
@ -1326,11 +1326,11 @@ namespace smt {
|
|||
|
||||
// copy plugins into a fresh context.
|
||||
void copy_plugins(context& src, context& dst);
|
||||
expr_ref translate(literal lit, context& dst);
|
||||
|
||||
public:
|
||||
context(ast_manager & m, smt_params & fp, params_ref const & p = params_ref());
|
||||
|
||||
|
||||
virtual ~context();
|
||||
|
||||
/**
|
||||
|
@ -1342,10 +1342,11 @@ namespace smt {
|
|||
*/
|
||||
context * mk_fresh(symbol const * l = 0, smt_params * p = 0);
|
||||
|
||||
static void copy(context& src, context& dst);
|
||||
|
||||
/**
|
||||
\brief Translate context to use new manager m.
|
||||
*/
|
||||
context * translate(ast_manager& m);
|
||||
|
||||
app * mk_eq_atom(expr * lhs, expr * rhs);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue