net.sourceforge.combean.interfaces.mathprog.lp.model
Interface LPModelIndex

Package class diagram package LPModelIndex
All Known Implementing Classes:
LPModelIndexImpl

public interface LPModelIndex

An index of a variable or a constraint in an LP model, consisting of an offset identifier and a numerical local index. The offset identifier represents the offset within a global LP model. It has to be combined with the local index to get the index within the global model. Up to now, combining simply means adding.


Method Summary
 int getLocalIndex()
          Get the local index.
 String getOffsetId()
          Get the offset identifier.
 

Method Detail

getLocalIndex

int getLocalIndex()
Get the local index.

Returns:
the local index.

getOffsetId

String getOffsetId()
Get the offset identifier.

Returns:
the offset identifier.