Package | Description |
---|---|
cusack.hcg.graph.algorithm |
Contains classes that allow algorithms to be run on graphs and problems.
|
Modifier and Type | Method and Description |
---|---|
abstract OldGenericAlgorithm<T> |
OldGenericAlgorithm.newInstance()
Deprecated.
This should just do: return new Blah(); where Blah is the class that subclasses this.
|