mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
added missing option
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
75739fdf7b
commit
68b97024e2
2 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,8 @@ Revision History:
|
|||
|
||||
void preprocessor_params::updt_local_params(params_ref const & _p) {
|
||||
smt_params_helper p(_p);
|
||||
m_macro_finder = p.macro_finder();
|
||||
m_macro_finder = p.macro_finder();
|
||||
m_pull_nested_quantifiers = p.pull_nested_quantifiers();
|
||||
}
|
||||
|
||||
void preprocessor_params::updt_params(params_ref const & p) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue