Let's say I am working in python and I am generating many petrinet models and want to measure the complexity of the each resulting petrinet and return its result into python.
I understand I can check for other python packages but I do not want to start from scratch. Secondly my code is in python and I can not rewrite it for java.
Is there any possible solution?
Comments