Package | Description |
---|---|
cusack.hcg.games.multidesigns.algorithms | |
cusack.hcg.graph |
Contains classes that are directly related to storing graph data.
|
Modifier and Type | Method and Description |
---|---|
DegreeSequence |
SubGraph.getDegreeSequence() |
DegreeSequence |
MultiGraphAdjacencyMatrix.getDegreeSequence() |
Modifier and Type | Method and Description |
---|---|
boolean |
DegreeSequence.isGreaterThan(DegreeSequence other)
Compares two degree sequences.
|
boolean |
DegreeSequence.isGreaterThanWithTolerance(DegreeSequence other,
int tolerance) |
Modifier and Type | Method and Description |
---|---|
DegreeSequence |
SimpleGraph.getDegreeSequence() |
DegreeSequence |
Graph.getDegreeSequence() |