dds: A Home-made Toolkit for Discrete Dynamical Systems in Racket
Go to file
Sergiu Ivanov 601e8ed8b3 generic: Generalise fallback-dds-build-state-graph to work with annotations.
This function is now called fallback-dds-build-state-graph-edges and
it is parameterised by a function which produces the next states with
annotations (like dds-one-step-annotated).  The functions
dds-build-state-graph and dds-build-n-step-state-graph now fall back
to calling fallback-dds-build-state-graph-edges, passing it the
function dummy-annotated-dds-step-one to add a 'dummy annotation to
each new state produced.
2020-02-28 21:39:02 +01:00
example networks: Make the pretty printing procedures sort the keys. 2020-02-26 21:27:02 +01:00
generic.rkt generic: Generalise fallback-dds-build-state-graph to work with annotations. 2020-02-28 21:39:02 +01:00
networks-tests.rkt networks: Make the pretty printing procedures sort the keys. 2020-02-26 21:27:02 +01:00
networks.rkt networks: Make the pretty printing procedures sort the keys. 2020-02-26 21:27:02 +01:00
utils-tests.rkt utils: Generalise unstringify-pairs. 2020-02-23 21:29:00 +01:00
utils.rkt utils: Generalise unstringify-pairs. 2020-02-26 15:51:00 +01:00