'Declaration
Public Function New( _ ByVal layer1 As NGraphVertexList, _ ByVal layer2 As NGraphVertexList _ )
'Usage
Dim layer1 As NGraphVertexList Dim layer2 As NGraphVertexList Dim instance As New NGraphGeneticCrossingReductor(layer1, layer2)
public NGraphGeneticCrossingReductor( NGraphVertexList layer1, NGraphVertexList layer2 )
Parameters
- layer1
- layer2