Interface WeightCombiner


public interface WeightCombiner
Binary operator for edge weights. There are some prewritten operators.
  • Field Details

  • Method Details

    • combine

      double combine(double a, double b)
      Combines two weights.
      Parameters:
      a - first weight
      b - second weight
      Returns:
      result of the operator