mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 10:20:23 +00:00
more doc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d5316e017e
commit
13920c4772
6 changed files with 33 additions and 21 deletions
|
@ -129,10 +129,10 @@ public:
|
|||
void collect_param_descrs(param_descrs & r) override {
|
||||
insert_max_memory(r);
|
||||
insert_max_steps(r);
|
||||
r.insert("blast_mul", CPK_BOOL, "(default: true) bit-blast multipliers (and dividers, remainders).");
|
||||
r.insert("blast_add", CPK_BOOL, "(default: true) bit-blast adders.");
|
||||
r.insert("blast_quant", CPK_BOOL, "(default: false) bit-blast quantified variables.");
|
||||
r.insert("blast_full", CPK_BOOL, "(default: false) bit-blast any term with bit-vector sort, this option will make E-matching ineffective in any pattern containing bit-vector terms.");
|
||||
r.insert("blast_mul", CPK_BOOL, "bit-blast multipliers (and dividers, remainders).", "true");
|
||||
r.insert("blast_add", CPK_BOOL, "bit-blast adders.", "true");
|
||||
r.insert("blast_quant", CPK_BOOL, "bit-blast quantified variables.", "false");
|
||||
r.insert("blast_full", CPK_BOOL, "bit-blast any term with bit-vector sort, this option will make E-matching ineffective in any pattern containing bit-vector terms.", "false");
|
||||
}
|
||||
|
||||
void operator()(goal_ref const & g,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue