3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

Option to dump SMT queries as benchmarks during Spacer run

This commit is contained in:
Arie Gurfinkel 2018-05-31 10:42:25 -07:00
parent bebfac047e
commit e2e1411707
2 changed files with 5 additions and 4 deletions

View file

@ -203,4 +203,6 @@ def_module_params('fixedpoint',
('spacer.print_json', SYMBOL, '', 'print pobs tree in JSON format to a given file'),
('spacer.ctp', BOOL, False, 'enable counterexample-to-pushing technique'),
('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'),
))