mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3 into nsb/master
This commit is contained in:
commit
c1adffb6ab
|
@ -210,7 +210,7 @@ namespace smt {
|
|||
TRACE("arith_int", tout << mk_bounded_pp(bound, get_manager()) << "\n";);
|
||||
context & ctx = get_context();
|
||||
ctx.internalize(bound, true);
|
||||
ctx.mark_as_relevant(bound);
|
||||
ctx.mark_as_relevant(bound.get());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue