Fix overfull errors

This commit is contained in:
Jip J. Dekker 2021-07-18 16:51:48 +10:00
parent 13a2416910
commit eda9a60711
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3

View File

@ -583,11 +583,11 @@ Given two variables \mzninline{exposure} and \mzninline{shots}, once we have fou
Since each added lexicographic \constraint{} is strictly stronger than the previous one, we never have to retract previous \constraints{}. Since each added lexicographic \constraint{} is strictly stronger than the previous one, we never have to retract previous \constraints{}.
\begin{figure} \begin{figure}
\begin{subfigure}[b]{0.5\linewidth} \begin{subfigure}[b]{0.49\linewidth}
\includegraphics[width=\columnwidth]{assets/img/inc_cmp_lex.pdf} \includegraphics[width=\columnwidth]{assets/img/inc_cmp_lex.pdf}
\caption{\label{subfig:inc-cmp-lex}Radiation} \caption{\label{subfig:inc-cmp-lex}Radiation}
\end{subfigure} \end{subfigure}
\begin{subfigure}[b]{0.5\linewidth} \begin{subfigure}[b]{0.49\linewidth}
\includegraphics[width=\columnwidth]{assets/img/inc_cmp_lns.pdf} \includegraphics[width=\columnwidth]{assets/img/inc_cmp_lns.pdf}
\caption{\label{subfig:inc-cmp-lns}GBAC} \caption{\label{subfig:inc-cmp-lns}GBAC}
\end{subfigure} \end{subfigure}
@ -651,11 +651,11 @@ The main decisions are to assign courses to periods, which is done via the varia
\cref{lst:6-free-period} shows the neighbourhood chosen, which randomly picks one period and frees all courses that are assigned to it. \cref{lst:6-free-period} shows the neighbourhood chosen, which randomly picks one period and frees all courses that are assigned to it.
\begin{figure} \begin{figure}
\begin{subfigure}[b]{0.5\linewidth} \begin{subfigure}[b]{0.49\linewidth}
\includegraphics[width=\columnwidth]{assets/img/inc_obj_gecode_gbac.pdf} \includegraphics[width=\columnwidth]{assets/img/inc_obj_gecode_gbac.pdf}
\caption{\label{subfig:inc-obj-gecode-gbac}\gls{gecode}} \caption{\label{subfig:inc-obj-gecode-gbac}\gls{gecode}}
\end{subfigure} \end{subfigure}
\begin{subfigure}[b]{0.5\linewidth} \begin{subfigure}[b]{0.49\linewidth}
\includegraphics[width=\columnwidth]{assets/img/inc_obj_chuffed_gbac.pdf} \includegraphics[width=\columnwidth]{assets/img/inc_obj_chuffed_gbac.pdf}
\caption{\label{subfig:inc-obj-chuffed-gbac}\gls{chuffed}} \caption{\label{subfig:inc-obj-chuffed-gbac}\gls{chuffed}}
\end{subfigure} \end{subfigure}
@ -683,11 +683,11 @@ The model uses the variables \mzninline{assign} for deciding which order is assi
These orders can then be freely reassigned to any other slab. These orders can then be freely reassigned to any other slab.
\begin{figure} \begin{figure}
\begin{subfigure}[b]{0.5\linewidth} \begin{subfigure}[b]{0.49\linewidth}
\includegraphics[width=\columnwidth]{assets/img/inc_obj_gecode_steelmillslab.pdf} \includegraphics[width=\columnwidth]{assets/img/inc_obj_gecode_steelmillslab.pdf}
\caption{\label{subfig:inc-obj-gecode-steelmillslab}\gls{gecode}} \caption{\label{subfig:inc-obj-gecode-steelmillslab}\gls{gecode}}
\end{subfigure} \end{subfigure}
\begin{subfigure}[b]{0.5\linewidth} \begin{subfigure}[b]{0.49\linewidth}
\includegraphics[width=\columnwidth]{assets/img/inc_obj_chuffed_steelmillslab.pdf} \includegraphics[width=\columnwidth]{assets/img/inc_obj_chuffed_steelmillslab.pdf}
\caption{\label{subfig:inc-obj-chuffed-steelmillslab}\gls{chuffed}} \caption{\label{subfig:inc-obj-chuffed-steelmillslab}\gls{chuffed}}
\end{subfigure} \end{subfigure}
@ -716,11 +716,11 @@ The decision variables in \gls{array} \mzninline{s} represent the start times of
It randomly selects a time interval of one-tenth the length of the planning horizon and frees all tasks starting in that time interval, which allows a reshuffling of these tasks. It randomly selects a time interval of one-tenth the length of the planning horizon and frees all tasks starting in that time interval, which allows a reshuffling of these tasks.
\begin{figure} \begin{figure}
\begin{subfigure}[b]{0.5\linewidth} \begin{subfigure}[b]{0.49\linewidth}
\includegraphics[width=\columnwidth]{assets/img/inc_obj_gecode_rcpspw.pdf} \includegraphics[width=\columnwidth]{assets/img/inc_obj_gecode_rcpspw.pdf}
\caption{\label{subfig:inc-obj-gecode-rcpspw}\gls{gecode}} \caption{\label{subfig:inc-obj-gecode-rcpspw}\gls{gecode}}
\end{subfigure} \end{subfigure}
\begin{subfigure}[b]{0.5\linewidth} \begin{subfigure}[b]{0.49\linewidth}
\includegraphics[width=\columnwidth]{assets/img/inc_obj_chuffed_rcpspw.pdf} \includegraphics[width=\columnwidth]{assets/img/inc_obj_chuffed_rcpspw.pdf}
\caption{\label{subfig:inc-obj-chuffed-rcpspw}\gls{chuffed}} \caption{\label{subfig:inc-obj-chuffed-rcpspw}\gls{chuffed}}
\end{subfigure} \end{subfigure}