mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 05:00:51 +00:00
add solver.timeout as another entry point #2354
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ed149ea449
commit
5122b2da7e
3 changed files with 8 additions and 3 deletions
|
@ -226,8 +226,8 @@ void solver::assert_expr(expr* f, expr* t) {
|
|||
|
||||
|
||||
void solver::collect_param_descrs(param_descrs & r) {
|
||||
r.insert("solver.enforce_model_conversion", CPK_BOOL, "(default: false) enforce model conversion when asserting formulas");
|
||||
r.insert("solver.smtlib2_log", CPK_SYMBOL, "(default: None) file to log solver interaction in smtlib2 format");
|
||||
solver_params sp(m_params);
|
||||
sp.collect_param_descrs(r);
|
||||
insert_timeout(r);
|
||||
insert_rlimit(r);
|
||||
insert_max_memory(r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue