Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IloStateFunctionExpr

IloStateFunctionExpr

Method Summary
Method Attributes Method Name and Description
postprocessing
Returns the number of segments of a state function.
postprocessing
Returns the end of a segment of a state function.
postprocessing
Returns the start of a segment of a state function.
postprocessing
Returns the value of a segment of a state function.
postprocessing
Returns the value of a state function at a given point.
Method Detail
getNumberOfSegments
{int} getNumberOfSegments()
Returns the number of segments of a state function.
Returns:
The number of segments of the corresponding stepwise non-negative function. A segment is an interval [start, end) on which the value of the function is constant.
Available for:
postprocessing

getSegmentEnd
{int} getSegmentEnd(i)
Returns the end of a segment of a state function.
Parameters:
i - Segment position
Returns:
The end of the ith segment of the corresponding stepwise non-negative function.
Available for:
postprocessing

getSegmentStart
{int} getSegmentStart(i)
Returns the start of a segment of a state function.
Parameters:
i - Segment position
Returns:
The start of the ith segment of the corresponding stepwise non-negative function.
Available for:
postprocessing

getSegmentValue
{int} getSegmentValue(i)
Returns the value of a segment of a state function.
Parameters:
i - Segment position
Returns:
The value of the ith segment of the corresponding stepwise non-negative function.
Available for:
postprocessing

getValue
{int} getValue(i)
Returns the value of a state function at a given point.
Parameters:
i - A point
Returns:
The value of the corresponding stepwise non-negative function at point i.
Available for:
postprocessing

©Copyright IBM Corp. 1987-2011.