Package org.optimizationservices.oscommon.datastructure.osgeneral

Class Summary
DirectoriesAndFiles A data structure class that corresponds to an xml element in the OSgL schema.
DoubleVector A data structure class that corresponds to an xml element in the OSgL schema.
IntVector A data structure class that corresponds to an xml element in the OSgL schema.
JobDependencies A data structure class that corresponds to an xml element in the OSgL schema.
MatrixMarket The MatrixMarket class holds the matrix market data structure (rowIndex, columnIndex, Value[rowIndex,columnIndex]) for linear constraint coefficients
News A data structure class that corresponds to an xml element in the OSgL schema.
NewsElement A data structure class that corresponds to an xml element in the OSgL schema.
Processes A data structure class that corresponds to an xml element in the OSgL schema.
QuadraticTerms The QuadraticTerms class holds the data structure for all quadratic terms in the optimization instance.
SparseMatrix The SparseMatrix class holds the 3 list data structure usually used for linear constraint coefficients
SparseVector The SparseVector class holds a two array data structure for sparse representation of vector.