tgba_complete: rename as complete and export in Python
* src/twaalgos/complete.cc, src/twaalgos/complete.hh (tgba_complete, tgba_complete_here): Rename as... (complete, complete_here): ... these. Also fix useless output of acceptance marks on transition leading to the sink when the automaton does not use state-based acceptance. * src/tests/ikwiad.cc, src/twaalgos/dtgbacomp.cc, src/twaalgos/dtgbasat.cc, src/twaalgos/postproc.cc, src/twaalgos/product.cc: Adjust. * wrap/python/spot_impl.i: Export these function. * wrap/python/tests/automata.ipynb: Test spot.complete().
This commit is contained in:
parent
afe5b2a1c0
commit
5e07e8384d
9 changed files with 257 additions and 37 deletions
|
|
@ -136,8 +136,8 @@ namespace spot
|
|||
unsigned left_state,
|
||||
unsigned right_state)
|
||||
{
|
||||
return product_aux(tgba_complete(left),
|
||||
tgba_complete(right),
|
||||
return product_aux(complete(left),
|
||||
complete(right),
|
||||
left_state, right_state, false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue