GLPK/Academic sites and public blogs

This page lists links to academic sites and public blogs.

Academic sites edit

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 edit

MathProg 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

  1. 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. 
  2. 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.