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§
- The
problems
module 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 theProblemInstance
enum. Finally, theProblemType
enum is provided in order to get the problem type from the instance’s name.
Enums§
- Enum for different probability distribution types.
Traits§
- Contains the methods a
Population
should have.