README: Expand the milestone about interaction graphs.

This commit is contained in:
Sergiu Ivanov 2020-11-12 17:22:17 +01:00
parent 99c74ba659
commit a8f4850139

View file

@ -34,6 +34,19 @@ interaction with Org-mode.
that I work on the subsequent items decreases with their position that I work on the subsequent items decreases with their position
in the list. in the list.
*** TODO Write new functions for building the interaction graphs
1. =variables-interact?=
2. =get-interaction-sign=
3. =build-interaction-graph=
I currently have two different kinds of function for building
interaction graphs: the syntactic interaction graphs and the
interaction graphs as typically defined in the papers. These two
kinds of graphs are not exactly the same. I have already started
marking the split by renaming the original
=build-interaction-graph= to =build-syntactic-interaction-graph=.
The other functions are somewhat badly structured, somewhat badly
written, and potentially somewhat wrong.
*** TODO Review =build-interaction-graph= *** TODO Review =build-interaction-graph=
Check that the definition of this function really follows the Check that the definition of this function really follows the
definition of the interaction graph. Pay attention to the definition of the interaction graph. Pay attention to the