remove_self_loops Interface

interface
private module subroutine remove_self_loops(this, indices)

Arguments

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

Parent. Instance of the graph structure.

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

Indices of the vertices from which self-loops are removed.

Description

Interface for removing self-loops from the graph.