diff options
author | Mendes <mendes.oulamara@pm.me> | 2022-08-19 21:21:41 +0200 |
---|---|---|
committer | Mendes <mendes.oulamara@pm.me> | 2022-08-19 21:21:41 +0200 |
commit | 81083dd415664d9c2d35e52eba13826b952c38e6 (patch) | |
tree | 8881f7a0426887052ce1acb473e2767bdc0b15aa /doc/optimal_layout_report/optimal_layout.aux | |
parent | 7b2c065c826a1da54e6c31f76917cb431fd4023b (diff) | |
download | garage-81083dd415664d9c2d35e52eba13826b952c38e6.tar.gz garage-81083dd415664d9c2d35e52eba13826b952c38e6.zip |
Added a first draft version of the algorithm and analysis for the non-strict mode.
Diffstat (limited to 'doc/optimal_layout_report/optimal_layout.aux')
-rw-r--r-- | doc/optimal_layout_report/optimal_layout.aux | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/optimal_layout_report/optimal_layout.aux b/doc/optimal_layout_report/optimal_layout.aux index fe8b0891..9e779514 100644 --- a/doc/optimal_layout_report/optimal_layout.aux +++ b/doc/optimal_layout_report/optimal_layout.aux @@ -7,26 +7,29 @@ \@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Optimal assignment}{2}{}\protected@file@percent } \newlabel{sec:opt_assign}{{2.1}{2}} \@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces On the left, the creation of a concrete assignment with the naive approach of repeating tokens. On the right, the zones containing the nodes.}}{4}{}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Flow problem to compute and optimal assignment.}}{4}{}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {2.2}Minimal transfer}{5}{}\protected@file@percent } \newlabel{hyp:A}{{{H3A}}{5}} \newlabel{hyp:B}{{{H3B}}{5}} +\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Flow problem to compute and optimal assignment.}}{5}{}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {A)}Minimizing the zone discrepancy}{6}{}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces On the left: the graph $G_T$ encoding an assignment to minimize the zone discrepancy. On the right: the graph $G_T$ encoding an assignment to minimize the node discrepancy.}}{7}{}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {B)}Minimizing the node discrepancy}{8}{}\protected@file@percent } -\@writefile{toc}{\contentsline {subsubsection}{\numberline {C)}Linear combination of both criteria}{8}{}\protected@file@percent } +\@writefile{toc}{\contentsline {subsubsection}{\numberline {C)}Linear combination of both criteria}{9}{}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {2.3}Algorithm}{9}{}\protected@file@percent } \@writefile{loa}{\contentsline {algorithm}{\numberline {1}{\ignorespaces Optimal 3-strict assignment}}{9}{}\protected@file@percent } \newlabel{alg:total}{{1}{9}} -\@writefile{toc}{\contentsline {section}{\numberline {3}TODO}{9}{}\protected@file@percent } \@writefile{loa}{\contentsline {algorithm}{\numberline {2}{\ignorespaces Computation of the optimal utilization}}{10}{}\protected@file@percent } \newlabel{alg:util}{{2}{10}} \newlabel{lin:subutil}{{2}{10}} \newlabel{lin:loopsub}{{3}{10}} \newlabel{lin:findmin}{{4}{10}} -\@writefile{loa}{\contentsline {algorithm}{\numberline {3}{\ignorespaces Computation of a candidate assignment}}{10}{}\protected@file@percent } -\newlabel{alg:opt}{{3}{10}} +\@writefile{loa}{\contentsline {algorithm}{\numberline {3}{\ignorespaces Computation of a candidate assignment}}{11}{}\protected@file@percent } +\newlabel{alg:opt}{{3}{11}} \@writefile{loa}{\contentsline {algorithm}{\numberline {4}{\ignorespaces Minimization of the number of transfers}}{11}{}\protected@file@percent } \newlabel{alg:mini}{{4}{11}} \newlabel{lin:repeat}{{3}{11}} -\gdef \@abspage@last{11} +\@writefile{toc}{\contentsline {section}{\numberline {3}Computation of a 3-non-strict assignment}{11}{}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Choices of optimality}{11}{}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Computation of a candidate assignment}{11}{}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}Maximal spread and minimal transfers}{12}{}\protected@file@percent } +\gdef \@abspage@last{13} |