You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/MTKInfiniteOptExt.jl
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -348,20 +348,15 @@ end
348
348
Solve JuMPDynamicOptProblem. Arguments:
349
349
- prob: a JumpDynamicOptProblem
350
350
- jump_solver: a LP solver such as HiGHS
351
-
- ode_solver: Takes in a symbol representing the solver. Acceptable solvers may be found at https://docs.sciml.ai/DiffEqDevDocs/stable/internals/tableaus/. Note that the symbol may be different than the typical name of the solver, e.g. :Tsitouras5 rather than Tsit5.
351
+
- tableau_getter: Takes in a function to fetch a tableau. Tableau loaders look like `constructRK4` and may be found at https://docs.sciml.ai/DiffEqDevDocs/stable/internals/tableaus/. If this argument is not passed in, the solver will default to Radau second order.
352
352
- silent: set the model silent (suppress model output)
353
353
354
354
Returns a DynamicOptSolution, which contains both the model and the ODE solution.
0 commit comments