mirror of
https://github.com/Z3Prover/z3
synced 2026-03-16 18:20:00 +00:00
add doc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e82c8e78ae
commit
e648e68d36
3 changed files with 63 additions and 18 deletions
|
|
@ -365,7 +365,7 @@ public:
|
|||
}
|
||||
|
||||
void collect_param_descrs(param_descrs & r) override {
|
||||
r.insert("diff_neq_max_k", CPK_UINT, "(default: 1024) maximum variable upper bound for diff neq solver.");
|
||||
r.insert("diff_neq_max_k", CPK_UINT, "maximum variable upper bound for diff neq solver.", "1024");
|
||||
}
|
||||
|
||||
void collect_statistics(statistics & st) const override {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue