Skip to content

Commit

Permalink
add citation to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbybp committed Nov 29, 2023
1 parent d70cd3d commit 68bbbcd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions parker_jpc2023/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,20 @@ in `requirements.txt` and can be installed with:
$ pip install -r requirements.txt
```
IPOPT 3.13.2 was used for all square and optimization solves.

### Citation
If you use this code or the underlying `pyomo.contrib.mpc` software in
your research, please cite the paper:
```bibtex
@article{parker2023mpc,
title = {Model predictive control simulations with block-hierarchical differential-algebraic process models},
journal = {Journal of Process Control},
volume = {132},
pages = {103113},
year = {2023},
issn = {0959-1524},
doi = {https://doi.org/10.1016/j.jprocont.2023.103113},
url = {https://www.sciencedirect.com/science/article/pii/S0959152423002007},
author = {Robert B. Parker and Bethany L. Nicholson and John D. Siirola and Lorenz T. Biegler},
}
```

0 comments on commit 68bbbcd

Please sign in to comment.