-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e219ce
commit 11fe043
Showing
4 changed files
with
183 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
compilation.sh | ||
libhsl.pdf |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
@misc{karypis-kumar-1997, | ||
title = {{METIS}: A software package for partitioning unstructured graphs, partitioning meshes, and computing fill-reducing orderings of sparse matrices}, | ||
author = {Karypis, George and Kumar, Vipin}, | ||
year = {1997} | ||
} | ||
% Ipopt | ||
@article{wachter2006implementation, | ||
title={On the implementation of an interior-point filter line-search algorithm for large-scale nonlinear programming}, | ||
author={W{\"a}chter, Andreas and Biegler, Lorenz T.}, | ||
journal={Mathematical Programming}, | ||
volume={106}, | ||
number={1}, | ||
pages={25--57}, | ||
year={2006}, | ||
publisher={Springer}, | ||
doi={10.1007/s10107-004-0559-y} | ||
} | ||
|
||
@Misc{montoison-orban-hsl-2021, | ||
author = {A. Montoison and D. Orban and {contributors}}, | ||
title = {{HSL.jl}: A {Julia} interface to the {HSL} Mathematical Software Library}, | ||
month = {March}, | ||
url = {https://github.com/JuliaSmoothOptimizers/HSL.jl}, | ||
year = {2021}, | ||
DOI = {10.5281/zenodo.2658672}, | ||
} | ||
|
||
@Manual{HSL, | ||
Title = {The {HSL} Mathematical Software Library}, | ||
Author = {HSL}, | ||
url = {http://www.hsl.rl.ac.uk}, | ||
Organization = {STFC Rutherford Appleton Laboratory}, | ||
Year = {2007} | ||
} | ||
|
||
@Article{duff-2004, | ||
Title = {{\sf MA57}---a Code for the Solution of Sparse | ||
Symmetric Definite and Indefinite Systems}, | ||
Author = {I. S. Duff}, | ||
Journal = {ACM Transactions on Mathematical Software}, | ||
Year = {2004}, | ||
Number = {2}, | ||
Pages = {118--144}, | ||
Volume = {30}, | ||
Doi = {10.1145/992200.992202} | ||
} | ||
|
||
@article{gould2003galahad, | ||
title={{GALAHAD}, a library of thread-safe Fortran 90 packages for large-scale nonlinear optimization}, | ||
author={Gould, Nicholas I.M. and Orban, Dominique and Toint, Philippe L.}, | ||
journal={ACM Transactions on Mathematical Software}, | ||
volume={29}, | ||
number={4}, | ||
pages={353--372}, | ||
year={2003}, | ||
publisher={ACM New York, NY, USA}, | ||
doi={10.1145/962437.962438}, | ||
} | ||
|
||
@article{bezanson2017julia, | ||
title={Julia: A fresh approach to numerical computing}, | ||
author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B.}, | ||
journal={SIAM Review}, | ||
volume={59}, | ||
number={1}, | ||
pages={65--98}, | ||
year={2017}, | ||
publisher={SIAM}, | ||
doi={10.1137/141000671} | ||
} | ||
|
||
@Misc{jso, | ||
author = {T. Migot and D. Orban and A. S. Siqueira}, | ||
title = {The {JuliaSmoothOptimizers} Ecosystem for Linear and Nonlinear Optimization}, | ||
year = {2021}, | ||
url = {https://juliasmoothoptimizers.github.io/}, | ||
doi = {10.5281/zenodo.2655082}, | ||
} |
Oops, something went wrong.