Exemplo n.º 1
0
 def __cmp__(self, other):
     ret = AbstractResult.__cmp__(self, other)
     if ret != 0:
         return ret
     else:
         return compare_float(self.mst_weight, other.mst_weight)
Exemplo n.º 2
0
 def __cmp__(self, other):
     ret = AbstractResult.__cmp__(self, other)
     if ret != 0:
         return ret
     else:
         return compare_float(self.mst_weight, other.mst_weight)
Exemplo n.º 3
0
 def __cmp__(self, other):
     ret = AbstractResult.__cmp__(self, other)
     if ret != 0:
         return ret
     else:
         return compare_float(self.time_sec, other.time_sec)
Exemplo n.º 4
0
 def __cmp__(self, other):
     ret = AbstractResult.__cmp__(self, other)
     if ret != 0:
         return ret
     else:
         return compare_float(self.time_sec, other.time_sec)