Rename split_independant_formulas
split_independant_formulas is now split_independent_formulas * spot/twaalgos/synthesis.hh, spot/twaalgos/synthesis.cc: change name. * bin/ltlsynt.cc: update call * NEWS: Mention it.
This commit is contained in:
parent
f57782686d
commit
2ffdd84942
4 changed files with 9 additions and 6 deletions
|
|
@ -447,7 +447,7 @@ namespace
|
|||
std::vector<std::set<spot::formula>> sub_outs;
|
||||
if (opt_decompose_ltl)
|
||||
{
|
||||
auto subs = split_independant_formulas(f, output_aps);
|
||||
auto subs = split_independent_formulas(f, output_aps);
|
||||
if (gi->verbose_stream)
|
||||
{
|
||||
*gi->verbose_stream << "there are "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue