DisjunctiveConstraintTerm
protocol DisjunctiveConstraintTerm
A predicate in a disjunctive constraint.
-
The constituent constraints of the predicate.
Declaration
Swift
var constraints: ConstraintSet { get } -
The penalties associated with this predicate during constraint solving.
Declaration
Swift
var penalties: Int { get }
View on GitHub