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