-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add simple-petri-net #1542
Comments
The README there states that it is not maintained anymore, but superseded by something called "simple-petri-net". Should the latter be added instead, maybe? Edit: this comment is obsolete due to its intent having been incorporated into the original post, but it is necessary to understand the next. |
Correct. I will edit the main post. |
I can't build it due to the reference to the |
This can't be added until the issue with the use of the QL package is resolved. |
@phoe I started to hate this library. It's not simple, but overly complicated, messy and buggy. The "simple petri net" is also not really there to generate petri nets. Some time ago I created a new petri net simulator in C, which should be pretty efficient and only has the core features, so if you want it in common lisp, it might be a good idea to use FFI. I also wrote a few tools in rust for working with real petri nets. |
simple-petri-net is a library for simulating Petri nets in Common Lisp.
https://gitlab.com/porky11/simple-petri-net
The text was updated successfully, but these errors were encountered: