latest TeX

many new gfx and data
worked on eval
This commit is contained in:
2016-02-10 20:09:23 +01:00
parent d2eec2e633
commit b1da0de3f9
84 changed files with 87408 additions and 53891 deletions

View File

@@ -228,7 +228,7 @@
\alpha =
\begin{cases}
1.0 & \| v_{x',y',z'} - \pathRef \| < \| v_{x,y,z} - \pathRef \| \\
0.2 & \text{else}
0.1 & \text{else}
\end{cases}
\end{split}
\label{eq:transShortestPath}
@@ -254,7 +254,7 @@
\alpha =
\begin{cases}
1.0 & \text{cdst}_{x',y',z'} < \text{cdst}_{x,y,z} \\
0.2 & \text{else}
0.1 & \text{else}
\end{cases}
\end{split}
\label{eq:transMultiPath}