defense/src/lst/alsk/grasp_links.tex

14 lines
541 B
TeX

\begin{cppcode}
template<
typename Problem, typename Solution
>
using SkelGraspLinks =
L<FarmSel, |\textcolor{colFSr}{Solution}|(|\textcolor{colFSp0}{Problem}|),
L<Serial, |\textcolor{colSr}{R<1>}|(|\textcolor{colSp0}{P<0>}|),
|\textcolor{colCHr}{Solution}|(|\textcolor{colCHp0}{P<0>}|, |\textcolor{colCHp1}{RNG}|),
|\textcolor{colLSr}{Solution}|(|\textcolor{colLSp0}{R<0>}|, |\textcolor{colLSp1}{RNG}|)
>,
|\textcolor{colSelr}{Solution}|(|\textcolor{colSelp}{Solution}|, |\textcolor{colSelp}{Solution}|)
>;
\end{cppcode}