Add references for other optimization problems

This commit is contained in:
Dimitri Lozeve 2020-05-26 18:06:23 +02:00
parent 72225bcbce
commit dd63a5ec2a
5 changed files with 251 additions and 25 deletions

View file

@ -203,3 +203,88 @@
address = {Chichester, West Sussex},
isbn = {9781118443330},
}
@book{chvatal1983_linear,
author = {Chv{\'a}tal, Va{\v{s}}ek},
title = {Linear programming},
year = {1983},
publisher = {W.H. Freeman},
address = {New York},
isbn = {0716715872},
}
@book{vanderbei2014_linear,
author = {Vanderbei, Robert},
title = {Linear programming : foundations and extensions},
year = {2014},
publisher = {Springer},
address = {New York},
isbn = {9781461476306},
}
@Book{dantzig1997_linear,
author = {Dantzig, George},
title = {Linear programming 1: Introduction},
year = 1997,
publisher = {Springer},
url = {https://www.springer.com/gp/book/9780387948331},
address = {New York},
isbn = 9780387226330,
}
@Book{dantzig2003_linear,
author = {Dantzig, George},
title = {Linear programming 2: Theory and Extensions},
year = 2003,
publisher = {Springer},
url = {https://www.springer.com/gp/book/9780387986135},
address = {New York},
isbn = 9780387215693,
}
@Book{bertsimas1997_introd,
author = {Bertsimas, Dimitris and Tsitsiklis, John N.},
title = {Introduction to linear optimization},
year = 1997,
publisher = {Athena Scientific},
url = {http://www.athenasc.com/linoptbook.html},
address = {Belmont, Massachusetts},
isbn = 9781886529199,
}
@Book{maros2003_comput,
author = {Maros, Istv{\'a}n},
title = {Computational techniques of the simplex method},
year = 2003,
publisher = {Kluwer Academic Publishers},
address = {Boston},
isbn = 9781402073328,
}
@Book{nocedal2006_numer,
author = {Nocedal, Jorge},
title = {Numerical optimization},
year = 2006,
publisher = {Springer},
url = {https://www.springer.com/gp/book/9780387303031},
address = {New York},
isbn = 9780387303031,
}
@Book{boyd2004_convex,
author = {Boyd, Stephen},
title = {Convex optimization},
year = 2004,
publisher = {Cambridge University Press},
address = {Cambridge, UK New York},
isbn = 9780521833783,
}
@Book{kochenderfer2019_algor,
author = {Kochenderfer, Mykel},
title = {Algorithms for optimization},
year = 2019,
publisher = {The MIT Press},
address = {Cambridge, Massachusetts},
isbn = 9780262039420,
}