Skip to content

Commit

Permalink
Report N-Fold IP introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
frblazquez committed Jan 8, 2021
1 parent 6599c55 commit a1c9c6f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
Binary file modified Report/Graver_Basis.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Report/Graver_Basis_tex/Thesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@

\input{src/2.GraverBasis} % Graver Basis definition and properties

%\input{src/3.NFold} % Fundamentals
\input{src/3.NFold} % Fundamentals

%\input{src/4.NFoldAugmentation} % N-Fold augmentation algorithm

Expand Down
24 changes: 24 additions & 0 deletions Report/Graver_Basis_tex/src/3.NFold.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
\chapter{N-Fold} \label{methodology}

% De Loera, Hemmecke, Onn and Weismantel 2006 paper


A generalized N-Fold IP has constriction matrix A of the form ($A_i \in \mathbb{Z}^{rxt}, B_i \in \mathbb{Z}^{sxt}$):\\
\begin{equation*}
N =
\begin{pmatrix}
A_1 & A_2 & \cdots & A_n \\
B_1 & 0 & \cdots & 0 \\
0 & B_2 & \cdots & 0 \\
\vdots & \vdots & \ddots & \vdots \\
0 & 0 & \cdots & B_n
\end{pmatrix}
\end{equation*}

% TODO - ADD:
% Presentation of the N-Fold IP (generalized or not??)
% Particularities
% Steinitz Lemma? Or beter in next section?
% Theoretical justification of N-Fold being polynomially solvable


0 comments on commit a1c9c6f

Please sign in to comment.