Add Incidence struct for GraphTopology to use
This commit is contained in:
+4
-2
@@ -5,5 +5,7 @@ pub mod graph;
|
||||
|
||||
// TODO: Compressed-sparse-row graph model.
|
||||
|
||||
pub use append_graph::{AppendGraph, AppendGraphEdgeMap, AppendGraphVertexMap};
|
||||
pub use graph::{Graph, GraphEdgeMap, GraphVertexMap};
|
||||
pub use append_graph::{
|
||||
AppendGraph, AppendGraphEdgeMap, AppendGraphIncidence, AppendGraphVertexMap,
|
||||
};
|
||||
pub use graph::{Graph, GraphEdgeMap, GraphIncidence, GraphVertexMap};
|
||||
|
||||
Reference in New Issue
Block a user