Class CompareRewriter

java.lang.Object
com.semedy.reasoner.rewriter.CompareRewriter
All Implemented Interfaces:
Rewriter

public class CompareRewriter extends Object implements Rewriter
This rewriter deals with size comparisons.
A greater is substituted by less.
A less(X,c), c a direct encoded constant is substituted by _directless
less (c1,c2), c1,c2 constants, is directly evaluated
Author:
angele
  • Constructor Details

    • CompareRewriter

      public CompareRewriter()
  • Method Details