Uses of Class
org.xcsp.common.structures.TableAbstract
-
Packages that use TableAbstract Package Description org.xcsp.common.structures -
-
Uses of TableAbstract in org.xcsp.common.structures
Subclasses of TableAbstract in org.xcsp.common.structures Modifier and Type Class Description classTableThis class allows us to represent integer tables that are useful objects when definingextensionconstraints.classTableSymbolicMethods in org.xcsp.common.structures that return TableAbstract Modifier and Type Method Description TableAbstractTableAbstract. positive(Boolean positive)Sets if the table is positive (i.e, contains supports) or negative (i.e., contains conflicts)
-