- Removed debugging print functions
- Additional performance boost
- Refactored code
- Changed api to use of bigrational instead of string numbers
- Updated documentation
- Significant performance boost by only solving equations with changed vars
- Added utility methods to apply a function to a minimum, increment or maximum
- Switched to nuget Utils library
- Removed dependencies on FsCheck and Unquote
- Added complex medication calculation model example
- First working release
- Create a set of product and sum equations
- Set variable properties
- Solve the set of equations
- Print out the results
- Added documentation setup
- Added test project