Skip to main content
FRAMES NO FRAMES

Group optim.concert.extensions

The IBM 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.
Function Summary
IloMax Creates and returns a function equal to the maximal value of its argument functions.
IloMin Creates and returns a function equal to the minimal value of its argument functions.
operator* Creates and returns a function equal to its argument function multiplied by a given factor.
operator+ Creates and returns a function equal the sum of its argument functions.
operator- Creates and returns a function equal to the difference between its argument functions.
operator<< Overloaded operator for csv output.
operator== For constraint programming: Overloaded operator tests equality of numeric functions.