(函数来自 pyomo.core.base.PyomoModel)
pyomo.core.base.PyomoModel
声明全局Pyomo配置选项的默认值。
示例用法:
@global_option('config.foo.bar', 1) def functor(): # ...