create_model

(function from pyomo.scripting.util)

pyomo.scripting.util.create_model(data)[source]

Create instance of Pyomo model.

Returns:

Model object. instance: Problem instance. symbol_map: Symbol map created when writing model to a file. filename: Filename that a model instance was written to.

Return type:

model