Classes
Convert_Pyomo2Casadi_Visitor()
Convert_Pyomo2Casadi_Visitor
Expression walker that evaluates an expression generated by the Substitute_Pyomo2Casadi_Visitor walker.
Pyomo2Scipy_Visitor(templatemap)
Pyomo2Scipy_Visitor
Expression walker that replaces _GetItemExpression instances with mutable parameters.
Simulator(m[, package])
Simulator
Simulator objects allow a user to simulate a dynamic model formulated using pyomo.dae.
Substitute_Pyomo2Casadi_Visitor(templatemap)
Substitute_Pyomo2Casadi_Visitor
Expression walker that replaces
Functions
convert_pyomo2casadi(expr)
convert_pyomo2casadi
Convert a Pyomo expression tree to Casadi.
convert_pyomo2scipy(expr, templatemap)
convert_pyomo2scipy
Substitute _GetItem nodes in an expression tree.
substitute_pyomo2casadi(expr, templatemap)
substitute_pyomo2casadi
Substitute IndexTemplates in an expression tree.