mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
pass resource limits by reference
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bea0d45e6a
commit
32055a31db
5 changed files with 18 additions and 18 deletions
|
@ -387,7 +387,7 @@ class theory_lra::imp {
|
|||
|
||||
void ensure_nla() {
|
||||
if (!m_nla) {
|
||||
m_nla = alloc(nla::solver, *m_solver.get());
|
||||
m_nla = alloc(nla::solver, *m_solver.get(), m.limit());
|
||||
for (auto const& _s : m_scopes) {
|
||||
(void)_s;
|
||||
m_nla->push();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue