rename copy_acceptance_conditions_of()
... into copy_acceptance_of(). For #65. * src/tgba/tgbagraph.hh, src/tgbaalgos/dupexp.cc, src/tgbaalgos/emptiness.cc, src/tgbaalgos/mask.cc, src/tgbaalgos/powerset.cc, src/tgbaalgos/sbacc.cc, src/tgbaalgos/simulation.cc, src/tgbaalgos/stutter.cc: Here.
This commit is contained in:
parent
c3fbbaa87c
commit
a79267b8a3
8 changed files with 10 additions and 10 deletions
|
|
@ -55,7 +55,7 @@ namespace spot
|
|||
auto res = make_tgba_digraph(in->get_dict());
|
||||
res->copy_ap_of(in);
|
||||
res->prop_copy(in, { true, true, true, true, false });
|
||||
res->copy_acceptance_conditions_of(in);
|
||||
res->copy_acceptance_of(in);
|
||||
transform_copy(in, res, [&](unsigned src,
|
||||
bdd& cond,
|
||||
acc_cond::mark_t&,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue