Class ConstraintFormula

    • Constructor Detail

      • ConstraintFormula

        public ConstraintFormula()
    • Method Detail

      • reduce

        public abstract ConstraintFormula.ReductionResult reduce​(BoundSet currentBoundSet)
        A formula is reduced to one or both of: i) A bound or bound set, which is to be incorporated with the "current" bound set. Initially, the current bound set is empty. ii) Further constraint formulas, which are to be reduced recursively.