README: Expand the milestone about interaction graphs.
This commit is contained in:
parent
99c74ba659
commit
a8f4850139
1 changed files with 13 additions and 0 deletions
13
README.org
13
README.org
|
@ -34,6 +34,19 @@ interaction with Org-mode.
|
|||
that I work on the subsequent items decreases with their position
|
||||
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=
|
||||
Check that the definition of this function really follows the
|
||||
definition of the interaction graph. Pay attention to the
|
||||
|
|
Loading…
Reference in a new issue