use scc_info instead of scc_map in a couple of easy places
* src/bin/dstar2tgba.cc, src/bin/ltlcross.cc, src/tgbaalgos/stats.cc, src/tgbaalgos/simulation.cc: Use scc_info instead of scc_map. * src/tgbaalgos/stats.hh, src/bin/common_output.hh: Change parameters types to be tgba_digraph_ptr instead tgba_ptr, so that scc_info can be used.
This commit is contained in:
parent
14570f62d0
commit
5c9a5403fe
6 changed files with 21 additions and 31 deletions
|
|
@ -73,7 +73,7 @@ public:
|
|||
}
|
||||
|
||||
std::ostream&
|
||||
print(const spot::const_tgba_ptr& aut,
|
||||
print(const spot::const_tgba_digraph_ptr& aut,
|
||||
const spot::ltl::formula* f = 0,
|
||||
double run_time = -1.)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue