|
GAMS
1.2.2
|
A helper class for algorithm information. More...
#include <Executor.h>
Public Attributes | |
| madara::knowledge::KnowledgeMap | args |
| arguments to the algorithm More... | |
| std::string | id |
| the id of the algorithm to create More... | |
| double | max_time |
| maximum time to run the algorithm More... | |
| std::string | precond |
| a KaRL precondition More... | |
A helper class for algorithm information.
Definition at line 74 of file Executor.h.
| madara::knowledge::KnowledgeMap gams::algorithms::AlgorithmMetaData::args |
arguments to the algorithm
Definition at line 84 of file Executor.h.
| std::string gams::algorithms::AlgorithmMetaData::id |
the id of the algorithm to create
Definition at line 81 of file Executor.h.
| double gams::algorithms::AlgorithmMetaData::max_time |
maximum time to run the algorithm
Definition at line 87 of file Executor.h.
| std::string gams::algorithms::AlgorithmMetaData::precond |
a KaRL precondition
Definition at line 78 of file Executor.h.