net.sourceforge.combean.interfaces.mathprog.lp.model
Interface LPVectorLabel
- All Known Implementing Classes:
- LPVectorLabelImpl
public interface LPVectorLabel
A label for entries of a sparse vector in a linear program.
Contains an offset id which specifies the position of the entry in the global
linear program (together with the index of the entry (which is interpreted
as local index that has to be mapped to a global index in combination with
the offset id) and the orientation of the row or column vector where the
entry belongs to.
getOffsetId
String getOffsetId()
- Returns:
- the offset id.
getOrientation
VectorOrientation getOrientation()
- Returns:
- the orientation of the row or column vector where the entry
belongs to.