mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
add translate facility to inc_sat_solver. Limit lemma copying to unit lemmas
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3d993a4ee1
commit
1758799ef4
4 changed files with 60 additions and 33 deletions
|
@ -1329,6 +1329,11 @@ namespace smt {
|
|||
// copy plugins into a fresh context.
|
||||
void copy_plugins(context& src, context& dst);
|
||||
|
||||
static literal translate_literal(
|
||||
literal lit, context& src_ctx, context& dst_ctx,
|
||||
vector<bool_var> b2v, ast_translation& tr);
|
||||
|
||||
|
||||
public:
|
||||
context(ast_manager & m, smt_params & fp, params_ref const & p = params_ref());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue