Ejemplo n.º 1
0
 def create_graph(self, target_connectivity):
     g = self.alg.create_graph(target_connectivity, self.bound)
     return Graph(self.formation["nodes"], g)
Ejemplo n.º 2
0
 def create_graph(self, target_connectivity = None):
     # g = self.alg.g
     g = self.formation["full"]
     return Graph(self.formation["nodes"], g)