Namespaces |
namespace | pelib |
namespace | pelib::crown |
Defines |
#define | debug(var) cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << var << "\"" << endl; |
#define | return_now_if_best(solution) |
Functions |
Algebra | pelib::crown::crown_binary_simple (const Algebra &taskgraph, unsigned int precision) |
Algebra | pelib::crown::crown_binary_idle (const Algebra &taskgraph, unsigned int precision) |
Algebra | pelib::crown::crown_binary_off (const Algebra &taskgraph, unsigned int precision) |
Algebra | pelib::crown::crown_binary (const Algebra &taskgraph, unsigned int precision) |
Algebra | pelib::crown::crown_binary_annealing_allocation (const Algebra &initial, float temperature, float cooling, float final, int max_transform, int max_new_state, float distance) |
Algebra | pelib::crown::crown_annealing_allocation_idle (const Algebra &initial, float temperature, float cooling, float final, int max_transform, int max_new_state, float distance) |
Algebra | pelib::crown::crown_annealing_allocation_off (const Algebra &initial, float temperature, float cooling, float final, int max_transform, int max_new_state, float distance) |
Algebra | pelib::crown::crown_annealing_allocation_simple (const Algebra &initial, float temperature, float cooling, float final, int max_transform, int max_new_state, float distance) |
Algebra | pelib::crown::crown_binary_annealing_allocation_idle (const Algebra &initial, float temperature, float cooling, float final, int max_transform, int max_new_state, float distance) |
Algebra | pelib::crown::crown_binary_annealing_allocation_off (const Algebra &initial, float temperature, float cooling, float final, int max_transform, int max_new_state, float distance) |
Algebra | pelib::crown::crown_binary_annealing_allocation_simple (const Algebra &initial, float temperature, float cooling, float final, int max_transform, int max_new_state, float distance) |
Algebra | pelib::crown::crown_binary_annealing_efficiency_simple (const Algebra &schedule, float temperature, float cooling, float final, int max_transform, int max_new_state, float distance) |
Algebra | pelib::crown::crown_binary_annealing_efficiency_idle (const Algebra &schedule, float temperature, float cooling, float final, int max_transform, int max_new_state, float distance) |
Algebra | pelib::crown::crown_binary_annealing_efficiency_off (const Algebra &schedule, float temperature, float cooling, float final, int max_transform, int max_new_state, float distance) |
float | pelib::crown::crown_binary_complexity (const Algebra &schedule, unsigned int precision) |
Variables |
const long long int | pelib::crown::nsec_in_sec = 1000000000 |