move game.cc from misc/ to twaalgos/
* spot/misc/game.cc, spot/misc/game.hh: Move... * spot/twaalgos/game.cc, spot/twaalgos/game.hh: ... here. * bin/ltlsynt.cc, python/spot/impl.i, spot/misc/Makefile.am, spot/twaalgos/Makefile.am: Adjust.
This commit is contained in:
parent
459088b887
commit
05449a42d3
6 changed files with 12 additions and 15 deletions
|
|
@ -144,6 +144,7 @@
|
|||
#include <spot/twaalgos/iscolored.hh>
|
||||
#include <spot/twaalgos/isunamb.hh>
|
||||
#include <spot/twaalgos/isweakscc.hh>
|
||||
#include <spot/twaalgos/game.hh>
|
||||
#include <spot/twaalgos/langmap.hh>
|
||||
#include <spot/twaalgos/simulation.hh>
|
||||
#include <spot/twaalgos/split.hh>
|
||||
|
|
@ -165,8 +166,6 @@
|
|||
|
||||
#include <spot/parseaut/public.hh>
|
||||
|
||||
#include <spot/misc/game.hh>
|
||||
|
||||
#include <spot/kripke/fairkripke.hh>
|
||||
#include <spot/kripke/kripke.hh>
|
||||
#include <spot/kripke/kripkegraph.hh>
|
||||
|
|
@ -668,6 +667,7 @@ def state_is_accepting(self, src) -> "bool":
|
|||
%include <spot/twaalgos/iscolored.hh>
|
||||
%include <spot/twaalgos/isunamb.hh>
|
||||
%include <spot/twaalgos/isweakscc.hh>
|
||||
%include <spot/twaalgos/game.hh>
|
||||
%include <spot/twaalgos/simulation.hh>
|
||||
%include <spot/twaalgos/parity.hh>
|
||||
%include <spot/twaalgos/postproc.hh>
|
||||
|
|
@ -695,8 +695,6 @@ def state_is_accepting(self, src) -> "bool":
|
|||
|
||||
%include <spot/twaalgos/complement.hh>
|
||||
|
||||
%include <spot/misc/game.hh>
|
||||
|
||||
%include <spot/kripke/fairkripke.hh>
|
||||
%include <spot/kripke/kripke.hh>
|
||||
%include <spot/kripke/kripkegraph.hh>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue