1818"""
1919 JuMPDynamicOptProblem(sys::System, op, tspan; dt, steps, guesses, kwargs...)
2020
21- Convert an System representing an optimal control system into a JuMP model
21+ Convert a System representing an optimal control system into a JuMP model
2222for solving using optimization. Must provide either `dt`, the timestep between collocation
2323points (which, along with the timespan, determines the number of points), or directly
2424provide the number of points as `steps`.
@@ -29,7 +29,7 @@ function JuMPDynamicOptProblem end
2929"""
3030 InfiniteOptDynamicOptProblem(sys::System, op, tspan; dt)
3131
32- Convert an System representing an optimal control system into a InfiniteOpt model
32+ Convert a System representing an optimal control system into a InfiniteOpt model
3333for solving using optimization. Must provide `dt` for determining the length
3434of the interpolation arrays.
3535
@@ -42,7 +42,7 @@ function InfiniteOptDynamicOptProblem end
4242"""
4343 CasADiDynamicOptProblem(sys::System, op, tspan; dt, steps, guesses, kwargs...)
4444
45- Convert an System representing an optimal control system into a CasADi model
45+ Convert a System representing an optimal control system into a CasADi model
4646for solving using optimization. Must provide either `dt`, the timestep between collocation
4747points (which, along with the timespan, determines the number of points), or directly
4848provide the number of points as `steps`.
@@ -53,7 +53,7 @@ function CasADiDynamicOptProblem end
5353"""
5454 PyomoDynamicOptProblem(sys::System, op, tspan; dt, steps)
5555
56- Convert an System representing an optimal control system into a Pyomo model
56+ Convert a System representing an optimal control system into a Pyomo model
5757for solving using optimization. Must provide either `dt`, the timestep between collocation
5858points (which, along with the timespan, determines the number of points), or directly
5959provide the number of points as `steps`.
0 commit comments