Remove unused equation number
This commit is contained in:
parent
c484fea52e
commit
ef1ad4107f
@ -74,14 +74,14 @@ the model.
|
|||||||
|
|
||||||
The following set of equations describe this knapsack problem as a \gls{cop}:
|
The following set of equations describe this knapsack problem as a \gls{cop}:
|
||||||
|
|
||||||
\begin{equation}
|
\begin{equation*}
|
||||||
\text{maximise}~z~\text{subject to}~
|
\text{maximise}~z~\text{subject to}~
|
||||||
\begin{cases}
|
\begin{cases}
|
||||||
S \subseteq T \\
|
S \subseteq T \\
|
||||||
z = \sum_{i \in S} joy(i) \\
|
z = \sum_{i \in S} joy(i) \\
|
||||||
\sum_{i \in S} space(i) < C \\
|
\sum_{i \in S} space(i) < C \\
|
||||||
\end{cases}
|
\end{cases}
|
||||||
\end{equation}
|
\end{equation*}
|
||||||
|
|
||||||
In these equations \(S\) is set \gls{variable}. It contains the selection of
|
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}
|
toys that will be packed for the trip. \(z\) is the objective \gls{variable}
|
||||||
|
Reference in New Issue
Block a user