- changeRole(V, int) - Method in class agape.algos.MarkMap
-
Changes the role of a given node
- changeRole(Set<V>, int) - Method in class agape.algos.MarkMap
-
Changes the role of a set of nodes
- chooseRandVertex(Graph<V, E>) - Static method in class agape.tools.Operations
-
Return a vertex of G choosen randomly.
- chromaticNumberBjorklundHusfeldt(Graph<V, E>) - Method in class agape.algos.Coloring
-
Returns the chromatic number of a graph G.
- chromaticNumberBodlaenderKratsch(Graph<V, E>) - Method in class agape.algos.Coloring
-
Returns the chromatic number of a graph G.
- Coloring<V,E> - Class in agape.algos
-
The goal of this class is to compute the minimum number of colors to properly color an undirected graph.
- Coloring(Factory<Graph<V, E>>) - Constructor for class agape.algos.Coloring
-
Constructor of the Coloring algorithms.
- Components - Class in agape.tools
-
This class provides methods for connected component computation.
- Components() - Constructor for class agape.tools.Components
-
- copyDirectedSparseGraph(Graph<V, E>) - Static method in class agape.tools.Operations
-
Full copy (arcs + vertices) of the Graph.
- copyGraph(Graph<V, E>, Factory<Graph<V, E>>) - Static method in class agape.tools.Operations
-
Full copy (arcs + vertices) of a graph using the given factory.
- CopyGraphTutorial - Class in agape.tutorials
-
- CopyGraphTutorial() - Constructor for class agape.tutorials.CopyGraphTutorial
-
- copyUndirectedSparseGraph(Graph<V, E>) - Static method in class agape.tools.Operations
-
Full copy (edges + vertices) of the Graph.
- create() - Method in class agape.tutorials.DirectedGraphFactoryForStringInteger
-
- create() - Method in class agape.tutorials.UndirectedGraphFactoryForStringInteger
-
- create() - Method in class agape.tutorials.UndirectedGraphFactoryForStringInteger.EdgeFactoryForinteger
-
- create() - Method in class agape.tutorials.UndirectedGraphFactoryForStringInteger.VertexFactoryForString
-