Package org.jacop.examples.fd.filters
Class EWF
java.lang.Object
org.jacop.examples.fd.filters.Filter
org.jacop.examples.fd.filters.EWF
It specifies EWF benchmark.
Source:
- Version:
- 4.9
- See Also:
-
Constructor Details
-
EWF
public EWF()It constructs a simple EWF filter. -
EWF
public EWF(int addDel, int mulDel) It constructs a EWF filter with the specified delay for the addition and multiplication operation.- Parameters:
addDel
- the delay of the addition operation.mulDel
- the delay of the multiplication operation.
-
-
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.
-