Example #1
0
 def bm_apsp(self):
     zn.all_pairs_shortest_path_length_(self.ER_G)
Example #2
0
	def bm_apsp(self):
		zn.all_pairs_shortest_path_length_(self.ER_G)
Example #3
0
 def bm_zenopt(self):
     zn.all_pairs_shortest_path_length_(self.ER_G)
Example #4
0
	def bm_zenopt(self):
		zn.all_pairs_shortest_path_length_(self.ER_G)