miércoles, 8 de junio de 2011

Incluir gráficos en MikTex

Hay que incluir el paquete

\usepackage{graphicx}

y no hay que dejar lineas en blanco entre \begin{landscape} y \begin{figure}:

\begin{landscape}
\begin{figure}[ht]
\centering
\includegraphics[scale=0.5]{planning.eps}
\caption{Planning thesis}
\label{fig2}
\end{figure}
\end{landscape}

jueves, 2 de junio de 2011

Ejecutar CPLEX con un valor inicial

putfile opt/
mipstart 1

/





mymodel.optfile = 1 ;