Expand description
§permu-rs
permu-rs is a collection of utilities for permutations. It contains useful tools to
experiment with permutations, different permutation based problems and
bijective-transformations.
Modules§
- errors
- inversion
- permutation
- problems
- The
problemsmodule contains some permutation based problem definitions. This problems are, the quadratic assignment problem (QAP), permutation flowshop scheduling problem (PFSP) and the linear ordering problem (LOP). Problems are intended to be used through theProblemInstanceenum. Finally, theProblemTypeenum is provided in order to get the problem type from the instance’s name. - rim
Enums§
- Distribution
- Enum for different probability distribution types.
Traits§
- Population
- Contains the methods a
Populationshould have.