Open msharmavikram opened 4 years ago
Okay if bidirectional edges are just two unidirectional edges? Do we need to attach values to each edge?
Yes. However, it still should be in one edge data structure and sorted as before. And we don't need values.
For SPMV, i am thinking to create a random array for the values.
DAG as of now does unidirectional edge representation only. Need enhancement to support bidirectional edges.