-
Notifications
You must be signed in to change notification settings - Fork 0
/
libhsl.bib
70 lines (65 loc) · 2.19 KB
/
libhsl.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
% Julia
@article{bezanson-edelman-karpinski-shah-2017,
title = {{Julia: A Fresh Approach to Numerical Computing}},
author = {Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B.},
year = 2017,
journal = sirev,
publisher = {SIAM},
volume = 59,
number = 1,
pages = {65--98},
doi = {10.1137/141000671}
}
% METIS
@article{karypis-kumar-1998,
title = {A fast and high quality multilevel scheme for partitioning irregular graphs},
author = {Karypis, George and Kumar, Vipin},
journal = sisc,
volume = {20},
number = {1},
pages = {359--392},
year = {1998},
publisher = {SIAM},
doi = {10.1137/S1064827595287997}
}
% Ipopt
@article{wachter-2006,
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 = mp,
volume = {106},
number = {1},
pages = {25--57},
year = {2006},
publisher = {Springer},
doi = {10.1007/s10107-004-0559-y}
}
% GALAHAD
@article{gould-orban-toint-2003,
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 = toms,
volume = {29},
number = {4},
pages = {353--372},
year = {2003},
publisher = {ACM New York, NY, USA},
doi = {10.1145/962437.962438},
}
% HSL.jl
@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},
}
% HSL
@manual{HSL,
Title = {The {HSL} Mathematical Software Library},
Author = {HSL},
url = {http://www.hsl.rl.ac.uk},
Organization = {STFC Rutherford Appleton Laboratory},
Year = {2007}
}