pub trait ConstraintArrayLogicOps<'model>: Sealed {
// Required methods
fn and(self) -> Constraint<'model>;
fn or(self) -> Constraint<'model>;
}Expand description
Logical operations on slices of Constraints/BoolVars
pub trait ConstraintArrayLogicOps<'model>: Sealed {
// Required methods
fn and(self) -> Constraint<'model>;
fn or(self) -> Constraint<'model>;
}Logical operations on slices of Constraints/BoolVars