mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 04:28:17 +00:00
include rlimit in nlsat, include dedicated error message, for issue #216
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d9b6623400
commit
074ff58739
|
@ -267,7 +267,8 @@ static void tst4() {
|
|||
|
||||
static void tst5() {
|
||||
params_ref ps;
|
||||
nlsat::solver s(ps);
|
||||
reslimit rlim;
|
||||
nlsat::solver s(rlim, ps);
|
||||
anum_manager & am = s.am();
|
||||
nlsat::pmanager & pm = s.pm();
|
||||
nlsat::assignment as(am);
|
||||
|
|
Loading…
Reference in a new issue