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 class
Table
This class allows us to represent integer tables that are useful objects when definingextension
constraints.class
TableSymbolic
Methods in org.xcsp.common.structures that return TableAbstract Modifier and Type Method Description TableAbstract
TableAbstract. positive(Boolean positive)
Sets if the table is positive (i.e, contains supports) or negative (i.e., contains conflicts)
-