Skip to main content

Solution

Type Alias Solution 

Source
pub type Solution<D> = Vec<<D as Domain>::Value>;
Expand description

Solution type: a vector of values indexed by variable ID.

Aliased Typeยง

pub struct Solution<D> { /* private fields */ }