Type Alias equix::SolutionArray

source ·
pub type SolutionArray = ArrayVec<Solution, 8>;
Expand description

A bundle of solutions as returned by one invocation of the solver

The actual number of solutions found is random, depending on the number of collisions that exist. This size is arbitrary, and in the rare case that the solver finds more solutions they are discarded.

Aliased Type§

struct SolutionArray { /* private fields */ }