|
PρLog
PρLog is an experimental tool that extends logic programming with strategic conditional transformation rules, combining Prolog with ρLog calculus. It deals with hedges, transforming them by conditional rules. Transformations are nondeterministic and may yield several results. Strategies provide a control on rule applications in a declarative way. The rules apply matching to the whole input hedge (or, if it is a single term, apply at the top position). Four different types of variables give the user flexible control on selecting terms in hedges or subterms in terms. As a result, the obtained code is usually quite short and declaratively clear.
Implementation language: Prolog.
Flat Matching
Implements the flat matching procedure and its
modifications described in
this paper.
Implementation language: Mathematica.
Solver for Well-Moded Regular Constraints
Implements an algorithm for solving well-moded
regular constraints. The constraints consist of equational and
membership constraint parts built over the alphabet of flexible arity
function symbols and individual, sequence, function, and context variables.
Subsumes matching with regular constraints described below.
Implementation language: Prolog.
Matching with Regular Constraints
Implements an algorithm
for solving context sequence matching problems with regular constraints.
Implementation language: Prolog.
Theorema Packages
The following packages are part of the
Theorema system.
They are implemented in Mathematica (4.0 and later):
Constraint Solver for Strict Polynomial Inequalities
Developed in the project
"Proving and Solving over the Reals".
Implements the generalized
bisection method. Implementation language: C. Not maintained anymore.
|

