Package | Description |
---|---|
fuzzydl.milp |
Modifier and Type | Method and Description |
---|---|
java.util.List<Term> |
Inequation.getTerms()
Gets the terms of the expression.
|
java.util.List<Term> |
Expression.getTerms()
Gets the terms of the expression.
|
Modifier and Type | Method and Description |
---|---|
static Expression |
Expression.addTerm(Expression expr,
Term term)
Adds a term to an expression.
|
void |
Expression.addTerm(Term term)
Adds a term to an expression.
|
Constructor and Description |
---|
Expression(double constant,
Term... terms) |
Expression(Term... terms) |