Esempio n. 1
0
 def __init__(self, opt, op, old_op):
     OptimizationResult.__init__(self, opt, op)
     self.old_op = old_op
Esempio n. 2
0
 def __init__(self, opt, op, save, nextop):
     OptimizationResult.__init__(self, opt, op)
     self.save = save
     self.nextop = nextop
Esempio n. 3
0
 def __init__(self, opt, op, old_op):
     OptimizationResult.__init__(self, opt, op)
     self.old_op = old_op
Esempio n. 4
0
 def __init__(self, opt, op, save, nextop):
     OptimizationResult.__init__(self, opt, op)
     self.save = save
     self.nextop = nextop