Class OptimizerMinimal

  • All Implemented Interfaces:
    Rewrite

    public class OptimizerMinimal
    extends java.lang.Object
    implements Rewrite
    The minimal optimizer. This does property functions and nested variable renaming but no other transformations of the algebra expression.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Op rewrite​(Op op)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OptimizerMinimal

        public OptimizerMinimal​(Context context)