Typos
* bin/ltlsynt.cc, spot/twaalgos/game.hh, spot/twaalgos/synthesis.cc: here
This commit is contained in:
parent
7d908b9320
commit
b9ec16f9c2
3 changed files with 4 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue