mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 21:26:59 +00:00
Remove unnecessary parameter
This commit is contained in:
parent
c0b6d00e8a
commit
33dd168195
1 changed files with 0 additions and 1 deletions
|
@ -268,7 +268,6 @@ public:
|
||||||
virtual void collect_param_descrs(param_descrs & r) {
|
virtual void collect_param_descrs(param_descrs & r) {
|
||||||
insert_max_memory(r);
|
insert_max_memory(r);
|
||||||
insert_produce_models(r);
|
insert_produce_models(r);
|
||||||
r.insert("elim_and", CPK_BOOL, "(default: false) eliminate conjunctions during (internal) calls to the simplifier.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void operator()(goal_ref const & g,
|
virtual void operator()(goal_ref const & g,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue