예제 #1
0
 def __init__(self, *args, **kwds):
     _GeneralExpressionData.__init__(self, None, component=self)
     Integral.__init__(self, *args, **kwds)
예제 #2
0
파일: integral.py 프로젝트: qtothec/pyomo
 def __init__(self, *args, **kwds):
     _GeneralExpressionData.__init__(self, None, component=self)
     Integral.__init__(self,*args,**kwds)