fandreuz / BisPy

BisPy - Python bisimulation library
MIT License
14 stars 5 forks source link

Wrapper for graphs whose nodes are not integer numbers #11

Closed fandreuz closed 3 years ago

fandreuz commented 3 years ago

We should execute the algorithm even on graphs where nodes are not integer numbers, maybe with a wrapper which convertes the graph to an isomorphic graph whose nodes are integers numbers.