Package org.jacop.examples.fd.filters
Class DFQ
java.lang.Object
org.jacop.examples.fd.filters.Filter
org.jacop.examples.fd.filters.DFQ
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
Description copied from class:Filter
It specifies the names of the operations for the representation of the solution in textual form. -
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 classFilter
- Returns:
- list of names.
-