Add setter and getter for synthesis-outputs

* spot/twaalgos/game.cc, spot/twaalgos/game.hh: Here
This commit is contained in:
philipp 2021-07-12 08:09:11 +02:00
parent 08113e0e04
commit e8f5865fb8
2 changed files with 24 additions and 2 deletions

View file

@ -118,4 +118,11 @@ namespace spot
/// \brief Get the owner of a state.
SPOT_API
unsigned get_state_player(const_twa_graph_ptr arena, unsigned state);
/// \brief Set all synthesis outputs as a conjunction
SPOT_API
void set_synthesis_outputs(const twa_graph_ptr& arena, const bdd& outs);
SPOT_API
bdd get_synthesis_outputs(const const_twa_graph_ptr& arena);
}