public class FeedbackVertexSetGRASP<VertexType,EdgeType> extends java.lang.Object implements java.lang.Iterable<StdVertex>
Constructor and Description |
---|
FeedbackVertexSetGRASP(int iterations,
float alpha,
GreedyFunction greedyFunction) |
Modifier and Type | Method and Description |
---|---|
void |
evaluate(GraphLibrary<VertexType,EdgeType> graph) |
java.util.Iterator<StdVertex> |
iterator() |
static boolean |
reduceGraph(edu.uci.ics.jung.graph.Graph<StdVertex,StdEdge> graph,
boolean oneStepOnly) |
static GreedyFunction |
stringToGreedyFunction(java.lang.String key) |
public FeedbackVertexSetGRASP(int iterations, float alpha, GreedyFunction greedyFunction)
public static GreedyFunction stringToGreedyFunction(java.lang.String key)
public static boolean reduceGraph(edu.uci.ics.jung.graph.Graph<StdVertex,StdEdge> graph, boolean oneStepOnly)
public void evaluate(GraphLibrary<VertexType,EdgeType> graph)