Ejemplo n.º 1
0
 def __init__(self, key):
   Abstract_Vertex.__init__(self, BVertex.vid)
   self.key = key
   BVertex.vid += 1
Ejemplo n.º 2
0
 def __init__(self, key):
     Abstract_Vertex.__init__(self, BVertex.vid)
     self.key = key
     BVertex.vid += 1
Ejemplo n.º 3
0
Archivo: graph.py Proyecto: zjwang6/TS
 def __init__(self, vid, conj):
     Abstract_Vertex.__init__(self, vid)
     conjugate(self, conj)
Ejemplo n.º 4
0
 def __init__(self, vid, conj):
   Abstract_Vertex.__init__(self, vid)
   conjugate(self, conj)