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:
Alexandre Duret-Lutz 2015-02-10 16:58:08 +01:00
parent afc8773de1
commit 5d31094029
3 changed files with 8 additions and 8 deletions

View file

@ -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");
}