From ef1ad4107f84b55515e6cbf7503b1f2fa82f5cba Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Tue, 13 Apr 2021 12:57:46 +1000 Subject: [PATCH] Remove unused equation number --- chapters/2_background.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/2_background.tex b/chapters/2_background.tex index f63ba3a..0797479 100644 --- a/chapters/2_background.tex +++ b/chapters/2_background.tex @@ -74,14 +74,14 @@ the model. The following set of equations describe this knapsack problem as a \gls{cop}: - \begin{equation} + \begin{equation*} \text{maximise}~z~\text{subject to}~ \begin{cases} S \subseteq T \\ z = \sum_{i \in S} joy(i) \\ \sum_{i \in S} space(i) < C \\ \end{cases} - \end{equation} + \end{equation*} In these equations \(S\) is set \gls{variable}. It contains the selection of toys that will be packed for the trip. \(z\) is the objective \gls{variable}