1 %%%%% Defining LEMON %%%%%
5 title = {{LEMON} -- {L}ibrary for {E}fficient {M}odeling and
6 {O}ptimization in {N}etworks},
7 howpublished = {\url{http://lemon.cs.elte.hu/}}
12 title = {{EGRES} -- {E}gerv{\'a}ry {R}esearch {G}roup on
13 {C}ombinatorial {O}ptimization},
14 url = {http://www.cs.elte.hu/egres/}
19 title = {{COIN-OR} -- {C}omputational {I}nfrastructure for
20 {O}perations {R}esearch},
21 url = {http://www.coin-or.org/}
25 %%%%% Other libraries %%%%%%
29 title = {{B}oost {C++} {L}ibraries},
30 url = {http://www.boost.org/}
34 author = {Jeremy G. Siek and Lee-Quan Lee and Andrew
36 title = {The Boost Graph Library: User Guide and Reference
38 publisher = {Addison-Wesley},
44 title = {{LEDA} -- {L}ibrary of {E}fficient {D}ata {T}ypes and
46 url = {http://www.algorithmic-solutions.com/}
50 author = {Kurt Mehlhorn and Stefan N{\"a}her},
51 title = {{LEDA}: {A} platform for combinatorial and geometric
53 isbn = {0-521-56329-1},
54 publisher = {Cambridge University Press},
55 address = {New York, NY, USA},
60 %%%%% Tools that LEMON depends on %%%%%
64 title = {{CMake} -- {C}ross {P}latform {M}ake},
65 url = {http://www.cmake.org/}
70 title = {{Doxygen} -- {S}ource code documentation generator
72 url = {http://www.doxygen.org/}
76 %%%%% LP/MIP libraries %%%%%
80 title = {{GLPK} -- {GNU} {L}inear {P}rogramming {K}it},
81 url = {http://www.gnu.org/software/glpk/}
86 title = {{Clp} -- {Coin-Or} {L}inear {P}rogramming},
87 url = {http://projects.coin-or.org/Clp/}
92 title = {{Cbc} -- {Coin-Or} {B}ranch and {C}ut},
93 url = {http://projects.coin-or.org/Cbc/}
98 title = {{ILOG} {CPLEX}},
99 url = {http://www.ilog.com/}
104 title = {{SoPlex} -- {T}he {S}equential {O}bject-{O}riented
106 url = {http://soplex.zib.de/}
110 %%%%% General books %%%%%
112 @book{amo93networkflows,
113 author = {Ravindra K. Ahuja and Thomas L. Magnanti and James
115 title = {Network Flows: Theory, Algorithms, and Applications},
116 publisher = {Prentice-Hall, Inc.},
119 isbn = {978-0136175490}
122 @book{schrijver03combinatorial,
123 author = {Alexander Schrijver},
124 title = {Combinatorial Optimization: Polyhedra and Efficiency},
125 publisher = {Springer-Verlag},
127 isbn = {978-3540443896}
130 @book{clrs01algorithms,
131 author = {Thomas H. Cormen and Charles E. Leiserson and Ronald
132 L. Rivest and Clifford Stein},
133 title = {Introduction to Algorithms},
134 publisher = {The MIT Press},
139 @book{stroustrup00cpp,
140 author = {Bjarne Stroustrup},
141 title = {The C++ Programming Language},
143 publisher = {Addison-Wesley Professional},
150 %%%%% Maximum flow algorithms %%%%%
152 @article{edmondskarp72theoretical,
153 author = {Jack Edmonds and Richard M. Karp},
154 title = {Theoretical improvements in algorithmic efficiency
155 for network flow problems},
156 journal = {Journal of the ACM},
163 @article{goldberg88newapproach,
164 author = {Andrew V. Goldberg and Robert E. Tarjan},
165 title = {A new approach to the maximum flow problem},
166 journal = {Journal of the ACM},
173 @article{dinic70algorithm,
174 author = {E. A. Dinic},
175 title = {Algorithm for solution of a problem of maximum flow
176 in a network with power estimation},
177 journal = {Soviet Math. Doklady},
183 @article{goldberg08partial,
184 author = {Andrew V. Goldberg},
185 title = {The Partial Augment-Relabel Algorithm for the
186 Maximum Flow Problem},
187 journal = {16th Annual European Symposium on Algorithms},
192 @article{sleator83dynamic,
193 author = {Daniel D. Sleator and Robert E. Tarjan},
194 title = {A data structure for dynamic trees},
195 journal = {Journal of Computer and System Sciences},
203 %%%%% Minimum mean cycle algorithms %%%%%
205 @article{karp78characterization,
206 author = {Richard M. Karp},
207 title = {A characterization of the minimum cycle mean in a
209 journal = {Discrete Math.},
215 @article{hartmann93finding,
216 author = {Mark Hartmann and James B. Orlin},
217 title = {Finding minimum cost to time ratio cycles with small
218 integral transit times},
219 journal = {Networks},
225 @article{dasdan98minmeancycle,
226 author = {Ali Dasdan and Rajesh K. Gupta},
227 title = {Faster Maximum and Minimum Mean Cycle Alogrithms for
228 System Performance Analysis},
229 journal = {IEEE Transactions on Computer-Aided Design of
230 Integrated Circuits and Systems},
237 @article{dasdan04experimental,
238 author = {Ali Dasdan},
239 title = {Experimental analysis of the fastest optimum cycle
240 ratio and mean algorithms},
241 journal = {ACM Trans. Des. Autom. Electron. Syst.},
249 %%%%% Minimum cost flow algorithms %%%%%
251 @article{klein67primal,
252 author = {Morton Klein},
253 title = {A primal method for minimal cost flows with
254 applications to the assignment and transportation
256 journal = {Management Science},
262 @article{goldberg89cyclecanceling,
263 author = {Andrew V. Goldberg and Robert E. Tarjan},
264 title = {Finding minimum-cost circulations by canceling
266 journal = {Journal of the ACM},
273 @article{goldberg90approximation,
274 author = {Andrew V. Goldberg and Robert E. Tarjan},
275 title = {Finding Minimum-Cost Circulations by Successive
277 journal = {Mathematics of Operations Research},
284 @article{goldberg97efficient,
285 author = {Andrew V. Goldberg},
286 title = {An Efficient Implementation of a Scaling
287 Minimum-Cost Flow Algorithm},
288 journal = {Journal of Algorithms},
295 @article{bunnagel98efficient,
296 author = {Ursula B{\"u}nnagel and Bernhard Korte and Jens
298 title = {Efficient implementation of the {G}oldberg-{T}arjan
299 minimum-cost flow algorithm},
300 journal = {Optimization Methods and Software},
306 @book{dantzig63linearprog,
307 author = {George B. Dantzig},
308 title = {Linear Programming and Extensions},
309 publisher = {Princeton University Press},
313 @mastersthesis{kellyoneill91netsimplex,
314 author = {Damian J. Kelly and Garrett M. O'Neill},
315 title = {The Minimum Cost Flow Problem and The Network
317 school = {University College},
318 address = {Dublin, Ireland},
323 %%%%% Other algorithms %%%%%
325 @article{grosso08maxclique,
326 author = {Andrea Grosso and Marco Locatelli and Wayne Pullan},
327 title = {Simple ingredients leading to very efficient
328 heuristics for the maximum clique problem},
329 journal = {Journal of Heuristics},