Package | Description |
---|---|
cusack.hcg.games.multidesigns.algorithms | |
cusack.hcg.graph |
Contains classes that are directly related to storing graph data.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiGraphAdjacencyMatrix
A multigraph implemented as an adjacency matrix.
|
Modifier and Type | Method and Description |
---|---|
void |
SubGraphRPermuterVersion2.init(SubGraph subgraph,
SimpleGraph graph,
int tolerance) |
void |
SubGraphRPermuter.init(SubGraph subgraph,
SimpleGraph graph,
int tolerance) |
Constructor and Description |
---|
PossibleSubGraphVertexSubsets(SubGraph subgraph,
SimpleGraph graph,
int tolerance) |
SubGraphRPermuter(SubGraph subgraph,
SimpleGraph graph,
int tolerance) |
SubGraphRPermuterVersion2(SubGraph subgraph,
SimpleGraph graph,
int tolerance) |
Modifier and Type | Class and Description |
---|---|
class |
Graph
This class is used to hold a collection of vertices that can be mapped in such a way as to represent a graph with
coordinates, edges, and lists of adjacent vertices.
|