gala/graph_manager.py [234:243]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                group.append(f_peer)
        return phone_book

    def is_regular_graph(self): return True

    def is_bipartite_graph(self): return False

    def is_passive(self, rank=None): return False

    def is_dynamic_graph(self, graph_type=None): return False
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



gala/graph_manager.py [255:264]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    group.append(f_peer)
        return phone_book

    def is_regular_graph(self): return True

    def is_bipartite_graph(self): return False

    def is_passive(self, rank=None): return False

    def is_dynamic_graph(self, graph_type=None): return False
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



