File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/lib/PartitionedGraphs/src Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,11 @@ function unpartitioned_graph_type(pg::Type{<:AbstractPartitionedGraph})
2222 return not_implemented ()
2323end
2424supervertex (pg:: AbstractPartitionedGraph , vertex) = not_implemented ()
25- supervertex (pg:: AbstractPartitionedGraph , verts) = not_implemented ()
2625supervertex (pg:: AbstractPartitionedGraph ) = not_implemented ()
2726Base. copy (pg:: AbstractPartitionedGraph ) = not_implemented ()
2827delete_from_vertex_map! (pg:: AbstractPartitionedGraph , vertex) = not_implemented ()
2928insert_to_vertex_map! (pg:: AbstractPartitionedGraph , vertex) = not_implemented ()
3029superedge (pg:: AbstractPartitionedGraph , edge) = not_implemented ()
31- superedges (pg:: AbstractPartitionedGraph , edges) = not_implemented ()
3230superedges (pg:: AbstractPartitionedGraph ) = not_implemented ()
3331function unpartitioned_graph_type (pg:: AbstractPartitionedGraph )
3432 return typeof (unpartitioned_graph (pg))
You can’t perform that action at this time.
0 commit comments