Equation
Namespace: Informedica.GenSolver.Lib
Parent Module: Equation
An equation is either a ProductEquation
or a Sumequation
, the first variable is the
dependent variable, i.e. the result of the
equation, the second part are the independent
variables in the equation
Union Cases
Union Case | Description |
ProductEquation(Variable,Variable list)
Signature: Variable * Variable list
|
|
SumEquation(Variable,Variable list)
Signature: Variable * Variable list
|