Is there an implementation of inductive graphs in Elixir? -
By "motivational graphs", I mean a purely functional data structure, e.g. As described in this letter: web.engr.oregonstate.edu/~erwig/papers/indexive.graphs_JFP01.pdf
More specifically, I am interested only in applicable DAGs like this However, I imagine the general approach would be similar.
I have not seen anything like this for Ammixir, But there is an Erlang implementation. P>
Comments
Post a Comment