pub type Constraints = SmallVec<[usize; 5]>;
Constraint set for existentially quantified variables in a learned clause.
pub struct Constraints { /* private fields */ }