Class DFQ

java.lang.Object
org.jacop.examples.fd.filters.Filter
org.jacop.examples.fd.filters.DFQ

public class DFQ extends Filter
It specifies DFQ filter benchmark.
Version:
4.10
  • Constructor Details

    • DFQ

      public DFQ()
      It creates a standard DFQ filter problem with addition delay equal 1 and multiplication delay equal 2.
    • DFQ

      public DFQ(int addDel, int mulDel)
      It creates DFQ filter problem with specified delays.
      Parameters:
      addDel - addition delay.
      mulDel - multiplication delay.
  • Method Details

    • names

      public List<String> names()
      Description copied from class: Filter
      It specifies the names of the operations for the representation of the solution in textual form.
      Specified by:
      names in class Filter
      Returns:
      list of names.
    • namesPipeline

      public List<String> namesPipeline()
      Description copied from class: Filter
      It specifies the names of the operations for the textual representation of the pipelined solution.
      Specified by:
      namesPipeline in class Filter
      Returns:
      list of names.