Skip to content
Snippets Groups Projects
Commit d06e45b2 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

improve assertion failure message for LTL counter example

parent 6b63025a
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,7 @@ public class CounterExample { ...@@ -146,7 +146,7 @@ public class CounterExample {
final String name = atomicFormulaNames[atomicId]; final String name = atomicFormulaNames[atomicId];
Logger.assertProB("CounterExample invalid", Logger.assertProB("CounterExample functor invalid: "+functor,
values.length == predicateValues.get(atomicId).size()); values.length == predicateValues.get(atomicId).size());
for (int i = 0; i < predicateValues.get(atomicId).size(); i++) { for (int i = 0; i < predicateValues.get(atomicId).size(); i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment