mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3 into nsb/master
This commit is contained in:
commit
c1adffb6ab
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ namespace smt {
|
||||||
TRACE("arith_int", tout << mk_bounded_pp(bound, get_manager()) << "\n";);
|
TRACE("arith_int", tout << mk_bounded_pp(bound, get_manager()) << "\n";);
|
||||||
context & ctx = get_context();
|
context & ctx = get_context();
|
||||||
ctx.internalize(bound, true);
|
ctx.internalize(bound, true);
|
||||||
ctx.mark_as_relevant(bound);
|
ctx.mark_as_relevant(bound.get());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue