| ... | @@ -28,8 +28,6 @@ A concrete example |
... | @@ -28,8 +28,6 @@ A concrete example |
|
|
Plant = (a -> b -> d -> Plant | c -> d -> Plant | e -> AUX),
|
|
Plant = (a -> b -> d -> Plant | c -> d -> Plant | e -> AUX),
|
|
|
AUX = (f -> AUX | g -> Plant).
|
|
AUX = (f -> AUX | g -> Plant).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ltl_property NoB = []!b
|
|
ltl_property NoB = []!b
|
|
|
fluent FE = <e, {a, b, c, d, f, g}>
|
|
fluent FE = <e, {a, b, c, d, f, g}>
|
|
|
fluent FD = <d, {a, b, c, e, f, g}>
|
|
fluent FD = <d, {a, b, c, e, f, g}>
|
| ... | | ... | |