Exemple #1
0
 def __init__(self, key):
   Abstract_Vertex.__init__(self, BVertex.vid)
   self.key = key
   BVertex.vid += 1
Exemple #2
0
 def __init__(self, key):
     Abstract_Vertex.__init__(self, BVertex.vid)
     self.key = key
     BVertex.vid += 1
Exemple #3
0
 def __init__(self, vid, conj):
     Abstract_Vertex.__init__(self, vid)
     conjugate(self, conj)
Exemple #4
0
 def __init__(self, vid, conj):
   Abstract_Vertex.__init__(self, vid)
   conjugate(self, conj)