mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
parent
7a0b58bcd5
commit
3a8195b9c3
|
@ -202,7 +202,7 @@ bool context_params::is_shell_only_parameter(char const* _p) const {
|
||||||
std::string p(_p);
|
std::string p(_p);
|
||||||
lower_case(p);
|
lower_case(p);
|
||||||
if (p == "dump_models" || p == "well_sorted_check" ||
|
if (p == "dump_models" || p == "well_sorted_check" ||
|
||||||
p == "model_validate" || p == "smtlib2_compliant" ||
|
p == "model_validate" ||
|
||||||
p == "stats")
|
p == "stats")
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue