* src/tgbaalgos/tau03.cc: Typo.
* src/tgbatest/ltl2tgba.cc: Add option -b.
This commit is contained in:
parent
7c07f3149f
commit
a4b9b791ef
3 changed files with 21 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue