public interface CycleRemovingAlgorithm
Modifier and Type | Method and Description |
---|---|
java.util.List<Edge> |
getRemovedEdges()
Get the list of edges which had to be removed from the graph.
|
boolean |
isHeuristic()
Returns whether this algorithm is a heuristic algorithm, or otherwise an exact algorithm.
|
void |
removeCycles(Graph graph)
Remove all cycles from the given graph.
|
void removeCycles(Graph graph)
java.util.List<Edge> getRemovedEdges()
boolean isHeuristic()