Class LazyMax


public class LazyMax
extends LazyCombiner
Represent the max of two other LazyWeight
Author:
posenato
  • Constructor Details

    • LazyMax

      public LazyMax​(org.apache.commons.math3.fraction.Fraction x1, LazyWeight op_1, LazyWeight op_2, boolean onlyIfNeg, boolean onlyIfNegOp1, boolean onlyIfNegOp2)
  • Method Details