public class CycleRemoval
extends java.lang.Object
Constructor and Description |
---|
CycleRemoval(int vN0,
int eN0,
int[] eV10,
int[] eV20,
int[] Y0)
This method is the class constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoveDirectedCycles(boolean[] eFlag)
This method performs the algorithmic steps of the cycle removal algorithm.
|
public CycleRemoval(int vN0, int eN0, int[] eV10, int[] eV20, int[] Y0)
vN0
- the number of vertices of the given graph.eN0
- the number of edges of the given graph.eV10
- the edge from vertex index.eV20
- the edge to vertex index.Y0
- the vertex coordinates that determine an incremental outcome.