[][src]Module oars::constructors

Various constructors that implement the OAConstructor trait, and provide methods to generate orthogonal arrays. Each struct contains the configuration parameters necessary for the construction method, and the gen method (from the trait) will construct an orthogonal array from the given parameters.

The description of the construction method will be with the struct that contains the parameters.

Structs

Bose

Generate an orthogonal array with any prime base and a strength of 2

Bush

Generate an orthogonal array with any prime base and a strength between 2 and p + 1