adding the problem configuration interface to irace interface

problem_config_mapping created
This commit is contained in:
aaziz-alaoui 2020-10-01 15:55:30 +02:00
commit e79679b3c9
14462 changed files with 182271 additions and 6 deletions

View file

@ -0,0 +1,22 @@
\hypertarget{namespaceeo_1_1mpi_1_1_channel}{}\doxysection{eo\+::mpi\+::Channel Namespace Reference}
\label{namespaceeo_1_1mpi_1_1_channel}\index{eo::mpi::Channel@{eo::mpi::Channel}}
Tags used in M\+PI messages for framework communication.
\doxysubsection*{Variables}
\begin{DoxyCompactItemize}
\item
\mbox{\Hypertarget{namespaceeo_1_1mpi_1_1_channel_a82d6fcf177498db9a16a69b90a9cc768}\label{namespaceeo_1_1mpi_1_1_channel_a82d6fcf177498db9a16a69b90a9cc768}}
const int {\bfseries Commands} = 0
\item
\mbox{\Hypertarget{namespaceeo_1_1mpi_1_1_channel_a393bacc7fdb706599e51a4cc04ff8190}\label{namespaceeo_1_1mpi_1_1_channel_a393bacc7fdb706599e51a4cc04ff8190}}
const int {\bfseries Messages} = 1
\end{DoxyCompactItemize}
\doxysubsection{Detailed Description}
Tags used in M\+PI messages for framework communication.
These tags are used for framework communication and fits \char`\"{}channels\char`\"{}, so as to differentiate when we\textquotesingle{}re sending an order to a worker (Commands) or data (Messages). They are not reserved by the framework and can be used by the user, but he is not bound to.