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);
Creates a new Constraint by specifying a single Expression. This
assumes that the right hand side Expression is the constant zero.
(<expression> <relation> <0>
)
Constraint(this.expression, this.relation);