mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
User option to enable starting spacer from a given level
This commit is contained in:
parent
ff7c949be8
commit
28ef9ab9d1
2 changed files with 3 additions and 2 deletions
|
@ -192,7 +192,8 @@ def_module_params('fixedpoint',
|
|||
('spacer.quic_gen_normalize', BOOL, True, 'normalize cube before quantified generalization'),
|
||||
('spacer.share_lemmas', BOOL, False, "Share frame lemmas"),
|
||||
('spacer.share_invariants', BOOL, False, "Share invariants lemmas"),
|
||||
))
|
||||
('spacer.from_level', UINT, 0, 'starting level to explore')
|
||||
))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue