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

Don't print expressions inside error()

parent f1d8680e
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,6 @@ object Solution {
def UNSAT(implicit p: Problem): Solution = {
val tpe = tupleTypeWrap(p.xs.map(_.getType))
Solution(BooleanLiteral(false), Set(), Error(tpe, p.phi+" is UNSAT!"))
Solution(BooleanLiteral(false), Set(), Error(tpe, "Path condition is UNSAT!"))
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment