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

Deadcode

parent 42771833
No related branches found
No related tags found
No related merge requests found
......@@ -699,11 +699,6 @@ abstract class CEGISLike[T <% Typed](name: String) extends Rule(name) {
//println(" - "+isActive)
solver.assertCnstr(isActive)
for (b <- bs.filterNot(isBActive)) {
}
//println(" -- Excluded:")
for (ex <- excludedPrograms) {
val notThisProgram = Not(andJoin(ex.map(_.toVariable).toSeq))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment