mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
add option to bypass compression of unbound tails, issue #738
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7a3308110c
commit
7f29674842
6 changed files with 10 additions and 0 deletions
|
@ -131,6 +131,7 @@ def_module_params('fixedpoint',
|
|||
('xform.inline_eager', BOOL, True, "try eager inlining of rules"),
|
||||
('xform.inline_linear_branch', BOOL, False,
|
||||
"try linear inlining method with potential expansion"),
|
||||
('xform.compress_unbound', BOOL, True, "compress tails with unbound variables"),
|
||||
('xform.fix_unbound_vars', BOOL, False, "fix unbound variables in tail"),
|
||||
('xform.unfold_rules', UINT, 0,
|
||||
"unfold rules statically using iterative squarring"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue