Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Oct 12, 2024
1 parent 7a0b58b commit 3a8195b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/params/context_params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ bool context_params::is_shell_only_parameter(char const* _p) const {
std::string p(_p);
lower_case(p);
if (p == "dump_models" || p == "well_sorted_check" ||
p == "model_validate" || p == "smtlib2_compliant" ||
p == "model_validate" ||
p == "stats")
return true;

Expand Down

0 comments on commit 3a8195b

Please sign in to comment.