twacube: fix erroneous translation

* spot/twacube_algos/convert.cc,
tests/core/twacube.test: Here.
This commit is contained in:
Etienne Renault 2020-05-07 14:07:27 +02:00
parent 89675a2762
commit 85ff53c45e
2 changed files with 10 additions and 18 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# -*- coding: utf-8 -*-
# Copyright (C) 2014, 2015, 2016, 2018 Laboratoire de Recherche et
# Copyright (C) 2014, 2015, 2016, 2018, 2020 Laboratoire de Recherche et
# Développement de l'Epita (LRDE).
#
# This file is part of Spot, a model checking library.
@ -51,7 +51,6 @@ digraph "" {
}
-----------
init : 0
0->0 : !p1&!p2 {}
0->1 : p1 {}
0->2 : p2 {1}
1->2 : p1&p2 {0}
@ -72,7 +71,6 @@ digraph "" {
I [label="", style=invis, width=0]
I -> 0
0 [label="0"]
0 -> 0 [label="!p1 & !p2"]
0 -> 1 [label="p1"]
0 -> 2 [label="p2\n{1}"]
1 [label="1"]