synthesis: rename create_game() to ltl_to_game()
* bin/ltlsynt.cc, spot/twaalgos/aiger.hh, spot/twaalgos/synthesis.cc, spot/twaalgos/synthesis.hh, tests/python/synthesis.ipynb, tests/python/synthesis.py: Here.
This commit is contained in:
parent
5fd4d94031
commit
c43712682f
6 changed files with 25 additions and 31 deletions
|
|
@ -376,7 +376,7 @@ namespace
|
|||
}
|
||||
case 0:
|
||||
{
|
||||
auto arena = spot::create_game(*sub_f, *sub_o, *gi);
|
||||
auto arena = spot::ltl_to_game(*sub_f, *sub_o, *gi);
|
||||
if (gi->bv)
|
||||
{
|
||||
gi->bv->nb_states_arena += arena->num_states();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue