Skip to main content
FRAMES NO FRAMES

Class IloPiecewiseFunctionExprMap

Definition file: ilopl/ilomap.h
Map of IloPiecewiseFunctionExprMapIloPiecewiseFunctionExprMapIloPiecewiseFunctionExprMap
This is the class for mapping a list of advanced piecewise function expressions.
Method Summary
public const IloPiecewiseFunctionExprget(IloTuple index) const
public const IloPiecewiseFunctionExprget(IloSymbol index) const
public const IloPiecewiseFunctionExprget(const char * index) const
public const IloPiecewiseFunctionExprget(IloNum index) const
public const IloPiecewiseFunctionExprget(IloInt index) const
public IloPiecewiseFunctionExprgetAt(IloMapIndexArray indices) const
public IloPiecewiseFunctionExprMapgetSub(const char * index) const
public IloPiecewiseFunctionExprMapgetSub(IloTuple index) const
public IloPiecewiseFunctionExprMapgetSub(IloInt index) const
public IloPiecewiseFunctionExprMapgetSub(IloNum index) const
public IloPiecewiseFunctionExprMapoperator[](IloTuple index) const
public IloPiecewiseFunctionExprMapoperator[](IloSymbol index) const
public IloPiecewiseFunctionExprMapoperator[](const char * index) const
public IloPiecewiseFunctionExprMapoperator[](IloNum index) const
public IloPiecewiseFunctionExprMapoperator[](IloInt index) const
Method Detail

get

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

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


operator[]

public IloPiecewiseFunctionExprMap operator[](IloSymbol index) const

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


operator[]

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

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


operator[]

public IloPiecewiseFunctionExprMap operator[](IloNum index) const

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


operator[]

public IloPiecewiseFunctionExprMap operator[](IloInt index) const

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