FRAMES NO FRAMES

Overview

Group Summary
optim.cplex.callable The API of the ILOG CPLEX Callable Library for users of C.
optim.cplex.callable.accessmipresults The routines in the ILOG CPLEX Callable Library to access MIP results.
optim.cplex.callable.accessnetworkresults The routines in the ILOG CPLEX Callable Library to access network results.
optim.cplex.callable.accessqcpresults The routines in the ILOG CPLEX Callable Library to access QCP or SOCP results.
optim.cplex.callable.accessresults The routines in the ILOG CPLEX Callable Library to access results.
optim.cplex.callable.advanced The API of the advanced C routines of the ILOG CPLEX Callable Library.
optim.cplex.callable.advanced.callbacks The API of the advanced C callback routines of the ILOG CPLEX Callable Library.
optim.cplex.callable.analyzesolution The routines in the ILOG CPLEX Callable Library to analyze solutions.
optim.cplex.callable.callbacks The ILOG CPLEX Callable Library routines for managing callbacks.
optim.cplex.callable.createdeletecopy The routines in the ILOG CPLEX Callable Library to create and delete problems and to copy data.
optim.cplex.callable.debug The ILOG CPLEX Callable Library routines for debugging data.
optim.cplex.callable.manageparameters The routines in the ILOG CPLEX Callable Library to manage parameters (that is, set parameters, get current values of parameters, and get information about parameters).
optim.cplex.callable.message The ILOG CPLEX Callable Library routines for managing messages.
optim.cplex.callable.modifynetwork The routines in the ILOG CPLEX Callable Library to modify a network.
optim.cplex.callable.modifyproblem The routines in the ILOG CPLEX Callable Library to modify a problem created by CPXcreateprob.
optim.cplex.callable.network The network routines in the ILOG CPLEX Callable Library.
optim.cplex.callable.optimizers The routines in the ILOG CPLEX Callable Library to launch an optimizer.
optim.cplex.callable.portability The portability routines in the ILOG CPLEX Callable Library.
optim.cplex.callable.querygeneralproblem The routines in the ILOG CPLEX Callable Library to query general problem data.
optim.cplex.callable.querymip The routines in the ILOG CPLEX Callable Library to query MIP problem data.
optim.cplex.callable.querynetwork The routines in the ILOG CPLEX Callable Library to query network problem data.
optim.cplex.callable.queryqcp The routines in the ILOG CPLEX Callable Library to query QCP problem data (that is, problems with one or more quadratic constraints), including the special case of second order cone programming (SOCP) problems.
optim.cplex.callable.queryqp The routines in the ILOG CPLEX Callable Library to query QP problem data (that is, problems with a quadratic objective function).
optim.cplex.callable.readfiles The routines in the ILOG CPLEX Callable Library to read files.
optim.cplex.callable.readnetworkfiles The routines in the ILOG CPLEX Callable Library to read network files.
optim.cplex.callable.util The general utilities in the ILOG CPLEX Callable Library.
optim.cplex.callable.writefiles The routines in the ILOG CPLEX Callable Library to write files.
optim.cplex.callable.writenetworkfiles The routines in the ILOG CPLEX Callable Library to write network files.
optim.cplex.errorcodes The Callable Library macros that define error codes, their symbolic constants, their short message strings, and their explanations. There is a key to the symbols in the short message strings after the table.
optim.cplex.solutionquality The Callable Library macros that indicate the qualities of a solution, their symbolic constants, and their meaning. Methods for accessing solution quality are mentioned after the table.
optim.cplex.solutionstatus The Callable Library macros that define solution status, their symbolic constants, their equivalent in Concert Technology enumerations, and their meaning. There is a note about unboundedness after the table.