Package org.jacop.examples.fd.filters
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.8
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
names()
It specifies the names of the operations for the representation of the solution in textual form.java.util.List<java.lang.String>
namesPipeline()
It specifies the names of the operations for the textual representation of the pipelined solution.
-
-
-
Method Detail
-
names
public java.util.List<java.lang.String> names()
Description copied from class:Filter
It specifies the names of the operations for the representation of the solution in textual form.
-
namesPipeline
public java.util.List<java.lang.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 classFilter
- Returns:
- list of names.
-
-