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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
% This file was created with JabRef 2.5.
% Encoding: ISO8859_1
@InProceedings{ flopc,
title = "FLOPC++ An Algebraic Modeling Language Embedded in C++",
booktitle = "Operations Research Proceedings 2006",
series = "Operations Research Proceedings",
author = "Tim Helge Hultberg",
editor = "Karl-Heinz Waldmann and Ulrike M. Stocker",
publisher = "Springer Berlin Heidelberg",
location = "Karlsruhe",
pages = "187--190",
number = "6",
year = "2006",
abstract = "FLOPC++ is an open source algebraic modeling language implemented as a C++ class library. It allows linear optimization problems to be modeled in a declarative style, similar to algebraic modeling languages, such as GAMS and AMPL, within a C++ program. The project is part of COmputational INfrastructure for Operations Research (COIN-OR) and uses its Open Solver Interface (OSI) to achieve solver independence."
}
@Misc{ gams,
author = "A. Brooke and D. Kendrick and A. Meeraus",
title = "GAMS: A User's Guide",
text = "A. Brooke, D. Kendrick, and A. Meeraus. GAMS: A User's Guide, Release 2.25. The Scientific Press, 1992.",
year = "1992",
url = "citeseer.ist.psu.edu/brooke92gams.html"
}
@Article{ ampl,
title = "AMPL: A Mathematical Programming Language",
author = "Robert Fourer and David M. Gay and Brian W. Kernighan",
journal = "Management Science",
pages = "519--554",
volume = "36",
year = "1990"
}
@Article{ columngeneration,
title = "Selected Topics in Column Generation ",
author = "Marco E. L{\"u}bbecke and Jacques Desrosiers",
journal = "OPERATIONS RESEARCH",
pages = "1007--1023",
volume = "53",
number = "6",
month = "November- December",
year = "2005",
doi = "10.1287/opre.1050.0234"
}
@Electronic{ pulpwiki,
title = "Pulp-or wiki",
author = "Stuart A Mitchell and Antony Phillips",
url = "http://pulp-or.googlecode.com"
}
@Electronic{ scienceofbetter,
title = "Operations Research: The Science of Better",
url = "http://www.scienceofbetter.org/"
}
@Article{ coin-or,
title = "The Common Optimization INterface for Operations Research",
author = "Robin Lougee-Heimer",
journal = "IBM Journal of Research and Development",
pages = "57--66",
volume = "47",
number = "1",
month = "January",
year = "2003"
}
@Electronic{ glpk,
title = "GNU Linear Programming Kit",
url = "http://www.gnu.org/software/glpk/glpk.html"
}
@Electronic{ cplex,
title = "Cplex Website",
url = "http://www.ilog.com/products/cplex/"
}
@Electronic{ gurobi,
title = "Gurobi Website",
url = "http://www.gurobi.com/"
}
@Electronic{ coopr,
title = "Coopr: A COmmon Optimization Python Repository",
author = "William E. Hart",
url = "https://software.sandia.gov/trac/coopr"
}
@InProceedings{ pyomo,
title = "Python Optimization Modeling Objects (Pyomo)",
booktitle = "Proc INFORMS Computing Society Conference",
author = "William Hart",
year = "2009",
url = "http://www.optimization-online.org/DB_HTML/2008/09/2095.html"
}
|