SMArt.tests.test_alchemy package¶
Submodules¶
SMArt.tests.test_alchemy.test_MCS_options module¶
SMArt.tests.test_alchemy.test_partial_ring_match module¶
-
class
SMArt.tests.test_alchemy.test_partial_ring_match.Test_MCS_max_partial_ring_match(methodName='runTest')[source]¶ Bases:
unittest.case.TestCase-
G7= {0: [1], 1: [2, 0], 2: [3, 1], 3: [4, 2], 4: [5, 3], 5: [6, 4], 6: [5]}¶
-
G_521= {-2: [-1], -1: [-2, 0], 0: [-1, 1, 4, 5], 1: [0, 2], 2: [1, 3], 3: [2, 4], 4: [0, 3], 5: [0, 6], 6: [5]}¶
-
G_522= {-2: [-1], -1: [-2, 0], 0: [-1, 1, 4], 1: [0, 2, 5], 2: [1, 3], 3: [2, 4], 4: [0, 3], 5: [1, 6], 6: [5]}¶
-
G_56= {1: [2, 6], 2: [3, 1], 3: [4, 2], 4: [5, 3], 5: [6, 4, 9], 6: [1, 5, 7], 7: [8, 6], 8: [9, 7], 9: [5, 8]}¶
-
G_621= {-2: [-1], -1: [-2, 0], 0: [-1, 1, 5, 6], 1: [0, 2], 2: [1, 3], 3: [2, 4], 4: [3, 5], 5: [0, 4], 6: [0, 7], 7: [6]}¶
-
G_622= {-2: [-1], -1: [-2, 0], 0: [-1, 1, 5], 1: [0, 2, 6], 2: [1, 3], 3: [2, 4], 4: [3, 5], 5: [0, 4], 6: [1, 7], 7: [6]}¶
-
g521= <SMArt.graph.incl.Graph object>¶
-
g522= <SMArt.graph.incl.Graph object>¶
-
g56= <SMArt.graph.incl.Graph object>¶
-
g621= <SMArt.graph.incl.Graph object>¶
-
g622= <SMArt.graph.incl.Graph object>¶
-
g7= <SMArt.graph.incl.Graph object>¶
-