Skip to content
Snippets Groups Projects
Commit 7374d92b authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Increase solver timeout in CEGIS

parent 5a367480
Branches
Tags
No related merge requests found
......@@ -38,7 +38,7 @@ abstract class CEGISLike[T <: Typed](name: String) extends Rule(name) {
def instantiateOn(implicit hctx: SearchContext, p: Problem): Traversable[RuleInstantiation] = {
val exSolverTo = 2000L
val cexSolverTo = 2000L
val cexSolverTo = 3000L
// Track non-deterministic programs up to 100'000 programs, or give up
val nProgramsLimit = 100000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment