3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-22 08:17:37 +00:00

add warning messages for #7100

This commit is contained in:
Nikolaj Bjorner 2024-01-30 21:30:27 -08:00
parent 50deece29e
commit 738c5b6d0d
3 changed files with 30 additions and 6 deletions

View file

@ -70,5 +70,10 @@ public:
*/
params_ref merge_default_params(params_ref const & p);
/**
\brief Is this a parameter that can only be set for the shell.
*/
bool is_shell_only_parameter(char const* p) const;
};