rename set_single_acceptance_set() to set_buchi()
Fixes #66. * src/dstarparse/dra2ba.cc, src/dstarparse/nra2nba.cc, src/hoaparse/hoaparse.yy, src/tgba/tgbagraph.hh, src/tgbaalgos/complete.cc, src/tgbaalgos/degen.cc, src/tgbaalgos/dtbasat.cc, src/tgbaalgos/dtgbacomp.cc, src/tgbaalgos/minimize.cc, src/tgbaalgos/postproc.cc: Here.
This commit is contained in:
parent
2dbef514bd
commit
47d9a2d57c
10 changed files with 11 additions and 11 deletions
|
|
@ -225,7 +225,7 @@ namespace spot
|
|||
{
|
||||
out_->copy_ap_of(a->aut);
|
||||
out_->prop_state_based_acc();
|
||||
acc_ = out_->set_single_acceptance_set();
|
||||
acc_ = out_->set_buchi();
|
||||
out_->new_states(num_states_ * (a->accpair_count + 1));
|
||||
out_->set_init_state(a->aut->get_init_state_number());
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ namespace spot
|
|||
num_states_(a->aut->num_states())
|
||||
{
|
||||
out_->copy_ap_of(aut);
|
||||
out_->set_single_acceptance_set();
|
||||
out_->set_buchi();
|
||||
out_->prop_state_based_acc();
|
||||
out_->new_states(num_states_ * (d_->accpair_count + 1));
|
||||
// This converts the initial state of aut (not a->aut) into a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue