Package edu.udel.cis.vsl.sarl.simplify.IF
package edu.udel.cis.vsl.sarl.simplify.IF
Interfaces for the simplification of symbolic expressions. Entry point:
Simplify
.-
ClassDescriptionProvides a partition of the set of conjunctive clauses of a
BooleanExpression
(the context) and a method to use that partition for context minimization.An abstract representation of a set ofNumber
s.A categorization of ranges based on their relationship to 0.Factory for producing instances ofRange
.A simplifier is an object for simplifying symbolic expressions.A factory for producing instances ofSimplifier
.Entry point for module "simplify", providing static method to create basic simplifiers, simplifier factories, and range factories.