balqui / degais

Decomposing Gaifman Structures (again)
MIT License
0 stars 0 forks source link

Spin-off and improve the .td file reader #12

Open balqui opened 6 hours ago

balqui commented 6 hours ago

Maybe it should be a separate repo. And needs some further work on handling comments and such.

balqui commented 6 hours ago

Note that, right now, degais does NOT use td2dot and that the graph of td2dot stores both g[u][v] and g[v][u] instead of only the case u < v. See issue about EZGraphs https://github.com/balqui/degais/issues/11