Skip to content
Snippets Groups Projects
Commit 4b2fc5d3 authored by Ali Sinan Köksal's avatar Ali Sinan Köksal
Browse files

minor

parent 99fa8a9f
Branches
Tags
No related merge requests found
...@@ -26,8 +26,9 @@ object CEGIS { ...@@ -26,8 +26,9 @@ object CEGIS {
currentCnstr = currentCnstr && cnstrGivenX(counterex) currentCnstr = currentCnstr && cnstrGivenX(counterex)
} }
} }
case None => println("cannot prove property!") case None =>
continue = false println("cannot prove property!")
continue = false
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment