Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
ProB Rodin Plugin
Commits
d06e45b2
Commit
d06e45b2
authored
Jun 11, 2021
by
Michael Leuschel
Browse files
improve assertion failure message for LTL counter example
parent
6b63025a
Changes
1
Hide whitespace changes
Inline
Side-by-side
de.prob.core/src/de/prob/core/domainobjects/ltl/CounterExample.java
View file @
d06e45b2
...
...
@@ -146,7 +146,7 @@ public class CounterExample {
final
String
name
=
atomicFormulaNames
[
atomicId
];
Logger
.
assertProB
(
"CounterExample
invalid"
,
Logger
.
assertProB
(
"CounterExample
functor invalid: "
+
functor
,
values
.
length
==
predicateValues
.
get
(
atomicId
).
size
());
for
(
int
i
=
0
;
i
<
predicateValues
.
get
(
atomicId
).
size
();
i
++)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment