示例#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)