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