Description
Use SMT solvers to solve linear systems over integers and rationals.
Description
Solve linear systems of equations over integers and rationals, using an SMT solver.
linearEqSolver is hosted at GitHub: http://github.com/LeventErkok/linearEqSolver. Comments, bug reports, and patches are always welcome.
Release notes can be seen at: http://github.com/LeventErkok/linearEqSolver/blob/master/CHANGES.md
README.md
linearEqSolver
Solve systems of linear equations, using SMT solvers. Both integer only solutions and solutions over rationals are supported. Either single solutions, or all solutions can be computed. See the inline comments in the haddock documentation for example use cases.