Esempio 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)
Esempio 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)
Esempio 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)
Esempio 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)