GenSolver


GenSolver

Informedica.GenSolver Namespace

ModuleDescription
Api

Public funtions to use the library

Informedica.GenSolver.Dtos Namespace

ModuleDescription
Equation

Functions for Equation dto type

Variable

Handle the creation of a Variable from a Dto and vice versa.

Informedica.GenSolver.Lib Namespace

ModuleDescription
Equation

Functions that handle the Equation type that either represents a ProductEquation
y = x1 * x2 ... * xn
or a SumEquations
y = x1 * x2
... * xn

Solver

Implementations of solvers for product equations sum equations and a set of product and/or sum equations

Variable

Contains functions and types to represent a Variable in an Equation:

Informedica.GenSolver.Utils Namespace

ModuleDescription
Array

Helper functions for Array

BigRational

Helper functions for BigRational

List

Helper functions for List

NullCheck

Function to perform a safe null check

Option

Helper functions for Option

String

Helper functions for System.String

Fork me on GitHub