mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
bypass simplifier if (m_is_clausal) {
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9d75babcda
commit
301f441801
10 changed files with 39 additions and 23 deletions
|
@ -230,6 +230,7 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
void set(param_descrs const & d, symbol const & param_name, char const * value, symbol const & mod_name) {
|
||||
param_kind k = d.get_kind(param_name);
|
||||
params_ref & ps = get_params(mod_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue