Documentation of 'org.matheclipse.combinatoric.IStepVisitor' Java class
IStepVisitor
org.matheclipse.combinatoric

Interface IStepVisitor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int[] getMultisetArray()
      Get the sorted multi-set array indices, which should be transformed.
      boolean visit(int[] result)
      Get the current result of the combinatorics algorithm step.
      boolean visit(int[][] result)
      Get the current result of the combinatorics algorithm step.
    • Method Detail

      • visit

        boolean visit(int[][] result)
        Get the current result of the combinatorics algorithm step.
        Parameters:
        result -
        Returns:
        false if the combinatorics algorithm should stop immediately; true otherwise.
      • visit

        boolean visit(int[] result)
        Get the current result of the combinatorics algorithm step.
        Parameters:
        result -
        Returns:
        false if the combinatorics algorithm should stop immediately; true otherwise.
      • getMultisetArray

        int[] getMultisetArray()
        Get the sorted multi-set array indices, which should be transformed.
        Returns:

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.