summaryrefslogtreecommitdiff
path: root/contrib/run-script-smtcomp2019
AgeCommit message (Collapse)Author
2019-06-02[SMT-COMP] Increase sequential portfolio times (#3038)Andres Noetzli
This year's timeout is 40min up from 20min last year. This commit scales the timeouts accordingly.
2019-06-02[SMT-COMP 2019] Use lazy BV as backup for QF_UFBV (#3037)Andres Noetzli
We cannot Ackermannize all the QF_UFBV benchmarks due to uninterpreted sorts. This commit adds lazy bit-blasting as a backup strategy.
2019-06-02Enable SymFPU assertions in production (#3036)Andres Noetzli
This commit enables SymFPU assertions in production. The reason for this is that there are some known problems with certain bit-widths, so we prefer to be conservative. The commit also updates the run scripts for SMT-COMP 2019 to use `--fp-exp` since we have those additional checks in place now.
2019-06-01Update QF_BV options for SMT-COMP 2019. (#3033)Aina Niemetz
2019-05-20[SMT-COMP 2019] Update run scripts to match tracks (#3018)Andres Noetzli
The "Application Track" has been renamed to "Incremental Track" this year, so this commit renames the script accordingly and updates the name of the CVC4 binary that the script calls to be just `cvc4`. The commit also adds an initial script for the model validation track.
2019-05-17Update QF_NIA strategy (#3012)Andrew Reynolds
2019-05-17[SMT-COMP2019] Better strings configuration (#3010)Andres Noetzli
2019-04-15Initial version of run scripts for SMT-COMP 2019 (#2951)Andres Noetzli
For now, they are just copies of the 2018 version of the scripts.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback