simulator

Classes

Convert_Pyomo2Casadi_Visitor()

Expression walker that evaluates an expression generated by the Substitute_Pyomo2Casadi_Visitor walker.

Pyomo2Scipy_Visitor(templatemap)

Expression walker that replaces _GetItemExpression instances with mutable parameters.

Simulator(m[, package])

Simulator objects allow a user to simulate a dynamic model formulated using pyomo.dae.

Substitute_Pyomo2Casadi_Visitor(templatemap)

Expression walker that replaces

Functions

convert_pyomo2casadi(expr)

Convert a Pyomo expression tree to Casadi.

convert_pyomo2scipy(expr, templatemap)

Substitute _GetItem nodes in an expression tree.

substitute_pyomo2casadi(expr, templatemap)

Substitute IndexTemplates in an expression tree.