dds: A Home-made Toolkit for Discrete Dynamical Systems in Racket
cf19859be8
I tried generalising my code from Boolean networks to any kinds of networks, but got tired of having to fight the type system (for now at least). The last drop was the fact that the graph library does not seem to have a typed version. So I decided to go with contracts instead. |
||
---|---|---|
networks-tests.rkt | ||
networks.rkt | ||
utils-tests.rkt | ||
utils.rkt |