mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 10:10:21 +00:00
update doc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a9f52b0069
commit
f7269bb60a
6 changed files with 13 additions and 13 deletions
|
@ -115,5 +115,5 @@ void propagate_values::updt_params(params_ref const& p) {
|
|||
|
||||
void propagate_values::collect_param_descrs(param_descrs& r) {
|
||||
th_rewriter::get_param_descrs(r);
|
||||
r.insert("max_rounds", CPK_UINT, "(default: 4) maximum number of rounds.");
|
||||
r.insert("max_rounds", CPK_UINT, "maximum number of rounds.", "4");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue