Class RosettaSimpleSystemSolver

java.lang.Object
com.regnosys.rosetta.utils.RosettaSimpleSystemSolver

public class RosettaSimpleSystemSolver extends Object
An solver for simple systems of equations of Rosetta expressions. Definition of a "simple" equation: 1. Left and right hand side only contain literals and variables. 2. Each equation contains at most a single variable to solve to. 3. The solution does not contain free variables.