GenSolver


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 CaseDescription
ProductEquation(Variable,Variable list)
Signature: Variable * Variable list
SumEquation(Variable,Variable list)
Signature: Variable * Variable list
Fork me on GitHub