* src/tgbaalgos/ltl2tgba_fm.cc: Typo in comment.
This commit is contained in:
parent
d552be308b
commit
7c464246f2
1 changed files with 1 additions and 1 deletions
|
|
@ -1491,7 +1491,7 @@ namespace spot
|
|||
}
|
||||
case binop::W:
|
||||
{
|
||||
// r(f1 W f2) = r(f2) + r(f1)X(f1 U f2) if not recurring
|
||||
// r(f1 W f2) = r(f2) + r(f1)X(f1 W f2) if not recurring
|
||||
// r(f1 W f2) = r(f2) + r(f1) if recurring
|
||||
//
|
||||
// also f1 W 0 = G(f1), so we can enable recurring on f1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue