|
NTPoly
|
A data structure for storing permutations. More...
#include <Permutation.h>
Public Member Functions | |
| Permutation (int matrix_dimension) | |
| Standard constructor. | |
| void | SetDefaultPermutation () |
| Fills the load balancer with a default schedule. | |
| void | SetReversePermutation () |
| Fills the load balancer with a reverse schedule. | |
| void | SetRandomPermutation () |
| Fills the load balancer with a random schedule. | |
Friends | |
| class | SolverParameters |
| class | LoadBalancer |
| class | Matrix_ps |
A data structure for storing permutations.