* bin/ltlsynt.cc, spot/twaalgos/game.hh,
spot/twaalgos/synthesis.cc: here
This commit is contained in:
Florian Renkin 2021-09-13 15:28:39 +02:00
parent 7d908b9320
commit b9ec16f9c2
3 changed files with 4 additions and 10 deletions

View file

@ -454,7 +454,7 @@ namespace
{
assert(std::all_of(strategies.begin(), strategies.end(),
[](const auto& sl){return sl.success == 1; })
&& "ltlsynt: Can not handle GTBA as strategy.");
&& "ltlsynt: Can not handle TGBA as strategy.");
tot_strat = strategies.front().strat_like;
for (size_t i = 1; i < strategies.size(); ++i)
tot_strat = spot::product(tot_strat, strategies[i].strat_like);