InstallationΒΆ

You can easily install the package by running

Pkg.add("SwitchTimeOpt")

This does not automatically install any nonblinear solver. To install, for example, Ipopt, just run

Pkg.add("Ipopt")

To install other solvers we refer the user to the JuliaOpt page.