Subtraction(Sca, Term) | Substracts a term from a scalar; and returns the resulting linear expression. |
Subtraction(Term, Sca) | Substracts a scalar from a term; and returns the resulting linear expression. |
Subtraction(Term, Term) | Substracts one term from another; and returns the resulting linear expression. |
Subtraction(Term, Var) | Substracts a variable from a term; and returns the resulting linear expression. |
Subtraction(Term, VarD0) | Substracts a variable from a term; and returns the resulting linear expression. |
Subtraction(Var, Term) | Substracts a term from a variable; and returns the resulting linear expression. |
Subtraction(VarD0, Term) | Substracts a term from a variable; and returns the resulting linear expression. |