twacube: add num_states and num_edges
* spot/twacube/twacube.hh: Here.
This commit is contained in:
parent
49a3cf1148
commit
a14f63dd25
1 changed files with 9 additions and 0 deletions
|
|
@ -167,6 +167,15 @@ namespace spot
|
||||||
/// in memory. This is mandatory for swarming techniques.
|
/// in memory. This is mandatory for swarming techniques.
|
||||||
bool succ_contiguous() const;
|
bool succ_contiguous() const;
|
||||||
|
|
||||||
|
unsigned num_states() const
|
||||||
|
{
|
||||||
|
return theg_.num_states();
|
||||||
|
}
|
||||||
|
|
||||||
|
unsigned num_edges() const
|
||||||
|
{
|
||||||
|
return theg_.num_edges();
|
||||||
|
}
|
||||||
|
|
||||||
typedef digraph<cstate, transition> graph_t;
|
typedef digraph<cstate, transition> graph_t;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue