unique-logic-tf: Solve simple simultaneous equations

[ bsd3, library, logic-programming ] [ Propose Tags ]

Solve a number of equations simultaneously. This is not Computer Algebra, better think of a kind of type inference algorithm or logic programming with only one allowed solution.

Only one solution is computed. Simultaneous equations with multiple solutions are not allowed. However, variables may remain undefined. The solver may optionally check for consistency. It does not do so by default since with floating point numbers or symbolic expressions even simple rules may not be consistent.

The modules ordered with respect to abstraction level are:

This variant of the package requires type families.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.4, 0.4.0.1, 0.4.1, 0.4.1.1, 0.4.1.2, 0.5, 0.5.0.1, 0.5.0.2, 0.5.1
Dependencies base (>=4 && <5), containers (>=0.4 && <0.6), explicit-exception (>=0.1.7 && <0.2), transformers (>=0.2 && <0.4), utility-ht (>=0.0.9 && <0.1) [details]
License BSD-3-Clause
Author Henning Thielemann
Maintainer Henning Thielemann <haskell@henning-thielemann.de>
Category Logic programming
Home page http://code.haskell.org/~thielema/unique-logic-tf/
Source repo this: darcs get http://code.haskell.org/~thielema/unique-logic-tf/ --tag 0.4.0.1
head: darcs get http://code.haskell.org/~thielema/unique-logic-tf/
Uploaded by HenningThielemann at 2013-06-17T09:13:31Z
Distributions LTSHaskell:0.5.1, NixOS:0.5.1, Stackage:0.5.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5912 total (34 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]