1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
\hypertarget{structfclib__info}{\subsection{fclib\-\_\-info Struct Reference}
\label{structfclib__info}\index{fclib\-\_\-info@{fclib\-\_\-info}}
}
This structure allows the user to enter a problem information as a title, a short description and known mathematical properties of the problem.
{\ttfamily \#include $<$fclib.\-h$>$}
\subsubsection*{Public Attributes}
\begin{DoxyCompactItemize}
\item
char $\ast$ \hyperlink{structfclib__info_a4ea1b298e3aa7228a5f2a55f711f41d2}{title}
\begin{DoxyCompactList}\small\item\em title of the problem \end{DoxyCompactList}\item
char $\ast$ \hyperlink{structfclib__info_a0c1680fee67eaf7b20c436a775d4f35d}{description}
\begin{DoxyCompactList}\small\item\em short decription of the problem \end{DoxyCompactList}\item
char $\ast$ \hyperlink{structfclib__info_ad6dadb3af34a719e5ec3cab2d499c7f2}{math\-\_\-info}
\begin{DoxyCompactList}\small\item\em known properties of the problem (existence, uniqueness, ...) \end{DoxyCompactList}\end{DoxyCompactItemize}
\subsubsection{Detailed Description}
This structure allows the user to enter a problem information as a title, a short description and known mathematical properties of the problem.
Definition at line 91 of file fclib.\-h.
\subsubsection{Member Data Documentation}
\hypertarget{structfclib__info_a4ea1b298e3aa7228a5f2a55f711f41d2}{\index{fclib\-\_\-info@{fclib\-\_\-info}!title@{title}}
\index{title@{title}!fclib_info@{fclib\-\_\-info}}
\paragraph[{title}]{\setlength{\rightskip}{0pt plus 5cm}char$\ast$ fclib\-\_\-info\-::title}}\label{structfclib__info_a4ea1b298e3aa7228a5f2a55f711f41d2}
title of the problem
Definition at line 94 of file fclib.\-h.
Referenced by compare\-\_\-infos(), delete\-\_\-info(), problem\-\_\-info(), read\-\_\-problem\-\_\-info(), and write\-\_\-problem\-\_\-info().
\hypertarget{structfclib__info_a0c1680fee67eaf7b20c436a775d4f35d}{\index{fclib\-\_\-info@{fclib\-\_\-info}!description@{description}}
\index{description@{description}!fclib_info@{fclib\-\_\-info}}
\paragraph[{description}]{\setlength{\rightskip}{0pt plus 5cm}char$\ast$ fclib\-\_\-info\-::description}}\label{structfclib__info_a0c1680fee67eaf7b20c436a775d4f35d}
short decription of the problem
Definition at line 96 of file fclib.\-h.
Referenced by compare\-\_\-infos(), delete\-\_\-info(), problem\-\_\-info(), read\-\_\-problem\-\_\-info(), and write\-\_\-problem\-\_\-info().
\hypertarget{structfclib__info_ad6dadb3af34a719e5ec3cab2d499c7f2}{\index{fclib\-\_\-info@{fclib\-\_\-info}!math\-\_\-info@{math\-\_\-info}}
\index{math\-\_\-info@{math\-\_\-info}!fclib_info@{fclib\-\_\-info}}
\paragraph[{math\-\_\-info}]{\setlength{\rightskip}{0pt plus 5cm}char$\ast$ fclib\-\_\-info\-::math\-\_\-info}}\label{structfclib__info_ad6dadb3af34a719e5ec3cab2d499c7f2}
known properties of the problem (existence, uniqueness, ...)
Definition at line 98 of file fclib.\-h.
Referenced by compare\-\_\-infos(), delete\-\_\-info(), problem\-\_\-info(), read\-\_\-problem\-\_\-info(), and write\-\_\-problem\-\_\-info().
|