Package | Description |
---|---|
cusack.hcg.games.pebble.algorithms.matrixconversion | |
cusack.hcg.games.pebble.algorithms.solvability.nondeterministic | |
cusack.hcg.graph |
Contains classes that are directly related to storing graph data.
|
Modifier and Type | Method and Description |
---|---|
static EfficientMatrixGraph |
UtilityMethodsForG6Graphs.convertStringToAdjacencyMatrixGraph(java.lang.String toConvert)
Convert a string of the following format into an EfficientMatrixGraph: 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 0 0 0
0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 0
1 0 0
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<EfficientMatrixGraph> |
UtilityMethodsForG6Graphs.readMatrixFile(java.lang.String pathToFile)
Read a .MATRIX file and convert it into a list of EfficientMatrixGraph objects.
|
Constructor and Description |
---|
WeightedDistanceMatrix(EfficientMatrixGraph graph) |
Modifier and Type | Method and Description |
---|---|
EfficientMatrixGraph |
DrawableProblem.efficientMatrixGraphFromString(java.lang.String s) |
Constructor and Description |
---|
DistanceMatrix(EfficientMatrixGraph graph) |
EfficientMatrixGraph(EfficientMatrixGraph g) |