From eda9a60711093b84e8a8f359570baf048600ec14 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Sun, 18 Jul 2021 16:51:48 +1000 Subject: [PATCH] Fix overfull errors --- chapters/5_incremental.tex | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/chapters/5_incremental.tex b/chapters/5_incremental.tex index 4d1c621..6efc114 100644 --- a/chapters/5_incremental.tex +++ b/chapters/5_incremental.tex @@ -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{}. \begin{figure} - \begin{subfigure}[b]{0.5\linewidth} + \begin{subfigure}[b]{0.49\linewidth} \includegraphics[width=\columnwidth]{assets/img/inc_cmp_lex.pdf} \caption{\label{subfig:inc-cmp-lex}Radiation} \end{subfigure} - \begin{subfigure}[b]{0.5\linewidth} + \begin{subfigure}[b]{0.49\linewidth} \includegraphics[width=\columnwidth]{assets/img/inc_cmp_lns.pdf} \caption{\label{subfig:inc-cmp-lns}GBAC} \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. \begin{figure} - \begin{subfigure}[b]{0.5\linewidth} + \begin{subfigure}[b]{0.49\linewidth} \includegraphics[width=\columnwidth]{assets/img/inc_obj_gecode_gbac.pdf} \caption{\label{subfig:inc-obj-gecode-gbac}\gls{gecode}} \end{subfigure} - \begin{subfigure}[b]{0.5\linewidth} + \begin{subfigure}[b]{0.49\linewidth} \includegraphics[width=\columnwidth]{assets/img/inc_obj_chuffed_gbac.pdf} \caption{\label{subfig:inc-obj-chuffed-gbac}\gls{chuffed}} \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. \begin{figure} - \begin{subfigure}[b]{0.5\linewidth} + \begin{subfigure}[b]{0.49\linewidth} \includegraphics[width=\columnwidth]{assets/img/inc_obj_gecode_steelmillslab.pdf} \caption{\label{subfig:inc-obj-gecode-steelmillslab}\gls{gecode}} \end{subfigure} - \begin{subfigure}[b]{0.5\linewidth} + \begin{subfigure}[b]{0.49\linewidth} \includegraphics[width=\columnwidth]{assets/img/inc_obj_chuffed_steelmillslab.pdf} \caption{\label{subfig:inc-obj-chuffed-steelmillslab}\gls{chuffed}} \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. \begin{figure} - \begin{subfigure}[b]{0.5\linewidth} + \begin{subfigure}[b]{0.49\linewidth} \includegraphics[width=\columnwidth]{assets/img/inc_obj_gecode_rcpspw.pdf} \caption{\label{subfig:inc-obj-gecode-rcpspw}\gls{gecode}} \end{subfigure} - \begin{subfigure}[b]{0.5\linewidth} + \begin{subfigure}[b]{0.49\linewidth} \includegraphics[width=\columnwidth]{assets/img/inc_obj_chuffed_rcpspw.pdf} \caption{\label{subfig:inc-obj-chuffed-rcpspw}\gls{chuffed}} \end{subfigure}