mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix documentation/default bug. #445
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
84cf208d5f
commit
a6e1c70eab
2 changed files with 2 additions and 2 deletions
|
@ -257,7 +257,7 @@ extern "C" {
|
|||
|
||||
|
||||
// some boilerplate stolen from Z3_solver_check
|
||||
unsigned timeout = p?to_params(p)->m_params.get_uint("timeout", mk_c(c)->get_timeout()):0;
|
||||
unsigned timeout = p?to_params(p)->m_params.get_uint("timeout", mk_c(c)->get_timeout()):UINT_MAX;
|
||||
unsigned rlimit = p?to_params(p)->m_params.get_uint("rlimit", mk_c(c)->get_rlimit()):0;
|
||||
bool use_ctrl_c = p?to_params(p)->m_params.get_bool("ctrl_c", false): false;
|
||||
cancel_eh<reslimit> eh(mk_c(c)->m().limit());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue