GLPK/Academic sites and public blogs
< GLPK
This page lists links to academic sites and public blogs.
Academic sites
edit- Jeffrey Kantor’s Introduction to Operations Research module
- Tommi Sottinen’s course notes on operations research and GLPK GPLSOL [1]
- Tommi Sottinen’s course notes on operations research and the glpk Octave call [2]
Public blogs
edit- Sebastian Pokutta’s blog on GLPK.
- IEOR Tools Tutorial on Using GLPK in Windows GLPK_Tutorial
- IEOR Tools Interview with GUSEK developer Luis Bettoni GUSEK_Interview
LaTeX syntax highlighting
editMathProg can be set with syntax highlighting under LaTeX. Download the AMPL syntax file at puszcza.gnu.org.ua/support/?287 and try the following TeX:
\usepackage{listingsutf8}
\usepackage{lstlang0} % syntax file, I added some more keywords like 'display'
\definecolor{CommentCode}{RGB}{20,20,100}
\lstset{
% inputencoding=utf8,
inputencoding=latin1,
basicstyle=\ttfamily,
commentstyle=\color{CommentCode},
language=ampl,
breaklines=true
}
\lstinputlisting{PerfectMatching.mprg}
Portuguese accents (used in the comments) did not work under utf8, so the encoding was changed to latin1.
References
edit- ↑ Sottinen, Tommi (2009). Operations research with GNU Linear Programming Kit. ORMS1020 course notes. Department of Mathematics and Statistics, University of Vaasa, Finland. http://lipas.uwasa.fi/~tsottine/lecture_notes/or.pdf.
- ↑ Sottinen, Tommi (2010). Operations research with GNU Octave. ORMS1020 course notes. Department of Mathematics and Statistics, University of Vaasa, Finland. http://lipas.uwasa.fi/~tsottine/or_with_octave/or_with_octave.pdf.