mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
spacer: lemma generalizer for small numbers
Attempts to reduce denominators in coefficients of farkas lemmas
This commit is contained in:
parent
78a1f53ac9
commit
0d3fed9a6a
6 changed files with 249 additions and 31 deletions
|
@ -179,5 +179,6 @@ def_module_params('fp',
|
|||
('spacer.gpdr', BOOL, False, 'Use GPDR solving strategy for non-linear CHC'),
|
||||
('spacer.gpdr.bfs', BOOL, True, 'Use BFS exploration strategy for expanding model search'),
|
||||
('spacer.use_bg_invs', BOOL, False, 'Enable external background invariants'),
|
||||
('spacer.use_lim_num_gen', BOOL, False, 'Enable limit numbers generalizer to get smaller numbers'),
|
||||
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue