Skip to content
Snippets Groups Projects
Commit afe907d3 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Benchmarks for CEGIS now take files per argument

parent 4e71a8af
Branches
Tags
No related merge requests found
...@@ -41,7 +41,8 @@ object SynthesisBenchmarks extends App { ...@@ -41,7 +41,8 @@ object SynthesisBenchmarks extends App {
var nSuccessTotal, nInnapTotal, nDecompTotal, nAltTotal = 0 var nSuccessTotal, nInnapTotal, nDecompTotal, nAltTotal = 0
var tTotal: Long = 0 var tTotal: Long = 0
forEachFileIn("testcases/synthesis/") { file => for (path <- args) {
val file = new File(path)
val ctx = LeonContext( val ctx = LeonContext(
settings = Settings( settings = Settings(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment