public class VF2IsomorphismTesterTests extends Object
VF2IsomorphismTester
Constructor and Description |
---|
VF2IsomorphismTesterTests() |
Modifier and Type | Method and Description |
---|---|
void |
testDifferentOrders() |
void |
testDifferentSize() |
void |
testEdgelessGraphSame() |
void |
testIsomorphicMultigraphs() |
void |
testNonIsomorphicMultigraphs() |
void |
testNonIsomorphicMultigraphsDifferentTypeOfEdges() |
void |
testSameTriangle() |
void |
testSquare() |
void |
testSquareWithSpoke() |
void |
testSquareWithTwoSpokes() |
void |
testStarGraph() |
void |
testWikiExample() |
public void testStarGraph()
public void testEdgelessGraphSame()
public void testSameTriangle()
public void testSquare()
public void testSquareWithSpoke()
public void testSquareWithTwoSpokes()
public void testDifferentOrders()
public void testDifferentSize()
public void testWikiExample()
public void testIsomorphicMultigraphs()
public void testNonIsomorphicMultigraphsDifferentTypeOfEdges()
public void testNonIsomorphicMultigraphs()
Copyright © 2012. All Rights Reserved.