dtgba_complement: take a tgba_digraph_ptr as input
* src/tgbaalgos/dtgbacomp.cc, src/tgbaalgos/dtgbacomp.hh: Here. * src/tgbatest/ltl2tgba.cc: Adjust.
This commit is contained in:
parent
afc8773de1
commit
5d31094029
3 changed files with 8 additions and 8 deletions
|
|
@ -1279,7 +1279,7 @@ checked_main(int argc, char** argv)
|
|||
if (opt_dtgbacomp)
|
||||
{
|
||||
tm.start("DTGBA complement");
|
||||
a = dtgba_complement(a);
|
||||
a = dtgba_complement(ensure_digraph(a));
|
||||
tm.stop("DTGBA complement");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue