Crate permu_rs

Source
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 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 the ProblemInstance enum. Finally, the ProblemTypeenum 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 Population should have.