UnificationDirection
enum UnificationDirection
When calling Constraint#addLess(p1, p2, ...)
, the caller might end up
unifying one parameter with the other, this enum lets addLess
know which
direction the unification will take.
When calling Constraint#addLess(p1, p2, ...)
, the caller might end up
unifying one parameter with the other, this enum lets addLess
know which
direction the unification will take.