Skip to main content
FRAMES NO FRAMES

Class IloStateFunctionExprMap

Definition file: ilopl/ilomap.h
Map of IloStateFunctionExprMapIloStateFunctionExprMapIloStateFunctionExprMap
This is the class for mapping a list of state function expressions.
Method Summary
public const IloStateFunctionExprget(IloTuple index) const
public const IloStateFunctionExprget(IloSymbol index) const
public const IloStateFunctionExprget(const char * index) const
public const IloStateFunctionExprget(IloNum index) const
public const IloStateFunctionExprget(IloInt index) const
public IloStateFunctionExprgetAt(IloMapIndexArray indices) const
public IloStateFunctionExprMapgetSub(const char * index) const
public IloStateFunctionExprMapgetSub(IloTuple index) const
public IloStateFunctionExprMapgetSub(IloInt index) const
public IloStateFunctionExprMapgetSub(IloNum index) const
public IloStateFunctionExprMapoperator[](IloTuple index) const
public IloStateFunctionExprMapoperator[](IloSymbol index) const
public IloStateFunctionExprMapoperator[](const char * index) const
public IloStateFunctionExprMapoperator[](IloNum index) const
public IloStateFunctionExprMapoperator[](IloInt index) const
Method Detail

get

public const IloStateFunctionExpr 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 IloStateFunctionExpr 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 IloStateFunctionExpr 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 IloStateFunctionExpr 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 IloStateFunctionExpr 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 IloStateFunctionExpr 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 IloStateFunctionExprMap 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 IloStateFunctionExprMap 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 IloStateFunctionExprMap 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 IloStateFunctionExprMap 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 IloStateFunctionExprMap operator[](IloTuple index) const

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


operator[]

public IloStateFunctionExprMap operator[](IloSymbol index) const

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


operator[]

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

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


operator[]

public IloStateFunctionExprMap operator[](IloNum index) const

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


operator[]

public IloStateFunctionExprMap operator[](IloInt index) const

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