-
Notifications
You must be signed in to change notification settings - Fork 1
/
CD.tex
19 lines (18 loc) · 1.33 KB
/
CD.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\chapter{Contents of the enclosed CD}
\dirtree{%
.1 /.
.2 thesis/ \DTcomment{\begin{minipage}[t]{8cm}folder with files related to the thesis\end{minipage}}.
.3 data/ \DTcomment{\begin{minipage}[t]{8cm}dataset for the experiments\end{minipage}}.
.3 sources/.
.4 scripts/ \DTcomment{\begin{minipage}[t]{8cm}scripts performing the experiments\end{minipage}}.
.3 thesis.pdf \DTcomment{\begin{minipage}[t]{8cm}digital copy of the thesis\end{minipage}}.
.2 polyopt/ \DTcomment{\begin{minipage}[t]{8cm}the polyopt package\end{minipage}}.
.3 polyopt/ \DTcomment{\begin{minipage}[t]{8cm}sources of the polyopt package\end{minipage}}.
.3 tests/ \DTcomment{\begin{minipage}[t]{8cm}unit tests\end{minipage}}.
.3 demoPOPSolver.py \DTcomment{\begin{minipage}[t]{8cm}polynomial optimization demo\end{minipage}}.
.3 demoPSSolver.py \DTcomment{\begin{minipage}[t]{8cm}polynomial systems solving demo\end{minipage}}.
.3 demoSDPSolver.py \DTcomment{\begin{minipage}[t]{8cm}semidefinite programming demo\end{minipage}}.
.3 setup.py \DTcomment{\begin{minipage}[t]{8cm}install script\end{minipage}}.
.2 momentMethod/ \DTcomment{\begin{minipage}[t]{8cm}MATLAB implementation of the moment method\end{minipage}}.
.3 solve.m \DTcomment{\begin{minipage}[t]{8cm}MATLAB function implementing the moment method\end{minipage}}.
}