realrate/Causing

Eliminate Identification Matrices

Holger-Bartel opened this issue · 0 comments

Instead of using the identification matrices idx and idy - we should use mx and my with None where there is no edge. Then we have all the information available without redundancies.
I wil create an issue for that.

The identification matrices have already been eliminated in the generation of the dot file #19 but without making use of None yet