crown
1.0.0
|
Go to the source code of this file.
Functions | |
pelib::Algebra | frequency_height (const pelib::Algebra &input) |
float | frequency_height_complexity (const pelib::Algebra &input) |
const pelib::crown::CrownScaling * | crown_scale (size_t argc, char **argv) |
void | crown_delete (pelib::Algebra *mapping) |
void crown_delete | ( | pelib::Algebra * | mapping | ) |
const pelib::crown::CrownScaling* crown_scale | ( | size_t | argc, |
char ** | argv | ||
) |
pelib::Algebra frequency_height | ( | const pelib::Algebra & | input | ) |
Run the Height frequency scaling heuristic and add the frequency vector to the Algebra collection
float frequency_height_complexity | ( | const pelib::Algebra & | input | ) |
Run the number of instructions as computed by a time complexity analysis of the Height frequency scaling heuristic with the given input problem
Definition at line 339 of file frequency.cpp.