Constraint(Expression expression, Relation relation)

Creates a new Constraint by specifying a single Expression. This assumes that the right hand side Expression is the constant zero. (<expression> <relation> <0>)

Source

Constraint(this.expression, this.relation);