GAMS  1.4.0
gams::algorithms::AlgorithmMetaData Class Reference

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...
 

Detailed Description

A helper class for algorithm information.

Definition at line 74 of file Executor.h.

Member Data Documentation

◆ args

madara::knowledge::KnowledgeMap gams::algorithms::AlgorithmMetaData::args

arguments to the algorithm

Definition at line 84 of file Executor.h.

◆ id

std::string gams::algorithms::AlgorithmMetaData::id

the id of the algorithm to create

Definition at line 81 of file Executor.h.

◆ max_time

double gams::algorithms::AlgorithmMetaData::max_time

maximum time to run the algorithm

Definition at line 87 of file Executor.h.

◆ precond

std::string gams::algorithms::AlgorithmMetaData::precond

a KaRL precondition

Definition at line 78 of file Executor.h.


The documentation for this class was generated from the following file: