make sure --dot=Bb is the same as --dot=b
* NEWS: Mention the fixed bug. * src/twaalgos/dot.cc: Fix. * wrap/python/tests/decompose.ipynb: Use it.
This commit is contained in:
parent
5a7abe8582
commit
d23eaec7ef
3 changed files with 463 additions and 460 deletions
|
|
@ -119,6 +119,7 @@ namespace spot
|
|||
break;
|
||||
case 'b':
|
||||
opt_bullet = true;
|
||||
opt_bullet_but_buchi = false;
|
||||
break;
|
||||
case 'B':
|
||||
opt_bullet = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue