mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
adding user-propagator ability
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c13e3ce693
commit
152c95f72a
15 changed files with 305 additions and 21 deletions
|
@ -446,6 +446,10 @@ namespace smt {
|
|||
ast_manager & m = get_manager();
|
||||
|
||||
ast_manager & sub_m = subsolver.m();
|
||||
|
||||
// NSB code review: to remove dependencies on subsolver.get_context().
|
||||
// It uses a method that should be removed from smt_kernel.
|
||||
// currently sub_ctx is used to retrieve a rewriter. Theory_str already has a rewriter attahed.
|
||||
context & sub_ctx = subsolver.get_context();
|
||||
|
||||
expr * str = nullptr, *re = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue