Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.51 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.51 KB

SwitchTimeOpt.jl

SwitchTimeOpt

Build Status

SwitchTimeOpt.jl is a Julia package to easily define and efficiently solve switching time optimization (STO) problems for linear and nonlinear systems. SwitchTimeOpt.jl supports a wide variety of nonlinear solvers through MathProgBase.jl interface such as Ipopt, KNITRO, NLopt.

Documentation The complete interface documentation can be found here.

Citing this package

If you use SwitchTimeOpt.jl for published work, we encourage you to cite the following paper (see longer preprint version here):

@article{stellato2017a,
  author = {Stellato, B. and Ober-Bl{\"o}baum, S. and Goulart, P.},
  title = {Second-Order Switching Time Optimization for Switched Dynamical Systems},
  journal = {{IEEE} Transactions on Automatic Control},
  year = {2017},
  volume = {62},
  number = {10},
  pages = {5407--5414},
  month = oct,
  issn = {0018-9286},
  doi = {10.1109/TAC.2017.2697681}
}