tex: NFBP math impl
這個提交存在於:
父節點
ac6c443beb
當前提交
bfbad23aed
共有 1 個檔案被更改,包括 15 行新增 和 0 行删除
|
|
@ -132,6 +132,21 @@ We use the following variables in our algorithms and models :
|
|||
|
||||
\end{itemize}
|
||||
|
||||
Mathematically, the NFBP algorithm imposes the following constraint on the first box :
|
||||
|
||||
\begin{align*}
|
||||
T_1 = k \iff & U_1 + U_2 + \ldots + U_{k-1} < 1 \\
|
||||
\text{ and } & U_1 + U_2 + \ldots + U_{k} \geq 1 \qquad \text{ with } k \geq 2
|
||||
\end{align*}
|
||||
|
||||
|
||||
\subsection{Implementation and results}
|
||||
|
||||
We implemented the NFBP algorithm in Python, for it's ease of use and broad
|
||||
recommendation.
|
||||
|
||||
|
||||
|
||||
\cite{hofri:1987}
|
||||
% TODO mettre de l'Histoire
|
||||
|
||||
|
|
|
|||
載入中…
新增問題並參考