Skip to main content
FRAMES NO FRAMES

Class IloIntervalSequenceVarMap

Definition file: ilopl/ilomap.h
Map of IloIntervalSequenceVarMapIloIntervalSequenceVarMapIloIntervalSequenceVarMap
This is the class for mapping a list of interval sequence variables.
Method Summary
public IloIntervalSequenceVarArrayasNewIntervalSequenceVarArray() const
public const IloIntervalSequenceVarget(IloTuple index) const
public const IloIntervalSequenceVarget(IloSymbol index) const
public const IloIntervalSequenceVarget(const char * index) const
public const IloIntervalSequenceVarget(IloNum index) const
public const IloIntervalSequenceVarget(IloInt index) const
public IloIntervalSequenceVargetAt(IloMapIndexArray indices) const
public IloIntervalSequenceVarMapgetSub(const char * index) const
public IloIntervalSequenceVarMapgetSub(IloTuple index) const
public IloIntervalSequenceVarMapgetSub(IloInt index) const
public IloIntervalSequenceVarMapgetSub(IloNum index) const
public IloIntervalSequenceVarMapoperator[](IloTuple index) const
public IloIntervalSequenceVarMapoperator[](IloSymbol index) const
public IloIntervalSequenceVarMapoperator[](const char * index) const
public IloIntervalSequenceVarMapoperator[](IloNum index) const
public IloIntervalSequenceVarMapoperator[](IloInt index) const
Method Detail

asNewIntervalSequenceVarArray

public IloIntervalSequenceVarArray asNewIntervalSequenceVarArray() const

Returns the current object as new basic array


get

public const IloIntervalSequenceVar get(IloTuple index) const

This member function returns the element index from the map. The invoking map should be of one dimension only.

Parameters:

index
The requested element.

get

public const IloIntervalSequenceVar get(IloSymbol index) const

This member function returns the element idx from the map. The invoking map should be of one dimension only. See get(IloInt).


get

public const IloIntervalSequenceVar get(const char * index) const

This member function returns the element index from the map. The invoking map should be of one dimension only.

Parameters:

index
The requested element.

get

public const IloIntervalSequenceVar get(IloNum index) const

This member function returns the element index from the map. The invoking map should be of one dimension only.

Parameters:

index
The requested element.

get

public const IloIntervalSequenceVar get(IloInt index) const

This member function returns the element index from the map. The invoking map should be of one dimension only.

Parameters:

index
The requested element.

getAt

public IloIntervalSequenceVar getAt(IloMapIndexArray indices) const

This member function returns the element corresponding to indices from the map. The invoking map should have as many dimensions as the size of indices.

Parameters:

indices
The requested element.

getSub

public IloIntervalSequenceVarMap getSub(const char * index) const

This member function returns the submap index from the map. The invoking map should have more than one dimension.


getSub

public IloIntervalSequenceVarMap getSub(IloTuple index) const

This member function returns the submap index from the map. The invoking map should have more than one dimension.

see IloMap#getSub(IloInt)

getSub

public IloIntervalSequenceVarMap getSub(IloInt index) const

This member function returns the submap index from the map. The invoking map should have more than one dimension.


getSub

public IloIntervalSequenceVarMap getSub(IloNum index) const

This member function returns the submap index from the map. The invoking map should have more than one dimension.


operator[]

public IloIntervalSequenceVarMap operator[](IloTuple index) const

Returns the submap index from the map. The invoking map should have more than one dimension.


operator[]

public IloIntervalSequenceVarMap operator[](IloSymbol index) const

Returns the submap index from the map. The invoking map should have more than one dimension.


operator[]

public IloIntervalSequenceVarMap operator[](const char * index) const

Returns the submap index from the map. The invoking map should have more than one dimension.


operator[]

public IloIntervalSequenceVarMap operator[](IloNum index) const

Returns the submap index from the map. The invoking map should have more than one dimension.


operator[]

public IloIntervalSequenceVarMap operator[](IloInt index) const

This member function returns the submap index from the map. The invoking map should have more than one dimension.