rename hoa_reachable as print_hoa
As actually claimed (but not done) by
738f939ff8.
* src/twaalgos/hoa.hh, src/twaalgos/hoa.cc: Rename it.
* src/bin/common_aoutput.cc, src/bin/dstar2tgba.cc,
src/bin/ltlcross.cc, src/tests/complementation.cc,
src/tests/ltl2tgba.cc, src/tests/randtgba.cc, src/twaalgos/hoa.cc,
wrap/python/spot.py: Adjust.
This commit is contained in:
parent
2dee90b3fb
commit
b229bfc224
9 changed files with 11 additions and 11 deletions
|
|
@ -236,7 +236,7 @@ namespace spot
|
|||
};
|
||||
|
||||
static std::ostream&
|
||||
hoa_reachable(std::ostream& os,
|
||||
print_hoa(std::ostream& os,
|
||||
const const_twa_graph_ptr& aut,
|
||||
const char* opt)
|
||||
{
|
||||
|
|
@ -511,7 +511,7 @@ namespace spot
|
|||
}
|
||||
|
||||
std::ostream&
|
||||
hoa_reachable(std::ostream& os,
|
||||
print_hoa(std::ostream& os,
|
||||
const const_twa_ptr& aut,
|
||||
const char* opt)
|
||||
{
|
||||
|
|
@ -520,7 +520,7 @@ namespace spot
|
|||
if (!a)
|
||||
a = make_twa_graph(aut, twa::prop_set::all());
|
||||
|
||||
return hoa_reachable(os, a, opt);
|
||||
return print_hoa(os, a, opt);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ namespace spot
|
|||
/// transition-based acceptance, (m) mixed acceptance, (l)
|
||||
/// single-line output.
|
||||
SPOT_API std::ostream&
|
||||
hoa_reachable(std::ostream& os,
|
||||
print_hoa(std::ostream& os,
|
||||
const const_twa_ptr& g,
|
||||
const char* opt);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue