|
crown
1.0.0
|
#include <CrownConfigOrgan.hpp>
Public Member Functions | |
| Algebra | configure (const Taskgraph &, const Platform &, const Algebra &, map< const string, double > &stats) const |
| std::string | getShortDescription () const |
| ~CrownConfigOrgan () | |
| virtual CrownConfig * | clone () const |
| virtual float | complexity (const Algebra &problem) const |
| virtual float | complexity (const Taskgraph &, const Platform &, const Algebra &) const |
Definition at line 32 of file CrownConfigOrgan.hpp.
Definition at line 119 of file CrownConfigOrgan.cpp.
| CrownConfig * CrownConfigOrgan::clone | ( | ) | const [virtual] |
Implements pelib::crown::CrownConfig.
Definition at line 125 of file CrownConfigOrgan.cpp.
| float CrownConfigOrgan::complexity | ( | const Algebra & | problem | ) | const [virtual] |
Implements pelib::crown::CrownConfig.
Definition at line 131 of file CrownConfigOrgan.cpp.
| float CrownConfigOrgan::complexity | ( | const Taskgraph & | , |
| const Platform & | , | ||
| const Algebra & | |||
| ) | const [virtual] |
Implements pelib::crown::CrownConfig.
Definition at line 137 of file CrownConfigOrgan.cpp.
| Algebra CrownConfigOrgan::configure | ( | const Taskgraph & | , |
| const Platform & | , | ||
| const Algebra & | , | ||
| map< const string, double > & | stats | ||
| ) | const [virtual] |
Implements pelib::crown::CrownConfig.
Definition at line 98 of file CrownConfigOrgan.cpp.
| string CrownConfigOrgan::getShortDescription | ( | ) | const [virtual] |
Implements pelib::crown::CrownConfig.
Definition at line 92 of file CrownConfigOrgan.cpp.