3
0
Fork 0
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:
Nikolaj Bjorner 2015-09-29 09:16:46 -07:00
parent 0cf18ab18e
commit d9b6623400
6 changed files with 13 additions and 6 deletions

View file

@ -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();
/**