NO FRAMES

Group optim.concert.extensions

The ILOG Concert Extensions Library.
Class Summary
IloCsvLine Represents a line in a csv file.
IloCsvReader Reads a formatted csv file.
IloCsvReader::IloColumnHeaderNotFoundException Exception thrown for unfound header.
IloCsvReader::IloCsvReaderParameterException Exception thrown for incorrect arguments in constructor.
IloCsvReader::IloDuplicatedTableException Exception thrown for tables of same name in csv file.
IloCsvReader::IloFieldNotFoundException Exception thrown for field not found.
IloCsvReader::IloFileNotFoundException Exception thrown when file is not found.
IloCsvReader::IloIncorrectCsvReaderUseException Exception thrown for call to inappropriate csv reader.
IloCsvReader::IloLineNotFoundException Exception thrown for unfound line.
IloCsvReader::IloTableNotFoundException Exception thrown for unfound table.
IloCsvReader::LineIterator Line-iterator for csv readers.
IloCsvReader::TableIterator Table-iterator of csv readers.
IloCsvTableReader Reads a csv table with format.
IloCsvTableReader::LineIterator Line-iterator for csv table readers.
IloIntervalList Represents a list of nonoverlapping intervals.
IloIntervalListCursor Inspects the intervals of an interval list.
IloNumToAnySetStepFunction Represents a step function that associates sets with intervals.
IloNumToAnySetStepFunctionCursor Allows you to inspect the contents of an IloNumToAnySetStepFunction.
IloNumToNumSegmentFunction Piecewise linear function over a segment.
IloNumToNumSegmentFunctionCursor Cursor over segments of a piecewise linear function.
IloNumToNumStepFunction Represents a step function that is defined everywhere on an interval.
IloNumToNumStepFunctionCursor Allows you to inspect the contents of an instance of IloNumToNumStepFunction.
Function Summary
IloDifference Creates and returns the difference between two interval lists.
IloDifference Creates and returns a function equal to the difference between the functions.
IloIntersection creates and returns a function equal to the intersection between the functions.
IloMax This operator creates and returns a function equal to the maximal value of the functions f1 and f2.
IloMin This operator creates and returns a function equal to the minimal value of the functions f1 and f2.
IloUnion Creates and returns the union of two interval lists.
IloUnion Represents a function equal to the union of the functions.
operator * These operators create and return a function equal to the function f1 multiplied by a factor k.
operator+ This operator creates and returns a function equal the sum of the functions f1 and f2.
operator- This operator creates and returns a function equal to the difference between functions f1 and f2.
operator<< Overloaded operator for csv output.
operator== overloaded operator.
operator== Overloaded operator tests equality of numeric functions.
operator== Returns IloTrue for same interval lists. same.