remove_vertices Interface

interface
private module subroutine remove_vertices(this, indices)

Arguments

Type IntentOptional Attributes Name
class(graph_type), intent(inout) :: this

Parent. Instance of the graph structure.

integer, intent(in), dimension(:) :: indices

Indices of the vertices to be removed.

Description

Interface for removing vertices from the graph.

This will deallocate the vertex and edges connected to the vertices.