Expression

open class Expression

Represents a relationship between a set of Terms and a constant value. This allows the modeling of linear relationships of the form: 10x -5y + 11.

Properties

Link copied to clipboard

Provides the Expression's value directly, and does not treat its contents as variables when used in a Constraint. This means the Expression's variables won't be altered to try and satisfy the constraint.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String