* src/tgbaalgos/tau03.cc: Typo.

* src/tgbatest/ltl2tgba.cc: Add option -b.
This commit is contained in:
Denis Poitrenaud 2005-01-10 17:17:19 +00:00
parent 7c07f3149f
commit a4b9b791ef
3 changed files with 21 additions and 6 deletions

View file

@ -193,9 +193,9 @@ namespace spot
{
inc_transitions();
const state *s_prime = i->current_state();
trace << "DFS_BLUE rescanning the arc from "
<< a_->format_state(f.s) << " to "
<< a_->format_state(s_prime) << std::endl;
trace << "DFS_BLUE rescanning the arc from "
<< a_->format_state(f.s) << " to "
<< a_->format_state(s_prime) << std::endl;
bdd label = i->current_condition();
bdd acc = i->current_acceptance_conditions();
typename heap::color_ref c_prime = h.get_color_ref(s_prime);