Solver
Namespace: Informedica.GenSolver.Lib
Implementations of solvers for product equations sum equations and a set of product and/or sum equations
Nested types and modules
Type | Description |
Result | The |
Functions and values
Function or value | Description |
contains eq eqs
Signature: eq:'?6995 -> eqs:'?6995 list -> bool
Type parameters: '?6995 |
Checks whether a list of |
replace vs es
Signature: vs:Variable list -> es:Equation list -> Equation list * Equation list
|
Replace a list of |
solve vr eqs
Signature: vr:Variable -> eqs:Equation list -> Equation list
|
Create the equation solver using a product equation and a sum equation solver and function to determine whether an equation is solved |
solveEquation e
Signature: e:Equation -> Result
|
Solve the equation |