mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 13:10:50 +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
0cf18ab18e
commit
d9b6623400
6 changed files with 13 additions and 6 deletions
|
@ -24,6 +24,7 @@ Revision History:
|
|||
#include"nlsat_types.h"
|
||||
#include"params.h"
|
||||
#include"statistics.h"
|
||||
#include"rlimit.h"
|
||||
|
||||
namespace nlsat {
|
||||
|
||||
|
@ -31,7 +32,7 @@ namespace nlsat {
|
|||
struct imp;
|
||||
imp * m_imp;
|
||||
public:
|
||||
solver(params_ref const & p);
|
||||
solver(reslimit& rlim, params_ref const & p);
|
||||
~solver();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue