Skip to main content

Constraints

Type Alias Constraints 

Source
pub type Constraints = Arc<[usize]>;
Expand description

Constraint set for existentially quantified variables in a learned clause.

Aliased Typeยง

pub struct Constraints { /* private fields */ }