Package edu.jas.application
Class Dimension
java.lang.Object
edu.jas.application.Dimension
- All Implemented Interfaces:
Serializable
Container for dimension parameters.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
d
public final int dIdeal dimension. -
S
Indices of a maximal independent set (of variables). -
M
Set of indices of all maximal independent sets (of variables). -
v
Names of all variables.
-
-
Constructor Details
-
Dimension
Constructor.- Parameters:
d
- ideal dimension.S
- indices of a maximal independent set (of variables)M
- set of indices of all maximal independent sets (of variables)v
- names of all variables
-
-
Method Details