Predicate
struct Predicate : DisjunctiveConstraintTerm, Hashable, Sendable
extension DisjunctionConstraint.Predicate: CustomStringConvertible
A collection of constraints in a disjunction.
-
The constraints associated with this choice.
Declaration
Swift
let constraints: ConstraintSet -
The penalties associated with this choice.
Declaration
Swift
let penalties: Int -
Declaration
Swift
var description: String { get }
View on GitHub