mirror of
https://github.com/Z3Prover/z3
synced 2025-09-14 05:31:28 +00:00
First partially working pdr strategy in spacer
This commit is contained in:
parent
ab5f579d0b
commit
521392a8f1
5 changed files with 95 additions and 17 deletions
|
@ -203,4 +203,5 @@ def_module_params('fixedpoint',
|
|||
('spacer.use_inc_clause', BOOL, False, 'Use incremental clause to represent trans'),
|
||||
('spacer.dump_benchmarks', BOOL, False, 'Dump SMT queries as benchmarks'),
|
||||
('spacer.dump_threshold', DOUBLE, 5.0, 'Threshold in seconds on dumping benchmarks'),
|
||||
('spacer.gpdr', BOOL, False, 'Use GPDR solving strategy for non-linear CHC'),
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue