A B C D E F G H I K L M N O P Q R S T U V W X

A

AbortDualObjLim - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
AbortItLim - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
AbortObjLim - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
AbortPrimObjLim - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
AbortRelaxed - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
AbortTimeLim - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
AbortUser - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
AdvInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
AggCutLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
AggFill - Static variable in class ilog.cplex.IloCplex.IntParam
 
AggInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
AtLower - Static variable in class ilog.cplex.IloCplex.BasisStatus
This status indicates that the variable or slack corresponding to a constraint is nonbasic and at its bound.
AtUpper - Static variable in class ilog.cplex.IloCplex.BasisStatus
This status indicates that the variable or slack corresponding to a constraint is nonbasic, and at its upper bound.
Auto - Static variable in class ilog.cplex.IloCplex.Algorithm
Allows IloCplex to select an algorithm.
Auto - Static variable in class ilog.cplex.IloCplex.DualPricing
Pricing algorithm determined automatically.
Auto - Static variable in class ilog.cplex.IloCplex.PrimalPricing
Hybrid reduced-cost & devex pricing.
abort() - Method in class ilog.cplex.IloCplex.Callback
Instructs CPLEX to stop the current optimization after the user-written callback finishes.
abs(IloNumExpr) - Method in interface ilog.concert.IloMPModeler
Returns an expression representing the absolute value of its argument, the expression indicated by expr.
abs(IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression abs(e), the absolute value of its argument.
abs(IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the absolute value of its argument, the expression indicated by expr.
abs(IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the absolute value of its argument, the expression indicated by expr.
add(IloConstraint) - Method in interface ilog.concert.IloAnd
This method adds the constraint to the invoking and-constraint.
add(IloConstraint[]) - Method in interface ilog.concert.IloAnd
This method adds the array of constraints to the invoking and-constraint.
add(IloConstraint[], int, int) - Method in interface ilog.concert.IloAnd
This method adds constraints to the invoking instance of IloAnd.
add(IloLinearIntExpr) - Method in interface ilog.concert.IloLinearIntExpr
Adds all the terms found in the scalar product passed as argument to the invoking object.
add(IloLinearNumExpr) - Method in interface ilog.concert.IloLinearNumExpr
Adds all the terms found in the scalar product passed as argument to the invoking object.
add(IloAddable) - Method in interface ilog.concert.IloModel
This method adds the extractable object to the invoking model.
add(IloAddable[]) - Method in interface ilog.concert.IloModel
This method adds the array of extractable objects to the invoking model.
add(IloAddable[], int, int) - Method in interface ilog.concert.IloModel
This method adds modeling objects to the invoking IloModel.
add(IloConstraint) - Method in interface ilog.concert.IloOr
This method adds the constraint to the invoking or-constraint.
add(IloConstraint[]) - Method in interface ilog.concert.IloOr
This method adds the array of constraints to the invoking or-constraint.
add(IloConstraint[], int, int) - Method in interface ilog.concert.IloOr
This method adds constraints to the invoking instance of IloOr.
add(IloConstraint) - Method in class ilog.cplex.IloCplex.CutCallback
Adds cut as a global cut to the problem being solved.
add(IloConstraint) - Method in class ilog.cplex.IloCplex.UserCutCallback
Adds cut as a global user cut to the problem being solved.
add(IloAddable) - Method in class ilog.cplex.IloCplexModeler
Adds object to the invoking model.
add(IloAddable[]) - Method in class ilog.cplex.IloCplexModeler
Adds the array of objects to the invoking model.
add(IloAddable[], int, int) - Method in class ilog.cplex.IloCplexModeler
Adds part of the array of objects to the invoking model, starting with the index start and continuing to the number of objects indicated by num.
addCols(IloNumVar[], int[][], double[][]) - Method in interface ilog.concert.IloLPMatrix
Adds new columns to the LP matrix.
addCols(IloNumVar[]) - Method in interface ilog.concert.IloLPMatrix
Adds new empty columns to the LP matrix.
addCols(IloNumVar[], int, int) - Method in interface ilog.concert.IloLPMatrix
Adds new empty columns to the LP matrix.
addColumn(IloNumVar, int[], double[]) - Method in interface ilog.concert.IloLPMatrix
Adds a new column to an LP matrix.
addColumn(IloNumVar) - Method in interface ilog.concert.IloLPMatrix
Adds a new empty column to an LP matrix.
addCut(IloConstraint) - Method in class ilog.cplex.IloCplex
Adds the constraint cut as a cut to the invoking IloCplex object.
addCuts(IloConstraint[]) - Method in class ilog.cplex.IloCplex
Adds the constraints given in cut as cuts to the invoking IloCplex object.
addCuts(IloConstraint[], int, int) - Method in class ilog.cplex.IloCplex
Adds num constraints given in cut as cuts to the invoking IloCplex object, starting with element cut[start].
addEq(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr == rhs, and added to the invoking IloModel.
addEq(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr == rhs, and added to the invoking instance of IloModeler.
addEq(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 == e2, and added to the invoking instance of IloModeler.
addEq(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 == e2, and added to the invoking instance of IloModeler.
addEq(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val == expr and added to the invoking instance of IloModeler.
addEq(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val == expr and added to the invoking instance of IloModeler.
addEq(IloNumExpr, double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addEq(IloNumExpr e, double v)
addEq(IloNumExpr, double, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addEq(IloNumExpr e, double v, String name)
addEq(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addEq(IloNumExpr e1, IloNumExpr e2)
addEq(IloNumExpr, IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addEq(IloNumExpr e1, IloNumExpr e2, String name)
addEq(double, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addEq(double v, IloNumExpr e)
addEq(double, IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addEq(double v, IloNumExpr e, String name)
addGe(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr >= rhs and added to the invoking instance of IloModeler.
addGe(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr >= rhs and added to the invoking instance of IloModeler.
addGe(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 >= e2 and added to the invoking instance of IloModeler.
addGe(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 >= e2 and added to the invoking instance of IloModeler.
addGe(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val >= expr and added to the invoking instance of IloModeler.
addGe(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val >= expr and added to the invoking instance of IloModeler.
addGe(IloNumExpr, double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addGe(IloNumExpr e, double v)
addGe(IloNumExpr, double, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addGe(IloNumExpr e, double v, String name)
addGe(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addGe(IloNumExpr e1, IloNumExpr e2)
addGe(IloNumExpr, IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addGe(IloNumExpr e1, IloNumExpr e2, String name)
addGe(double, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addGe(double v, IloNumExpr e)
addGe(double, IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addGe(double v, IloNumExpr e, String name)
addLPMatrix() - Method in interface ilog.concert.IloMPModeler
Creates, returns, and adds to the invoking model an empty IloLPMatrix object.
addLPMatrix(String) - Method in interface ilog.concert.IloMPModeler
Creates, returns, and adds an empty IloLPMatrix object, with the specified name, to the invoking model.
addLPMatrix(String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addLPMatrix(String name)
addLPMatrix() - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addLPMatrix()
addLazyConstraint(IloConstraint) - Method in class ilog.cplex.IloCplex
This is an advanced method.
addLazyConstraints(IloConstraint[]) - Method in class ilog.cplex.IloCplex
This is an advanced method.
addLazyConstraints(IloConstraint[], int, int) - Method in class ilog.cplex.IloCplex
This is an advanced method.
addLe(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr <= rhs and added to the invoking instance of IloModeler.
addLe(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr <= rhs and added to the invoking instance of IloModeler.
addLe(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 <= e2, and added to the invoking instance of IloModeler.
addLe(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 <= e2 and added to the invoking instance of IloModeler.
addLe(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val <= expr and added to the invoking instance of IloModeler.
addLe(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val <= expr and added to the invoking instance of IloModeler.
addLe(IloNumExpr, double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addLe(IloNumExpr e, double v)
addLe(IloNumExpr, double, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addLe(IloNumExpr e, double v, String name)
addLe(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addLe(IloNumExpr e1, IloNumExpr e2)
addLe(IloNumExpr, IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addLe(IloNumExpr e1, IloNumExpr e2, String name)
addLe(double, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addLe(double v, IloNumExpr e)
addLe(double, IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addLe(double v, IloNumExpr e, String name)
addLocal(IloConstraint) - Method in class ilog.cplex.IloCplex.CutCallback
Adds cut as a local cut to the problem being solved.
addMaximize() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty maximization objective function and adds it to the invoking model.
addMaximize(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty maximization objective function with the specified name and adds it to the invoking model.
addMaximize(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to maximize the expression expr and added to the invoking model.
addMaximize(IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective, representing an objective to maximize the expression expr, assigned the name name, and added to the invoking model.
addMaximize(IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addMaximize(IloNumExpr)
addMaximize(IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addMaximize(IloNumExpr, String)
addMaximize() - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addMaximize()
addMaximize(String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addMaximize(String)
addMinimize() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty minimization objective function and adds it to the invoking model.
addMinimize(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty minimization objective function with the specified name and adds the empty objective to the invoking model.
addMinimize(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to minimize the expression expr and added to the invoking model.
addMinimize(IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to minimize the expression expr, assigned the name name, and added to the invoking model.
addMinimize(IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addMinimize(IloNumExpr)
addMinimize(IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addMinimize(IloNumExpr, String)
addMinimize() - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addMinimize()
addMinimize(String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addMinimize(String)
addObjective(IloObjectiveSense) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty objective function with the sense specified by sense and adds it to the invoking model.
addObjective(IloObjectiveSense, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty objective function with the specified name and with the specified sense and adds it to the invoking model.
addObjective(IloObjectiveSense, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to optimize the expression expr with respect to the optimization sense indicated by sense and added to the invoking model.
addObjective(IloObjectiveSense, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to optimize the expression expr with respect to the optimization sense indicated by sense, assigned the name name, and added to the invoking model.
addObjective(IloObjectiveSense, IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addObjective(IloObjectiveSense, IloNumExpr, String)
addObjective(IloObjectiveSense, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addObjective(IloObjectiveSense, IloNumExpr)
addObjective(IloObjectiveSense) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addObjective(IloObjectiveSense)
addObjective(IloObjectiveSense, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addObjective(IloObjectiveSense, String)
addRange(double, double) - Method in interface ilog.concert.IloMPModeler
Creates, returns, and adds to the invoking model an empty IloRange object.
addRange(double, double, String) - Method in interface ilog.concert.IloMPModeler
Creates, returns, and adds to the invoking model an empty IloRange object with the specified name and upper and lower bounds.
addRange(double, IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint lb <= expr <= ub and added to the invoking instance of IloModeler.
addRange(double, IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint lb <= expr <= ub and added to the invoking instance of IloModeler.
addRange(double, IloNumExpr, double, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addRange(double lb, IloNumExpr expr, double ub, String name)
addRange(double, IloNumExpr, double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.addRange(double lb, IloNumExpr expr, double ub)
addRange(double, double, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addRange(double lb, double ub, String name)
addRange(double, double) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addRange(double lb, double ub)
addRow(double, double, int[], double[]) - Method in interface ilog.concert.IloLPMatrix
Adds a new row to the LP matrix.
addRow(IloRange) - Method in interface ilog.concert.IloLPMatrix
Adds a range constraint as a new row to an LP matrix.
addRows(double[], double[], int[][], double[][]) - Method in interface ilog.concert.IloLPMatrix
Adds a set of new rows to LP matrix.
addRows(IloRange[]) - Method in interface ilog.concert.IloLPMatrix
Adds range constraints as new rows to an LP matrix.
addRows(IloRange[], int, int) - Method in interface ilog.concert.IloLPMatrix
Adds a set of range constraints as new rows to an LP matrix.
addSOS1(IloNumVar[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables and weights and adds it to the invoking model.
addSOS1(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with num of the specified variables and weights, starting from the index specified by start, and adds the SOS to the invoking model.
addSOS1(IloNumVar[], double[], String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables, weights, and name, and adds the SOS to the invoking model.
addSOS1(IloNumVar[], double[], int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the num specified variables, weights, and names, starting from the index specified by start, and adds the SOS to the invoking mode.
addSOS1(IloNumVar[], double[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addSOS1(IloNumVar[] var, double[] val)
addSOS1(IloNumVar[], double[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addSOS1(IloNumVar[] var, double[] val, int start, int num)
addSOS1(IloNumVar[], double[], String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addSOS1(IloNumVar[] var, double[] val, String name)
addSOS1(IloNumVar[], double[], int, int, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addSOS1(IloNumVar[] var, double[] val, int start, int num, String name)
addSOS2(IloNumVar[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables and weights and adds the new SOS to the invoking model.
addSOS2(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with num of the specified variables and weights, starting from the index specified by start, and adds the SOS to the invoking model.
addSOS2(IloNumVar[], double[], String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables, weights, and name, and adds the new SOS to the invoking model.
addSOS2(IloNumVar[], double[], int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with num of the specified variables and weights, starting from the index specified by start, and adds the new SOS along with its name to the invoking model.
addSOS2(IloNumVar[], double[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addSOS2(IloNumVar[] var, double[] val)
addSOS2(IloNumVar[], double[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addSOS2(IloNumVar[] var, double[] val, int start, int num)
addSOS2(IloNumVar[], double[], String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addSOS2(IloNumVar[] var, double[] val, String name)
addSOS2(IloNumVar[], double[], int, int, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addSOS2(IloNumVar[] var, double[] val, int start, int num, String name)
addTerm(int, IloIntVar) - Method in interface ilog.concert.IloLinearIntExpr
Adds the new term coef * var to a scalar product.
addTerm(IloIntVar, int) - Method in interface ilog.concert.IloLinearIntExpr
Adds the new term coef * var to a scalar product.
addTerm(double, IloNumVar) - Method in interface ilog.concert.IloLinearNumExpr
Adds the new term coef * var to a scalar product.
addTerm(IloNumVar, double) - Method in interface ilog.concert.IloLinearNumExpr
Adds the new term coef * var to a scalar product.
addTerms(int[], IloIntVar[], int, int) - Method in interface ilog.concert.IloLinearIntExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addTerms(IloIntVar[], int[], int, int) - Method in interface ilog.concert.IloLinearIntExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addTerms(int[], IloIntVar[]) - Method in interface ilog.concert.IloLinearIntExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addTerms(IloIntVar[], int[]) - Method in interface ilog.concert.IloLinearIntExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addTerms(double[], IloNumVar[], int, int) - Method in interface ilog.concert.IloLinearNumExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addTerms(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloLinearNumExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addTerms(double[], IloNumVar[]) - Method in interface ilog.concert.IloLinearNumExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addTerms(IloNumVar[], double[]) - Method in interface ilog.concert.IloLinearNumExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addToExpr(IloObjective, IloNumExpr) - Method in interface ilog.concert.IloMPModeler
Adds a term (which may be an expression itself) to the expression of the specified IloObjective object.
addToExpr(IloRange, IloNumExpr) - Method in interface ilog.concert.IloMPModeler
Adds a term (which may be an expression itself) to the expression of the specified IloRange object.
addToExpr(IloObjective, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addToExpr(IloObjective, IloNumExpr)
addToExpr(IloRange, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.addToExpr(IloRange rng, IloNumExpr expr)
addUserCut(IloConstraint) - Method in class ilog.cplex.IloCplex
This is an advanced method.
addUserCuts(IloConstraint[]) - Method in class ilog.cplex.IloCplex
This is an advanced method.
addUserCuts(IloConstraint[], int, int) - Method in class ilog.cplex.IloCplex
This is an advanced method.
and(IloColumn) - Method in class ilog.concert.IloColumn
Links two column objects.
and() - Method in interface ilog.concert.IloModeler
Creates and returns an empty IloAnd constraint suitable for grouping other constraints or building logical constraints.
and(IloConstraint[]) - Method in interface ilog.concert.IloModeler
Groups several constraints together.
and(IloConstraint[], String) - Method in interface ilog.concert.IloModeler
Groups several constraints together.
and(IloConstraint[], int, int) - Method in interface ilog.concert.IloModeler
Groups several constraints together.
and(IloConstraint[], int, int, String) - Method in interface ilog.concert.IloModeler
Groups several constraints together.
and(IloConstraint, IloConstraint) - Method in interface ilog.concert.IloModeler
Groups two constraints together.
and(IloConstraint, IloConstraint, String) - Method in interface ilog.concert.IloModeler
Groups two constraints together and names the group.
and(IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an and goal from two arguments.
and(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an and goal from three arguments.
and(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an and goal from four arguments.
and(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an and goal from five arguments.
and(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an and goal from six arguments.
and() - Method in class ilog.cplex.IloCplexModeler
Groups constraints together.
and(IloConstraint[]) - Method in class ilog.cplex.IloCplexModeler
Groups constraints together.
and(IloConstraint[], String) - Method in class ilog.cplex.IloCplexModeler
Groups constraints together.
and(IloConstraint[], int, int) - Method in class ilog.cplex.IloCplexModeler
Groups together part of the constraints in the array cons starting with the index indicated by start and continuing to the number of constraints indicated by num.
and(IloConstraint[], int, int, String) - Method in class ilog.cplex.IloCplexModeler
Groups together part of the constraints from the array cons starting with the index indicated by start and continuing to the number of constraints indicated by num.
and(IloConstraint, IloConstraint) - Method in class ilog.cplex.IloCplexModeler
Groups together the constraints indicated by its arguments.
and(IloConstraint, IloConstraint, String) - Method in class ilog.cplex.IloCplexModeler
Groups together the constraints indicated by its arguments and assigns the string name to the group.
apply(IloCplex.Goal, IloCplex.NodeEvaluator) - Method in class ilog.cplex.IloCplex
Returns a goal that applies the evaluator to the search tree defined by the goal.

B

BBInterval - Static variable in class ilog.cplex.IloCplex.IntParam
 
Balanced - Static variable in class ilog.cplex.IloCplex.MIPEmphasis
Balance optimality and feasibility.
BarAlg - Static variable in class ilog.cplex.IloCplex.IntParam
 
BarColNz - Static variable in class ilog.cplex.IloCplex.IntParam
 
BarCrossAlg - Static variable in class ilog.cplex.IloCplex.IntParam
 
BarDisplay - Static variable in class ilog.cplex.IloCplex.IntParam
 
BarEpComp - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
BarGrowth - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
BarItLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
BarMaxCor - Static variable in class ilog.cplex.IloCplex.IntParam
 
BarObjRng - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
BarOrder - Static variable in class ilog.cplex.IloCplex.IntParam
 
BarQCPEpComp - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
BarStartAlg - Static variable in class ilog.cplex.IloCplex.IntParam
 
BarThreads - Static variable in class ilog.cplex.IloCplex.IntParam
 
Barrier - Static variable in class ilog.cplex.IloCplex.Algorithm
Selects the barrier algorithm.
BasInterval - Static variable in class ilog.cplex.IloCplex.IntParam
 
Basic - Static variable in class ilog.cplex.IloCplex.BasisStatus
This status indicates that the variable or slack corresponding to a constraint is basic.
BestBound - Static variable in class ilog.cplex.IloCplex.MIPEmphasis
Emphasize moving best bound.
BestBound - Static variable in class ilog.cplex.IloCplex.NodeSelect
Best-bound search.
BestEst - Static variable in class ilog.cplex.IloCplex.NodeSelect
Best-estimate search.
BestEstAlt - Static variable in class ilog.cplex.IloCplex.NodeSelect
Alternative best-estimate search.
BndStrenInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
Bool - Static variable in class ilog.concert.IloNumVarType
Boolean or, equivalently, binary variable type.
Bounded - Static variable in class ilog.cplex.IloCplex.Status
The Bounded solution status indicates that the IloCplex optimizer has determined that the model is not unbounded.
BrDir - Static variable in class ilog.cplex.IloCplex.IntParam
 
BranchOnAny - Static variable in class ilog.cplex.IloCplex.BranchType
An instance of IloCplex.BranchType indicating a complex branching.
BranchOnSOS1 - Static variable in class ilog.cplex.IloCplex.BranchType
An instance of IloCplex.BranchType indicating a branch on a Special Ordered Set (SOS) of type 1 (one).
BranchOnSOS2 - Static variable in class ilog.cplex.IloCplex.BranchType
An instance of IloCplex.BranchType indicating a branch on a Special Ordered Set (SOS) of type 2.
BranchOnVariable - Static variable in class ilog.cplex.IloCplex.BranchType
An instance of IloCplex.BranchType indicating a branch on a single variable.
BtTol - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
boolVar(IloColumn) - Method in interface ilog.concert.IloMPModeler
Creates a new Boolean (or binary) modeling variable for column-wise modeling.
boolVar(IloColumn, String) - Method in interface ilog.concert.IloMPModeler
Creates a new Boolean (or binary) modeling variable, with the specified name, for column-wise modeling.
boolVar(String) - Method in interface ilog.concert.IloModeler
Creates and returns a new Boolean variable (domain 0,1) with its name.
boolVar() - Method in interface ilog.concert.IloModeler
Creates and returns a new Boolean variable (domain 0,1).
boolVar(String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.boolVar(String)
boolVar() - Method in class ilog.cplex.IloCplexModeler
See IloModeler.boolVar()
boolVar(IloColumn, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.boolVar(IloColumn column, String name)
boolVar(IloColumn) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.boolVar(IloColumn column)
boolVarArray(IloColumnArray) - Method in interface ilog.concert.IloMPModeler
Creates and returns an array of Boolean (or binary) modeling variables for column-wise modeling.
boolVarArray(IloColumnArray, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns an array of Boolean (or binary) modeling variables with names for column-wise modeling.
boolVarArray(int) - Method in interface ilog.concert.IloModeler
Creates and returns an array of n new Boolean variables (domain 0,1).
boolVarArray(int, String[]) - Method in interface ilog.concert.IloModeler
Creates and returns an array of n new Boolean variables (domain 0,1).
boolVarArray(int) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.boolVarArray(int)
boolVarArray(int, String[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.boolVarArray(int, String[])
boolVarArray(IloColumnArray) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.boolVarArray(IloColumnArray cols)
boolVarArray(IloColumnArray, String[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.boolVarArray(IloColumnArray cols, String[] name)
bound(IloNumVar, IloNumVarBoundType) - Method in class ilog.cplex.IloCplex
Creates and returns an object of type IloNumVarBound to represent the specified bound of the variable var.
branchAsCplex() - Method in class ilog.cplex.IloCplex
Creates and returns a goal that branches the same way IloCplex would in the absence of any goal at the current node.

C

Cliques - Static variable in class ilog.cplex.IloCplex.IntParam
 
ClockType - Static variable in class ilog.cplex.IloCplex.IntParam
 
CoeRedInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
ColReadLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
Concurrent - Static variable in class ilog.cplex.IloCplex.Algorithm
Selects the concurrent optimizer.
ConflictAbortContradiction - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
ConflictAbortItLim - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
ConflictAbortMemLim - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
ConflictAbortNodeLim - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
ConflictAbortObjLim - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
ConflictAbortTimeLim - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
ConflictAbortUser - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
ConflictDisplay - Static variable in class ilog.cplex.IloCplex.IntParam
 
ConflictFeasible - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
ConflictMinimal - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
Covers - Static variable in class ilog.cplex.IloCplex.IntParam
 
CraInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
CutLo - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
CutPass - Static variable in class ilog.cplex.IloCplex.IntParam
 
CutUp - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
CutsFactor - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
check() - Method in class ilog.cplex.IloCplex.SearchLimit
This method must be implemented by the user.
clear() - Method in interface ilog.concert.IloLPMatrix
Removes all rows and columns from the invoking LP matrix.
clear() - Method in interface ilog.concert.IloLinearIntExpr
Removes all terms from the invoking linear expression leaving a 0 expression behind.
clear() - Method in interface ilog.concert.IloLinearNumExpr
Removes all terms from the invoking linear expression leaving a 0 expression behind.
clear() - Method in class ilog.cplex.IloCplex.ParameterSet
Clears the parameter set.
clearCallbacks() - Method in class ilog.cplex.IloCplex
Removes all callbacks from the invoking IloCplex object.
clearCuts() - Method in class ilog.cplex.IloCplex
Deletes all cuts added by the user to the invoking IloCplex object with the methods addCut and addCuts.
clearExpr() - Method in interface ilog.concert.IloObjective
Sets the optimization expression to 0.
clearExpr() - Method in interface ilog.concert.IloRange
Sets the expression of the ranged constraint to 0.
clearLazyConstraints() - Method in class ilog.cplex.IloCplex
This is an advanced method.
clearModel() - Method in class ilog.cplex.IloCplex
Removes all modeling objects from the active model.
clearUserCuts() - Method in class ilog.cplex.IloCplex
This is an advanced method.
column(IloRange, double) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumn object suitable for adding a new variable to constraint rng as a linear term with coefficient val.
column(IloObjective, double) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumn object suitable for adding a new variable to the objective obj as a linear term with coefficient val.
column(IloLPMatrix) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumn object suitable for adding a new variable to an LP matrix as an empty column.
column(IloLPMatrix, int[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumn object suitable for adding a new variable to an LP matrix as a new column.
column(IloLPMatrix, int[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumn object suitable for adding a new variable to an LP matrix as a new column.
column(IloRange, double) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.column(IloRange rng, double val)
column(IloObjective, double) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.column(IloObjective obj, double val)
column(IloLPMatrix) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.column(IloLPMatrix lp)
column(IloLPMatrix, int[], double[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.column(IloLPMatrix lp, int[] ind, double[] val)
column(IloLPMatrix, int[], double[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.column(IloLPMatrix lp, int[] ind, double[] val, int start, int num)
columnArray(IloRange, double[]) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumnArray suitable for adding new variables to constraint rng as linear terms with coefficients specified in val.
columnArray(IloRange, double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumnArray suitable for adding num new variables to constraint IloRange as linear terms with coefficients specified in val.
columnArray(IloObjective, double[]) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumnArray object suitable for adding new variables to the objective obj as linear terms with coefficients specified in val.
columnArray(IloObjective, double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumnArray object suitable for adding num new variables to the objective obj as linear terms with coefficients specified in val.
columnArray(IloLPMatrix, int, int[][], double[][]) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumnArray object suitable for adding new variables to an IloLPMatrix as columns.
columnArray(IloLPMatrix, int) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumnArray object suitable for adding new variables to an IloLPMatrix as empty columns.
columnArray(IloRange, double[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.columnArray(IloRange rng, double[] val)
columnArray(IloRange, double[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.columnArray(IloRange rng, double[] val, int start, int num)
columnArray(IloObjective, double[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.columnArray(IloObjective obj, double[] val)
columnArray(IloObjective, double[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.columnArray(IloObjective obj, double[] val, int start, int num)
columnArray(IloLPMatrix, int, int[][], double[][]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.columnArray(IloLPMatrix lp, int num, int[][] ind, double[][] val)
columnArray(IloLPMatrix, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.columnArray(IloLPMatrix lp, int num)
constant(double) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the constant term c.
constant(int) - Method in interface ilog.concert.IloModeler
Creates and returns a new integer constant expression equal to c.
constant(double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.constant(double)
constant(int) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.constant(int)
constraintGoal(IloConstraint) - Method in class ilog.cplex.IloCplex
Creates and returns a constraint goal for the specified constraint cut.
constraintGoal(IloConstraint[]) - Method in class ilog.cplex.IloCplex
Creates and returns a constraint goal for the constraints specified in array cut.
conversion(IloNumVar, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns an IloConversion object for converting the type of a variable in a model.
conversion(IloNumVar, IloNumVarType, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an IloConversion object, with the specified name, for converting the type of a variable in a model.
conversion(IloNumVar[], IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns an IloConversion object for converting the type of the variables in array var in a model.
conversion(IloNumVar[], IloNumVarType, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an IloConversion object with the specified type and name, for converting the type of the variables in array var in a model.
conversion(IloNumVar[], IloNumVarType[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns an IloConversion object for converting the type of the variables in the array var in a model.
conversion(IloNumVar[], IloNumVarType[], String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an IloConversion object, with the specified name, for converting the type of the variables in array var in a model.
conversion(IloNumVar, IloNumVarType, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.conversion(IloNumVar var, IloNumVarType type, String name)
conversion(IloNumVar, IloNumVarType) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.conversion(IloNumVar var, IloNumVarType type)
conversion(IloNumVar[], IloNumVarType, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.conversion(IloNumVar[] ilovar, IloNumVarType type, String name)
conversion(IloNumVar[], IloNumVarType) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.conversion(IloNumVar[] ilovar, IloNumVarType type)
conversion(IloNumVar[], IloNumVarType[], String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.conversion(IloNumVar[] ilovar, IloNumVarType[] type, String name)
conversion(IloNumVar[], IloNumVarType[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.conversion(IloNumVar[] ilovar, IloNumVarType[] type)
conversionIterator() - Method in class ilog.cplex.IloCplexModeler
Returns an iterator over all IloConversion objects in the active model.

D

DFS - Static variable in class ilog.cplex.IloCplex.NodeSelect
Depth-first search.
DPriInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
DataCheck - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
DefaultVarSel - Static variable in class ilog.cplex.IloCplex.VariableSelect
Branch variable automatically selected.
DepInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
Devex - Static variable in class ilog.cplex.IloCplex.DualPricing
Devex pricing.
Devex - Static variable in class ilog.cplex.IloCplex.PrimalPricing
Devex pricing.
DisjCuts - Static variable in class ilog.cplex.IloCplex.IntParam
 
DiveType - Static variable in class ilog.cplex.IloCplex.IntParam
 
Down - Static variable in class ilog.cplex.IloCplex.BranchDirection
Downward branch direction.
Dual - Static variable in class ilog.cplex.IloCplex.Algorithm
Selects the dual simplex algorithm.
DualObj - Static variable in class ilog.cplex.IloCplex.QualityType
 
delDirection(IloNumVar) - Method in class ilog.cplex.IloCplex
Removes any existing branching direction assignments from the variable var.
delDirections(IloNumVar[]) - Method in class ilog.cplex.IloCplex
Removes any existing assignments of branching direction from all the variables in array var.
delDirections(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
Removes any existing branching direction assignments from num consecutive variables in the array var, starting with the variable var[start].
delPriorities(IloNumVar[]) - Method in class ilog.cplex.IloCplex
Removes any existing branch priority assignment from the variables in array var.
delPriorities(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
Removes any existing branch priority assignment from num consecutive variables in the array var, starting with the variable var[start].
delPriority(IloNumVar) - Method in class ilog.cplex.IloCplex
Removes any existing branch priority assignment from variable var.
delete(IloCopyable) - Method in interface ilog.concert.IloMPModeler
Deletes an object from a model.
delete(IloCopyable[]) - Method in interface ilog.concert.IloMPModeler
Deletes the modeling objects in an array obj from the invoking model.
delete(IloCopyable[], int, int) - Method in interface ilog.concert.IloMPModeler
Deletes the modeling objects in obj[start] through obj[start+num-1] from a model.
delete(IloCopyable) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.delete(IloCopyable obj)
delete(IloCopyable[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.delete(IloCopyable[] obj)
delete(IloCopyable[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.delete(IloCopyable[] obj, int beg, int num)
diff(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the difference between expression e and value v.
diff(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the difference between the expressions e1 and e2.
diff(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the difference between the value v and the expression e1.
diff(IloIntExpr, int) - Method in interface ilog.concert.IloModeler
Creates and returns an integer expression representing the difference between integer expression e and value v.
diff(IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an integer expression representing the difference between the integer expressions expr1 and expr2.
diff(int, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an integer expression representing the difference between the value v and the integer expression e1.
diff(IloIntExpr, int) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.diff(IloIntExpr, int)
diff(IloNumExpr, double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.diff(IloNumExpr, double)
diff(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.diff(IloNumExpr, IloNumExpr)
diff(double, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.diff(double, IloNumExpr)
diff(IloIntExpr, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.diff(IloIntExpr, IloIntExpr)
diff(int, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.diff(int, IloIntExpr)
dualFarkas(IloConstraint[], double[]) - Method in class ilog.cplex.IloCplex
This is an advanced method.

E

EpAGap - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
EpGap - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
EpInt - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
EpLin - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
EpMrk - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
EpOpt - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
EpPer - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
EpRHS - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
EpRelax - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
Error - Static variable in class ilog.cplex.IloCplex.Status
The Error solution status indicates that an error has occurred.
ExactKappa - Static variable in class ilog.cplex.IloCplex.QualityType
 
Excluded - Static variable in class ilog.cplex.IloCplex.ConflictStatus
This element is excluded from the conflict.
end() - Method in class ilog.cplex.IloCplex
Releases the IloCplex license held by the invoking object, and all the memory allocated by it.
eq(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint e1 == e2.
eq(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint e1 == e2 and assigned the name name.
eq(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr == rhs.
eq(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr == rhs and assigned the name name.
eq(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val == expr.
eq(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val == expr and assigned the name name.
eq(IloNumExpr, double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.eq(IloNumExpr e, double v)
eq(IloNumExpr, double, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.eq(IloNumExpr e, double v, String name)
eq(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.eq(IloNumExpr e1, IloNumExpr e2)
eq(IloNumExpr, IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.eq(IloNumExpr e1, IloNumExpr e2, String name)
eq(double, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.eq(double v, IloNumExpr e)
eq(double, IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.eq(double v, IloNumExpr e, String name)
eqGoal(IloNumExpr, double) - Method in class ilog.cplex.IloCplex
Creates a constraint goal for the constraint expr == rhs.
eqGoal(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplex
Creates a constraint goal for the constraint expr1 == expr2.
eqGoal(double, IloNumExpr) - Method in class ilog.cplex.IloCplex
Creates a constraint goal for the constraint lhs == expr.
equals(Object) - Method in class ilog.cplex.IloCplex.BasisStatus
This method can be use to test whether two basis statuses are equal.
equals(Object) - Method in class ilog.cplex.IloCplex.BranchType
This method tests whether two branch types are equal.
equals(Object) - Method in class ilog.cplex.IloCplex.ConflictStatus
Tests whether two instances of conflict status are equal.
equals(Object) - Method in class ilog.cplex.IloCplex.CplexStatus
 
equals(Object) - Method in class ilog.cplex.IloCplex.NodeId
Tests whether two node identifiers are equal.
evaluate() - Method in class ilog.cplex.IloCplex.NodeEvaluator
IloCplex calls this method for every node controlled by the invoking evaluator in order to compute an evaluation value for the node.
execute(IloCplex) - Method in class ilog.cplex.IloCplex.Goal
This method must be implemented by the user to specify the logic of the goal.
exportModel(String) - Method in class ilog.cplex.IloCplex
Writes the active model to the file indicated by filename.

F

FailFeas - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
FailFeasNoTree - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
FailInfeas - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
FailInfeasNoTree - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
FeasOptMode - Static variable in class ilog.cplex.IloCplex.IntParam
 
Feasibility - Static variable in class ilog.cplex.IloCplex.MIPEmphasis
Feasibility over optimality.
Feasible - Static variable in class ilog.cplex.IloCplex.IntegerFeasibilityStatus
States that a variable or SOS is considered to be integer feasible in the current node solution.
Feasible - Static variable in class ilog.cplex.IloCplex.Status
The Feasible solution status indicates that the IloCplex optimizer has found a feasible solution that can be queried with the method getValue.
FeasibleRelaxedInf - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
FeasibleRelaxedQuad - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
FeasibleRelaxedSum - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
FixBasis - Static variable in class ilog.cplex.IloCplex.DeleteMode
If the delete mode is set to IloCplex.DeleteMode.FixBasis, the invoking object will do basis pivots in order to maintain a valid basis when variables or constraints are removed.
Float - Static variable in class ilog.concert.IloNumVarType
Floating point or, equivalently, continuous variable type.
FlowCovers - Static variable in class ilog.cplex.IloCplex.IntParam
 
FlowPaths - Static variable in class ilog.cplex.IloCplex.IntParam
 
FracCand - Static variable in class ilog.cplex.IloCplex.IntParam
 
FracCuts - Static variable in class ilog.cplex.IloCplex.IntParam
 
FracPass - Static variable in class ilog.cplex.IloCplex.IntParam
 
FreeOrSuperbasic - Static variable in class ilog.cplex.IloCplex.BasisStatus
This status indicates that the variable is nonbasic, but not at a bound.
Full - Static variable in class ilog.cplex.IloCplex.DualPricing
Full pricing.
Full - Static variable in class ilog.cplex.IloCplex.PrimalPricing
Full pricing.
FullSteep - Static variable in class ilog.cplex.IloCplex.DualPricing
Steepest- edge pricing in slack space
failGoal() - Method in class ilog.cplex.IloCplex
Creates and returns a goal that always fails.
feasOpt(IloConstraint[], double[]) - Method in class ilog.cplex.IloCplex
This method computes a minimum-cost relaxation in order to make the active model feasible by relaxing the constraints specified in cts.
feasOpt(IloRange[], double[], double[], IloNumVar[], double[], double[]) - Method in class ilog.cplex.IloCplex
This method computes a minimum-cost relaxation in order to make the active model feasible by relaxing the bounds of the variables specified in the array vars and by relaxing the bounds of the range constraints specified in the array rngs.
feasOpt(IloNumVar[], double[], double[]) - Method in class ilog.cplex.IloCplex
This method computes a minimum-cost relaxation in order to make the active model feasible by relaxing the bounds of the variables specified in the array vars.
feasOpt(IloRange[], double[], double[]) - Method in class ilog.cplex.IloCplex
This method computes a minimum-cost relaxation in order to make the active model feasible by relaxing the bounds of the range constraints specified in the array rngs.

G

GUBCovers - Static variable in class ilog.cplex.IloCplex.IntParam
 
Global - Static variable in class ilog.cplex.IloCplex.BranchDirection
Global branch direction.
ge(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr >= rhs.
ge(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr >= rhs and assigned the name name.
ge(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 >= e2.
ge(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 >= e2 and assigned the name name.
ge(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val >= expr.
ge(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val >= expr and assigned the name name.
ge(IloNumExpr, double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.ge(IloNumExpr e, double v)
ge(IloNumExpr, double, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.ge(IloNumExpr e, double v, String name)
ge(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.ge(IloNumExpr e1, IloNumExpr e2)
ge(IloNumExpr, IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.ge(IloNumExpr e1, IloNumExpr e2, String name)
ge(double, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.ge(double v, IloNumExpr e)
ge(double, IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.ge(double v, IloNumExpr e, String name)
geGoal(IloNumExpr, double) - Method in class ilog.cplex.IloCplex
Creates a constraint goal for the constraint expr >= rhs.
geGoal(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplex
Creates a constraint goal for the constraint expr1 >= expr2.
geGoal(double, IloNumExpr) - Method in class ilog.cplex.IloCplex
Creates a constraint goal for the constraint lhs >= expr.
getAX(IloLPMatrix) - Method in class ilog.cplex.IloCplex
Returns an array containing the row activity values for the constraints corresponding to the rows of an LP matrix.
getAX(IloLPMatrix, int, int) - Method in class ilog.cplex.IloCplex
Returns row activity values for a range of num consecutive rows, starting from the index specified by start, of an LP matrix.
getAX(IloRange) - Method in class ilog.cplex.IloCplex
Returns the row activity value for a range constraint.
getAX(IloRange[]) - Method in class ilog.cplex.IloCplex
Returns row activity values for an array of range constraints.
getAX(IloRange[], int, int) - Method in class ilog.cplex.IloCplex
Queries row activity values for a set of range constraints.
getAlgorithm() - Method in class ilog.cplex.IloCplex
Returns the algorithm that was used to generate the current solution.
getBasisStatus(IloNumVar) - Method in class ilog.cplex.IloCplex
Returns the basis status for variable var.
getBasisStatus(IloConstraint) - Method in class ilog.cplex.IloCplex
Returns the basis status for the constraint con.
getBasisStatuses(IloNumVar[]) - Method in class ilog.cplex.IloCplex
Returns basis statuses for the variables in array var.
getBasisStatuses(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
Returns basis statuses for num consecutive variables, starting from the index specified by start, in the array var.
getBasisStatuses(IloConstraint[]) - Method in class ilog.cplex.IloCplex
Returns basis statuses for the constraints in array con.
getBasisStatuses(IloConstraint[], int, int) - Method in class ilog.cplex.IloCplex
Returns basis statuses for num consecutive constraints, starting from the index specified by start, in the array of constraints con.
getBestObjValue() - Method in class ilog.cplex.IloCplex.Goal
Returns a bound on the optimal solution value of the active problem.
getBestObjValue() - Method in class ilog.cplex.IloCplex.MIPCallback
This method returns a bound on the optimal solution value of the active problem at the moment the callback is called.
getBestObjValue() - Method in class ilog.cplex.IloCplex
This method returns a bound on the optimal solution value of the active problem in a MIP.
getBoundSA(double[], double[], double[], double[], IloLPMatrix) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for the bounds of all variables in the specified LP matrix.
getBoundSA(double[], double[], double[], double[], IloLPMatrix, int, int) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for the bounds of num consecutive variables, starting from the index specified by start, in the specified LP matrix.
getBoundSA(double[], double[], double[], double[], IloNumVar[]) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for the bounds of the variables in the array vars.
getBoundSA(double[], double[], double[], double[], IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for the bounds of the num consecutive variables, starting from the index specified by start, in the array var.
getBranchType() - Method in class ilog.cplex.IloCplex.BranchCallback
Returns the type of branching IloCplex is going to do at the current node unless overridden by the invoking callback.
getBranchType() - Method in class ilog.cplex.IloCplex.Goal
Returns the type of branching IloCplex is going to do at the current node unless overridden by the invoking goal.
getBranchVar(int) - Method in class ilog.cplex.IloCplex.NodeCallback
Returns the variable that was branched upon to create the node specified by number node.
getBranchVar() - Method in class ilog.cplex.IloCplex.NodeEvaluator
Returns the variable that was branched upon to create the current node.
getBranches(IloNumVar[][], double[][], IloCplex.BranchDirection[][]) - Method in class ilog.cplex.IloCplex.BranchCallback
Queries the branches IloCplex would create at the current node if not overridden by the invoking callback.
getBranches(IloNumVar[][], double[][], IloCplex.BranchDirection[][]) - Method in class ilog.cplex.IloCplex.Goal
Queries the branches IloCplex would create at the current node unless overridden by the invoking goal.
getCols(int, int, int[][], double[][]) - Method in interface ilog.concert.IloLPMatrix
Returns columns in a sparse matrix representation.
getConflict(IloConstraint[]) - Method in class ilog.cplex.IloCplex
This method accesses the constraints of a conflict previously computed by the method refineConflict and returns the status of the constraints in the array cts.
getConflict(IloConstraint) - Method in class ilog.cplex.IloCplex
This method accesses a conflict previously computed by the method refineConflict and returns the conflict status for the constraint ct.
getConflict(IloConstraint[], int, int) - Method in class ilog.cplex.IloCplex
This method accesses a conflict (or a subset of a conflict) previously computed by the method refineConflict and returns the conflict status of num consecutive constraints in the array cts.
getConstant() - Method in interface ilog.concert.IloLinearIntExpr
Queries the constant term from the invoking IloLinearIntExpr.
getConstant() - Method in interface ilog.concert.IloLinearNumExpr
Queries the constant term from the invoking IloLinearIntExpr.
getConstraint() - Method in class ilog.cplex.IloCplex.Quality
Returns the constraint for which the quality measure is attained, if any.
getCplexStatus() - Method in class ilog.cplex.IloCplex.HeuristicCallback
Returns the IloCplex.CplexStatus for the current node.
getCplexStatus() - Method in class ilog.cplex.IloCplex.SolveCallback
Returns the IloCplex.CplexStatus of the last solve call.
getCplexStatus() - Method in class ilog.cplex.IloCplex
Returns the status of the IloCplex algorithm.
getCplexSubStatus() - Method in class ilog.cplex.IloCplex
Returns the IloCplex.CplexStatus status of the last node problem solved.
getCutoff() - Method in class ilog.cplex.IloCplex.Goal
Returns the cutoff for the objective value when nodes are being solved during branch-and-cut search.
getCutoff() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the cutoff for the objective value when nodes are being solved during branch-and-cut search.
getCutoff() - Method in class ilog.cplex.IloCplex
Returns the cutoff for the objective value when nodes are being solved during branch-and-cut search.
getDefault(IloCplex.IntParam) - Method in class ilog.cplex.IloCplex
Returns the default value of an integer parameter.
getDefault(IloCplex.BooleanParam) - Method in class ilog.cplex.IloCplex
Returns the default value of a Boolean parameter.
getDefault(IloCplex.DoubleParam) - Method in class ilog.cplex.IloCplex
Returns the default value of a double parameter.
getDefault(IloCplex.StringParam) - Method in class ilog.cplex.IloCplex
Returns the default value of a string parameter.
getDeleteMode() - Method in class ilog.cplex.IloCplex
Returns the current delete mode of the invoking IloCplex object.
getDepth(int) - Method in class ilog.cplex.IloCplex.NodeCallback
Returns the depth of the node in the search tree.
getDepth() - Method in class ilog.cplex.IloCplex.NodeEvaluator
Returns the depth in the search tree of the current node.
getDepth() - Method in class ilog.cplex.IloCplex.SearchLimit
Returns the depth of the current node in the search tree.
getDirection(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
Returns the branch direction for a variable.
getDirection(IloNumVar) - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the branch direction for a variable.
getDirection(IloNumVar) - Method in class ilog.cplex.IloCplex
Returns the branch direction for a variable.
getDirections(IloNumVar[]) - Method in class ilog.cplex.IloCplex
Returns the branch directions for an array of variables.
getDirections(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
Returns branch directions for num consecutive variables, starting from the index specified by var[start].
getDiverging() - Method in class ilog.cplex.IloCplex
This method returns the diverging variable or constraint, in a case where the primal simplex algorithm has determined the problem to be infeasible.
getDownPseudoCost(IloNumVar) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the pseudo cost for branching down on variable var.
getDownPseudoCost(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
Returns the pseudo cost for branching down on variable var.
getDual(IloRange) - Method in class ilog.cplex.IloCplex
Returns the dual solution value for a constraint.
getDualInfeasibility() - Method in class ilog.cplex.IloCplex.ContinuousCallback
Returns a measure for the dual infeasibility of the current solution.
getDualObjValue() - Method in class ilog.cplex.IloCplex.BarrierCallback
Returns the current dual objective value.
getDuals(IloLPMatrix) - Method in class ilog.cplex.IloCplex
Returns the dual solution vector for the constraints corresponding to the rows of an LP matrix.
getDuals(IloLPMatrix, int, int) - Method in class ilog.cplex.IloCplex
Returns dual solution values for the constraints corresponding to a range of num rows of an LP matrix.
getDuals(IloRange[]) - Method in class ilog.cplex.IloCplex
Returns dual solution values for an array of range constraints.
getDuals(IloRange[], int, int) - Method in class ilog.cplex.IloCplex
Returns dual solution values for num consecutive range constraints, starting from the index specified by start.
getEstimatedObjValue(int) - Method in class ilog.cplex.IloCplex.NodeCallback
Returns the estimated objective value for the node indicated by the node number node.
getEstimatedObjValue() - Method in class ilog.cplex.IloCplex.NodeEvaluator
Returns the estimated objective value of the current node.
getExpr() - Method in interface ilog.concert.IloObjective
Queries the expression of the invoking IloObjective object.
getExpr() - Method in interface ilog.concert.IloRange
Queries the expression of the invoking IloRange object.
getFeasibilities(IloNumVar[]) - Method in class ilog.cplex.IloCplex.ControlCallback
States whether the variables in array var are integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getFeasibilities(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.ControlCallback
Queries whether the variables specified in array var are integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getFeasibilities(IloNumVar[]) - Method in class ilog.cplex.IloCplex.Goal
States whether the variables in array var are integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getFeasibilities(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.Goal
States whether the specified variables in array var are integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getFeasibility(IloNumVar) - Method in class ilog.cplex.IloCplex.ControlCallback
States whether the variable var is integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getFeasibility(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
States whether the variable var is integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getIncumbentNode() - Method in class ilog.cplex.IloCplex
Returns the node number where the current incumbent was found.
getIncumbentObjValue() - Method in class ilog.cplex.IloCplex.Goal
Returns the objective value of the current best integer solution.
getIncumbentObjValue() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the objective value of the current best integer solution at the moment the callback is called.
getIncumbentValue(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
Returns the value of variable var for the current best integer solution.
getIncumbentValue(IloNumVar) - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the value of var for the current best integer solution.
getIncumbentValues(IloNumVar[]) - Method in class ilog.cplex.IloCplex.Goal
Returns incumbent solution values for an array of variables.
getIncumbentValues(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.Goal
Returns the incumbent solution values for a set of variables.
getIncumbentValues(IloNumVar[]) - Method in class ilog.cplex.IloCplex.MIPCallback
Returns incumbent solution values for an array of variables.
getIncumbentValues(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the incumbent solution values for a set of variables.
getIndex(IloRange) - Method in interface ilog.concert.IloLPMatrix
Returns the row index corresponding to a ranged constraint in the invoking LP matrix.
getIndex(IloNumVar) - Method in interface ilog.concert.IloLPMatrix
Returns the column index corresponding to a variable in the invoking LP matrix.
getInfeasibilities(IloNumVar[]) - Method in class ilog.cplex.IloCplex
Returns infeasibility values for an array of variables.
getInfeasibilities(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
Returns infeasibility values for num consecutive variables, starting from the index specified by start.
getInfeasibilities(IloLPMatrix) - Method in class ilog.cplex.IloCplex
Returns infeasibility values for the constraints corresponding to the rows of an LP matrix.
getInfeasibilities(IloLPMatrix, int, int) - Method in class ilog.cplex.IloCplex
Returns infeasibility values for the constraints corresponding to a range of num rows of LP matrix, starting from the row specified by start.
getInfeasibilities(IloConstraint[]) - Method in class ilog.cplex.IloCplex
Returns infeasibility values for an array of constraints.
getInfeasibilities(IloConstraint[], int, int) - Method in class ilog.cplex.IloCplex
Returns infeasibility values for num consecutive constraints, starting from the index specified by start, from an array con of constraints.
getInfeasibility() - Method in class ilog.cplex.IloCplex.ContinuousCallback
Returns a measure for the primal infeasibility of the current solution.
getInfeasibility() - Method in class ilog.cplex.IloCplex.NetworkCallback
Returns the primal infeasibility measure at the moment the callback is called.
getInfeasibility(IloNumVar) - Method in class ilog.cplex.IloCplex
Returns the infeasibility for a variable.
getInfeasibility(IloConstraint) - Method in class ilog.cplex.IloCplex
Returns the infeasibility value for a constraint.
getInfeasibilitySum(int) - Method in class ilog.cplex.IloCplex.NodeCallback
Returns the sum of integer infeasibility of the node indicated by the node number node.
getInfeasibilitySum() - Method in class ilog.cplex.IloCplex.NodeEvaluator
Returns the sum of integer infeasibility of the current node.
getLB() - Method in interface ilog.concert.IloNumVar
Queries the lower bound of the invoking IloNumVar object.
getLB() - Method in interface ilog.concert.IloRange
Queries the lower bound of the ranged constraints.
getLB(IloNumVar) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the current lower bound for the variable var.
getLB(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
Returns the current lower bound for variable var.
getLBs(IloNumVar[]) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the current lower bounds for an array of variables.
getLBs(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the current lower bounds for a set of variables.
getLBs(IloNumVar[]) - Method in class ilog.cplex.IloCplex.Goal
Returns the current lower bounds for an array of variables.
getLBs(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.Goal
Returns the current lower bounds for a set of variables.
getLeftDepth() - Method in class ilog.cplex.IloCplex.NodeEvaluator
Returns the left depth of the current node in the search tree.
getLeftDepth() - Method in class ilog.cplex.IloCplex.SearchLimit
Returns the left depth of the current node in the search tree.
getMax() - Method in interface ilog.concert.IloIntVar
Returns the initial maximum value for this integer variable.
getMax(IloCplex.IntParam) - Method in class ilog.cplex.IloCplex
Returns the maximum allowed value for an integer parameter.
getMax(IloCplex.DoubleParam) - Method in class ilog.cplex.IloCplex
Returns the maximum allowed value for a double parameter.
getMin() - Method in interface ilog.concert.IloIntVar
Returns the initial minimum value for this integer variable.
getMin(IloCplex.IntParam) - Method in class ilog.cplex.IloCplex
Returns the minimum value allowed for an integer parameter.
getMin(IloCplex.DoubleParam) - Method in class ilog.cplex.IloCplex
Returns the minimum value allowed for a double parameter.
getModel() - Method in interface ilog.concert.IloMPModeler
Returns the active model.
getModel() - Method in class ilog.cplex.IloCplex.Callback
Returns the model being solved when the invoking callback is called, that is the active model.
getModel() - Method in class ilog.cplex.IloCplexModeler
Returns the active model.
getNGUBcovers() - Method in class ilog.cplex.IloCplex.Goal
Returns the number of GUB cover cuts that have been added to the model during the current optimization.
getNGUBcovers() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the number of GUB cover cuts that have been added to the node relaxation at the moment the callback is called.
getNMIRs() - Method in class ilog.cplex.IloCplex.Goal
Returns the number of mixed integer rounding (MIR) cuts that have been added to the model during the current optimization.
getNMIRs() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the number of mixed integer rounding (MIR) cuts that have been added to the node relaxation at the moment the callback is called.
getNNZs() - Method in interface ilog.concert.IloLPMatrix
Returns the number of nonzeros in the invoking LP matrix.
getNNZs() - Method in class ilog.cplex.IloCplex
Returns the number of nonzero elements in the matrix representation of the active model.
getNQCs() - Method in class ilog.cplex.IloCplex.Callback
Returns the number of quadratic constraints in the active model being solved when the invoking callback is called.
getNQCs() - Method in class ilog.cplex.IloCplex
Returns the number of quadratic constraints in the active model.
getNSOS1() - Method in class ilog.cplex.IloCplex
Returns the number of SOSs of type 1 in the active model.
getNSOS2() - Method in class ilog.cplex.IloCplex
Returns the number of SOSs of type 2 in the active model.
getNSOSs() - Method in class ilog.cplex.IloCplex
Returns the number of SOSs of both types, 1 and 2 in the active model.
getNZ(int, int) - Method in interface ilog.concert.IloLPMatrix
Returns the value of the matrix element row and col from the invoking LP matrix.
getNaggregations() - Method in class ilog.cplex.IloCplex.PresolveCallback
Returns the number of aggregations performed by presolve at the moment the callback is called.
getName() - Method in interface ilog.concert.IloAddable
Accesses the name assigned to the invoking modeling object.
getName() - Method in interface ilog.concert.IloNumVar
Returns the name of the invoking variable.
getName() - Method in class ilog.cplex.IloCplexModeler
Returns the name of the invoking model, if there is one.
getNbarrierIterations() - Method in class ilog.cplex.IloCplex
Returns the number of barrier iterations from the last solve.
getNbinVars() - Method in class ilog.cplex.IloCplex
Returns the number of binary (or Boolean) variables in the matrix representation of the active model.
getNbranches() - Method in class ilog.cplex.IloCplex.BranchCallback
Returns the number of branches IloCplex is going to create at the current node unless overridden by the invoking callback.
getNbranches() - Method in class ilog.cplex.IloCplex.Goal
Returns the number of branches IloCplex is going to create at the current node unless overridden by the invoking goal.
getNcliques() - Method in class ilog.cplex.IloCplex.Goal
Returns the number of clique cuts that have been added to the model during the current optimization.
getNcliques() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the number of clique cuts that have been added to the node relaxation at the moment the callback is called.
getNcliques() - Method in class ilog.cplex.IloCplex
Deprecated. No replacement
getNcols() - Method in interface ilog.concert.IloLPMatrix
Returns the number of columns in the invoking LP matrix.
getNcols() - Method in class ilog.cplex.IloCplex.Callback
Returns the number of columns of the matrix representation of the active model being solved when the invoking callback is called.
getNcols() - Method in class ilog.cplex.IloCplex
Returns the number of columns in the matrix representation of the active model.
getNcovers() - Method in class ilog.cplex.IloCplex.Goal
Returns the number of cover cuts that have been added to the model during the current optimization.
getNcovers() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the number of cover cuts that have been added to the node relaxation at the moment the callback is called.
getNcovers() - Method in class ilog.cplex.IloCplex
Deprecated. No replacement
getNcrossDExch() - Method in class ilog.cplex.IloCplex
Returns the number of dual exchange operations in the crossover of the last solve.
getNcrossDPush() - Method in class ilog.cplex.IloCplex
Returns the number of dual push operations in the crossover of the last solve.
getNcrossPExch() - Method in class ilog.cplex.IloCplex
Returns the number of primal exchange operations in the crossover of the last solve.
getNcrossPPush() - Method in class ilog.cplex.IloCplex
Returns the number of primal push operations in the crossover of the last solve.
getNdisjunctiveCuts() - Method in class ilog.cplex.IloCplex.Goal
Returns the number of disjunctive cuts that have been added to the model during the current optimization.
getNdisjunctiveCuts() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the number of disjunctive cuts that have been added to the node relaxation at the moment the callback is called.
getNdualExchanges() - Method in class ilog.cplex.IloCplex.CrossoverCallback
Returns the number of dual exchange operations at the moment the callback is called.
getNdualPushes() - Method in class ilog.cplex.IloCplex.CrossoverCallback
Returns the number of dual push operations at the moment the callback is called.
getNdualSuperbasics() - Method in class ilog.cplex.IloCplex
Returns the number of dual superbasic variables in the basis.
getNflowCovers() - Method in class ilog.cplex.IloCplex.Goal
Returns the number of flow cover cuts that have been added to the model during the current optimization.
getNflowCovers() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the number of flow cover cuts that have been added to the node relaxation at the moment the callback is called.
getNflowPaths() - Method in class ilog.cplex.IloCplex.Goal
Returns the number of flow path cuts that have been added to the model during the current optimization.
getNflowPaths() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the number of flow path cuts that have been added to the node relaxation at the moment the callback is called.
getNfractionalCuts() - Method in class ilog.cplex.IloCplex.Goal
Returns the number of fractional cuts that have been added to the model during the current optimization.
getNfractionalCuts() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the number of fractional cuts that have been added to the node relaxation at the moment the callback is called.
getNimpliedBounds() - Method in class ilog.cplex.IloCplex.Goal
Returns the number of implied bound cuts that have been added to the model during the current optimization.
getNimpliedBounds() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the number of implied bound cuts that have been added to the node relaxation at the moment the callback is called.
getNinfeasibilities(int) - Method in class ilog.cplex.IloCplex.NodeCallback
Returns the number of integer infeasible variables for the node indicated by the node number node.
getNinfeasibilities() - Method in class ilog.cplex.IloCplex.NodeEvaluator
Returns the number of integer infeasible variables for the current node.
getNintVars() - Method in class ilog.cplex.IloCplex
Returns the number of integer variables in the matrix representation of the active model.
getNiterations() - Method in class ilog.cplex.IloCplex.ContinuousCallback
Returns the number of iterations performed so far.
getNiterations() - Method in class ilog.cplex.IloCplex.Goal
Returns the total number of iterations for solving node problems during the current optimization.
getNiterations() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the total number of iterations for solving node relaxations during the current optimization.
getNiterations() - Method in class ilog.cplex.IloCplex.NetworkCallback
Returns the number of iterations performed by the network optimizer at the moment the callback is called.
getNiterations() - Method in class ilog.cplex.IloCplex
Returns the number of iterations from the last solve.
getNmodifiedCoeffs() - Method in class ilog.cplex.IloCplex.PresolveCallback
Returns the number of coefficients modified by presolve at the moment the callback is called.
getNnodes() - Method in class ilog.cplex.IloCplex.Goal
Returns the number of nodes processed so far in the active branch-and-cut search.
getNnodes() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the number of nodes processed so far in the active branch-and-cut search.
getNnodes() - Method in class ilog.cplex.IloCplex
Returns the number of branch-and-cut nodes explored in solving the active model.
getNnodesLeft() - Method in class ilog.cplex.IloCplex
Returns the number of unexplored nodes in the branch-and-cut tree.
getNodeData() - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the user object attached to the current node.
getNodeData() - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the user object attached to the current node.
getNodeData(int) - Method in class ilog.cplex.IloCplex.NodeCallback
Returns the user object attached to the node with number node.
getNodeId() - Method in class ilog.cplex.IloCplex.BranchCallback
Returns the IloCplex.NodeId of the current node.
getNodeId() - Method in class ilog.cplex.IloCplex.Goal
Returns the node identifier of the current node.
getNodeId() - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the node identifier of the current node.
getNodeId(int) - Method in class ilog.cplex.IloCplex.NodeCallback
Returns the node identifier of the node indicated by the node number node.
getNodeId() - Method in class ilog.cplex.IloCplex.NodeEvaluator
Returns the node identifier of the current node.
getNodeNumber(IloCplex.NodeId) - Method in class ilog.cplex.IloCplex.NodeCallback
Returns the node number of the node indicated by the node identifier nodeid.
getNphaseOneIterations() - Method in class ilog.cplex.IloCplex
Returns the number of phase I simplex iterations from the last solve.
getNprimalExchanges() - Method in class ilog.cplex.IloCplex.CrossoverCallback
Returns the number of primal exchange operations at the moment the callback is called.
getNprimalPushes() - Method in class ilog.cplex.IloCplex.CrossoverCallback
Returns the number of primal push operations at the moment the callback is called.
getNprimalSuperbasics() - Method in class ilog.cplex.IloCplex
Returns the number of primal superbasic variables in the basis.
getNremainingNodes() - Method in class ilog.cplex.IloCplex.Goal
Returns the number of nodes remaining to be processed, or, equivalently, the number of active nodes in the tree.
getNremainingNodes() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the number of nodes remaining to be processed, or, equivalently, the number of active nodes in the tree.
getNremovedCols() - Method in class ilog.cplex.IloCplex.PresolveCallback
Returns the number of columns removed by presolve at the moment the callback is called.
getNremovedRows() - Method in class ilog.cplex.IloCplex.PresolveCallback
Returns the number of rows removed by presolve at the moment the callback is called.
getNrows() - Method in interface ilog.concert.IloLPMatrix
Returns the number of rows in the invoking LP matrix.
getNrows() - Method in class ilog.cplex.IloCplex.Callback
Returns the number of rows of the matrix representation of the active model being solved when the invoking callback is called.
getNrows() - Method in class ilog.cplex.IloCplex
Returns the number of rows of the matrix representation of the active model.
getNsemiContVars() - Method in class ilog.cplex.IloCplex
Returns the number of semi-continuous variables in the matrix representation of the active model.
getNsemiIntVars() - Method in class ilog.cplex.IloCplex
Returns the number of semi-integer variables in the matrix representation of the active model.
getNsiftingIterations() - Method in class ilog.cplex.IloCplex
Returns the number of sifting iterations from the last solve.
getNsiftingPhaseOneIterations() - Method in class ilog.cplex.IloCplex
Returns the number of sifting phase I iterations from the last solve.
getNsuperbasics() - Method in class ilog.cplex.IloCplex.CrossoverCallback
Returns the number of super basics created at the moment the callback is called.
getNumVar(int) - Method in interface ilog.concert.IloLPMatrix
Returns the variable corresponding to the i-th column of the LP matrix.
getNumVar() - Method in class ilog.cplex.IloCplex.Quality
Returns the variable at which the quality measure is attained, if any.
getNumVars() - Method in interface ilog.concert.IloLPMatrix
Returns an array of variables corresponding to the columns of the LP matrix.
getNumVars() - Method in interface ilog.concert.IloSOS1
Returns the array of variables in the invoking SOS1 object.
getNumVars() - Method in interface ilog.concert.IloSOS2
Returns the array of variables in the invoking SOS2 object.
getObjCoef(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
Returns the linear objective function coefficient for variable var in the model being solved.
getObjCoef(IloNumVar) - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the linear objective function coefficient for variable var in the model being solved.
getObjCoefs(IloNumVar[]) - Method in class ilog.cplex.IloCplex.Goal
Returns the linear objective function coefficients for an array of variables in the model being solved.
getObjCoefs(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.Goal
Returns the linear objective function coefficients for a set of variables in the model being solved.
getObjCoefs(IloNumVar[]) - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the linear objective function coefficients for an array of variables in the model being solved.
getObjCoefs(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the linear objective function coefficients for a set of variables in the model being solved.
getObjSA(double[], double[], IloLPMatrix) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for objective coefficients of the variables corresponding to the columns of the specified LP matrix.
getObjSA(double[], double[], IloLPMatrix, int, int) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for objective coefficients of the variables corresponding to a range of num consecutive columns of the specified LP matrix.
getObjSA(double[], double[], IloNumVar[]) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for objective coefficients for an array of variables.
getObjSA(double[], double[], IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for objective coefficients for num consecutive variables, starting at the index specified by start.
getObjValue() - Method in class ilog.cplex.IloCplex.ContinuousCallback
Returns the current objective value.
getObjValue() - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the objective function value of the solution of the continuous relaxation of the current node.
getObjValue() - Method in class ilog.cplex.IloCplex.Goal
Returns the objective function value of the solution of the continuous relaxation of the current node.
getObjValue() - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the objective value of the potential incumbent.
getObjValue() - Method in class ilog.cplex.IloCplex.NetworkCallback
Returns the current objective value.
getObjValue(int) - Method in class ilog.cplex.IloCplex.NodeCallback
Returns the objective value of the node indicated by the node number node.
getObjValue() - Method in class ilog.cplex.IloCplex.NodeEvaluator
Returns the objective value of the current node.
getObjValue() - Method in class ilog.cplex.IloCplex
Returns the objective value of the current solution.
getObject() - Method in class ilog.cplex.IloCplex.UnknownObjectException
Returns the modeling object that triggered this exception.
getObject() - Method in class ilog.cplex.IloCplex.UnsupportedObjectException
Returns the modeling object that triggered this exception.
getObjective() - Method in class ilog.cplex.IloCplexModeler
Returns the IloObjective object of the active model, or null if no IloObjective object is currently in the active model.
getParam(IloCplex.IntParam) - Method in class ilog.cplex.IloCplex.ParameterSet
Returns the current value of an integer parameter.
getParam(IloCplex.StringParam) - Method in class ilog.cplex.IloCplex.ParameterSet
Returns the current value of a string parameter.
getParam(IloCplex.BooleanParam) - Method in class ilog.cplex.IloCplex.ParameterSet
Returns the current value of a Boolean parameter.
getParam(IloCplex.DoubleParam) - Method in class ilog.cplex.IloCplex.ParameterSet
Returns the current value of a double parameter.
getParam(IloCplex.IntParam) - Method in class ilog.cplex.IloCplex
Returns the current value of an integer parameter.
getParam(IloCplex.BooleanParam) - Method in class ilog.cplex.IloCplex
Returns the current value of a Boolean parameter.
getParam(IloCplex.DoubleParam) - Method in class ilog.cplex.IloCplex
Returns the current value of a double parameter.
getParam(IloCplex.StringParam) - Method in class ilog.cplex.IloCplex
Returns the current value of a string parameter.
getParameterSet() - Method in class ilog.cplex.IloCplex
Returns a parameter set corresponding to the present parameter state.
getPhase() - Method in class ilog.cplex.IloCplex.ProbingCallback
Returns the current phase of probing.
getPriorities(IloNumVar[]) - Method in class ilog.cplex.IloCplex
Returns branch priorities for an array of variables.
getPriorities(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
Returns branch priorities for num consecutive variables, starting from the index specified by start.
getPriority(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
Returns the branch priority for variable var.
getPriority(IloNumVar) - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the branch priority for variable var.
getPriority(IloNumVar) - Method in class ilog.cplex.IloCplex
Returns the branch priority for a variable.
getProgress() - Method in class ilog.cplex.IloCplex.DisjunctiveCutCallback
Returns the fraction of completion of the disjunctive cut generation.
getProgress() - Method in class ilog.cplex.IloCplex.FlowMIRCutCallback
Returns the fraction of completion of the cut generation.
getProgress() - Method in class ilog.cplex.IloCplex.FractionalCutCallback
Returns the fraction of completion of the fractional cut generation.
getProgress() - Method in class ilog.cplex.IloCplex.ProbingCallback
Returns the fraction of completion of the current probing phase.
getQuality(IloCplex.QualityType) - Method in class ilog.cplex.IloCplex
Returns an instance of IloCplex.Quality that contains the requested quality measure.
getQualityType() - Method in class ilog.cplex.IloCplex.Quality
Returns the IloCplex.QualityType of the invoking quality measure.
getRHSSA(double[], double[], IloRange[]) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for the righthand side (RHS) values of a range of constraints.
getRHSSA(double[], double[], IloRange[], int, int) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for the righthand side (RHS) values of num constraints, starting from the index specified by start.
getRHSSA(double[], double[], IloLPMatrix) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for righthand side (RHS) values of the constraints corresponding to the rows of an LP matrix.
getRHSSA(double[], double[], IloLPMatrix, int, int) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for the righthand side (RHS) values of num constraints, corresponding to a range of rows of an LP matrix, starting from the index specified by start.
getRange(int) - Method in interface ilog.concert.IloLPMatrix
Returns the ranged constraint corresponding to the i-th row of the LP matrix.
getRangeSA(double[], double[], double[], double[], IloRange[]) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for the bounds of the range constraints in the array rng.
getRangeSA(double[], double[], double[], double[], IloRange[], int, int) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for the bounds of num consecutive range constraints in the array rng, starting with the index specified by rng[start].
getRangeSA(double[], double[], double[], double[], IloLPMatrix, int, int) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for the constraints corresponding to num rows of the LP matrix matrix starting with row start.
getRangeSA(double[], double[], double[], double[], IloLPMatrix) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis for the constraints corresponding to the rows of the LP matrix matrix.
getRanges() - Method in interface ilog.concert.IloLPMatrix
Returns an array of range constraints corresponding to the rows of the LP matrix.
getRay() - Method in class ilog.cplex.IloCplex
This is an advanced method.
getReducedCost(IloNumVar) - Method in class ilog.cplex.IloCplex
Returns the reduced cost for a variable.
getReducedCosts(IloLPMatrix) - Method in class ilog.cplex.IloCplex
Returns reduced costs for the variables corresponding to the columns of an LP matrix.
getReducedCosts(IloLPMatrix, int, int) - Method in class ilog.cplex.IloCplex
Returns reduced costs for the variables corresponding to a range of num columns of LP matrix, starting from the column specified by start.
getReducedCosts(IloNumVar[]) - Method in class ilog.cplex.IloCplex
Returns reduced costs for an array of variables.
getReducedCosts(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
Returns reduced costs for num consecutive variables, starting from the index specified by start.
getRightDepth() - Method in class ilog.cplex.IloCplex.NodeEvaluator
Returns the right depth of the current node in the search tree.
getRightDepth() - Method in class ilog.cplex.IloCplex.SearchLimit
Returns the right depth of the current node in the search tree.
getRows(int, int, double[], double[], int[][], double[][]) - Method in interface ilog.concert.IloLPMatrix
Returns rows in a sparse matrix representation.
getSOSFeasibility(IloSOS1) - Method in class ilog.cplex.IloCplex.ControlCallback
States whether the special ordered set of type 1 is integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getSOSFeasibility(IloSOS2) - Method in class ilog.cplex.IloCplex.ControlCallback
States whether the special ordered set of type 2 is integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getSOSFeasibility(IloSOS1) - Method in class ilog.cplex.IloCplex.Goal
States whether the special ordered set of type 1 is integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getSOSFeasibility(IloSOS2) - Method in class ilog.cplex.IloCplex.Goal
States whether the special ordered set of type 2 is integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getSemiContLB() - Method in interface ilog.concert.IloSemiContVar
Returns the semi-continuous lower bound of the invoking IloSemiContVar.
getSense() - Method in interface ilog.concert.IloObjective
Queries the optimization sense of the invoking IloObjective object.
getSize() - Method in class ilog.concert.IloColumnArray
Returns the number of variables that are created by the invoking IloColumnArray object.
getSlack(IloRange) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the slack value of a constraint for the solution of the continuous relaxation of the current node.
getSlack(IloRange) - Method in class ilog.cplex.IloCplex.Goal
Returns the slack value of a constraint for the solution of the continuous relaxation of the current node.
getSlack(IloRange) - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the slack value of a constraint for the proposed incumbent solution.
getSlack(IloRange) - Method in class ilog.cplex.IloCplex
Returns the slack value for a range constraint.
getSlacks(IloRange[]) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the slack values of an array of constraints for the solution of the current node.
getSlacks(IloRange[], int, int) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the slack values of a set of constraints for the solution of the current node.
getSlacks(IloRange[]) - Method in class ilog.cplex.IloCplex.Goal
Returns the slack values for an array of constraints for the solution of the current node.
getSlacks(IloRange[], int, int) - Method in class ilog.cplex.IloCplex.Goal
Returns the slack values for a set of constraints for the solution of the current node.
getSlacks(IloRange[]) - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the slack values for an array of constraints for the proposed incumbent solution.
getSlacks(IloRange[], int, int) - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the slack values for num consecutive constraints, starting from the index specified by start, in the array rng for the proposed incumbent solution.
getSlacks(IloLPMatrix) - Method in class ilog.cplex.IloCplex
Returns slack values for the constraints corresponding to the rows of an LP matrix.
getSlacks(IloLPMatrix, int, int) - Method in class ilog.cplex.IloCplex
Returns slack values for a range of num consecutive rows, starting from the index specified by start, of an LP matrix.
getSlacks(IloRange[]) - Method in class ilog.cplex.IloCplex
Returns slack values for an array of range constraints.
getSlacks(IloRange[], int, int) - Method in class ilog.cplex.IloCplex
Returns slack values for num consecutive constraints, starting from the index specified by start, from an array rng.
getStatus() - Method in class ilog.cplex.IloCplex.HeuristicCallback
Returns the solution status for the current node.
getStatus() - Method in class ilog.cplex.IloCplex.SolveCallback
Returns the solution status of the last solve call.
getStatus() - Method in class ilog.cplex.IloCplex
Returns the solution status of the active model.
getStatus() - Method in class ilog.cplex.IloCplexModeler.Exception
Return error code or status that caused the exception.
getSubAlgorithm() - Method in class ilog.cplex.IloCplex
Returns the type of the algorithm that was used to generate the solution of the last branch-and-cut node solved during a MIP solve terminated because of an error during mixed integer optimization.
getType(IloNumVar) - Method in interface ilog.concert.IloConversion
Returns the variable type to which the invoking IloConversion object converts variable var.
getType() - Method in interface ilog.concert.IloNumVar
Queries the type of the invoking IloNumVar object.
getType() - Method in interface ilog.concert.IloNumVarBound
Return the bound type represented by the invoking instance.
getUB() - Method in interface ilog.concert.IloNumVar
Queries the upper bound of the invoking IloNumVar object.
getUB() - Method in interface ilog.concert.IloRange
Queries the upper bound of the ranged constraints.
getUB(IloNumVar) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the current upper bound for variable var.
getUB(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
Returns the current upper bound for variable var.
getUBs(IloNumVar[]) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the current upper bounds for an array of variables.
getUBs(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the current upper bounds for a set of variables.
getUBs(IloNumVar[]) - Method in class ilog.cplex.IloCplex.Goal
Returns the current upper bounds for an array of variables.
getUBs(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.Goal
Returns the current upper bounds for a set of variables.
getUpPseudoCost(IloNumVar) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the pseudo cost for branching up on variable var.
getUpPseudoCost(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
Returns the pseudo cost for branching up on variable var.
getValue() - Method in interface ilog.concert.IloLinearIntExprIterator
Returns the coefficient related to the IloIntVar accessed by the last call to the method next().
getValue() - Method in interface ilog.concert.IloLinearNumExprIterator
Returns the coefficient related to the IloNumVar accessed by the last call to the method next().
getValue(IloNumVar) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the solution value of a variable at the current node.
getValue(IloNumExpr) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the value expr takes for the solution of the continuous relaxation of the current node.
getValue(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
Returns the solution value of a variable at the current node.
getValue(IloNumExpr) - Method in class ilog.cplex.IloCplex.Goal
Returns the value expr takes for the solution of the current node relaxation.
getValue(IloNumVar) - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the value of the variable var in the potential incumbent solution.
getValue(IloNumExpr) - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the value expr takes for the proposed incumbent solution.
getValue() - Method in class ilog.cplex.IloCplex.Quality
Returns the numeric value of the invoking quality measure.
getValue(IloNumVar) - Method in class ilog.cplex.IloCplex
Returns the solution value for a variable.
getValue(IloNumExpr) - Method in class ilog.cplex.IloCplex
Returns the value that expr takes for the current solution.
getValues() - Method in interface ilog.concert.IloSOS1
Returns the array of weight values in the invoking SOS1 object.
getValues() - Method in interface ilog.concert.IloSOS2
Returns the array of weight values in the invoking SOS2 object.
getValues(IloNumVar[]) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the solution values for an array of variables at the current node.
getValues(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the solution values for a set of variables at the current node.
getValues(IloNumVar[]) - Method in class ilog.cplex.IloCplex.Goal
Returns the solution values for an array of variables at the current node.
getValues(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.Goal
Returns the solution values for a set of variables at the current node.
getValues(IloNumVar[]) - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the values of variables in the array var in the potential incumbent solution.
getValues(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the values of num consecutive variables, starting from the index specified by start, in the array var of variables in the potential incumbent solution.
getValues(IloLPMatrix) - Method in class ilog.cplex.IloCplex
Returns the solution vector for the columns of an LP matrix.
getValues(IloLPMatrix, int, int) - Method in class ilog.cplex.IloCplex
Returns the solution vector for a range of num columns of an LP matrix, starting at the index specified by start.
getValues(IloNumVar[]) - Method in class ilog.cplex.IloCplex
Returns solution values for an array of variables.
getValues(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
Returns solution values for a set of variables.
getVar() - Method in interface ilog.concert.IloNumVarBound
Returns the variable for which the invoking instance represents a bound.
getVersion() - Method in class ilog.cplex.IloCplex
Returns a string that indicates the version of CPLEX.
globalCutGoal(IloConstraint) - Method in class ilog.cplex.IloCplex
Creates and returns a global cut goal for the constraint cut.
globalCutGoal(IloConstraint[]) - Method in class ilog.cplex.IloCplex
Creates and returns a global cut goal for the constraints specified in array cut.

H

HeurFreq - Static variable in class ilog.cplex.IloCplex.IntParam
 
HiddenFeas - Static variable in class ilog.cplex.IloCplex.MIPEmphasis
Emphasize finding hidden feasible solutions.
hasIncumbent() - Method in class ilog.cplex.IloCplex.Goal
Returns true if an incumbent solution has been found.
hasIncumbent() - Method in class ilog.cplex.IloCplex.MIPCallback
Returns true if an incumbent solution has been found when the callback is called.

I

IloAddable - interface ilog.concert.IloAddable.
This interface is used for modeling objects.
IloAnd - interface ilog.concert.IloAnd.
This interface defines the API for classes that represent and-constraints.
IloColumn - class ilog.concert.IloColumn.
Objects of class IloColumn are used to create a variable using column-wise modeling.
IloColumn() - Constructor for class ilog.concert.IloColumn
 
IloColumnArray - class ilog.concert.IloColumnArray.
Objects of the class IloColumnArray are used to create an array of variables using column-wise modeling.
IloColumnArray() - Constructor for class ilog.concert.IloColumnArray
 
IloColumnArray.SizeMismatchException - exception ilog.concert.IloColumnArray.SizeMismatchException.
An exception that indicates a mismatched number of variables.
IloColumnArray.SizeMismatchException() - Constructor for class ilog.concert.IloColumnArray.SizeMismatchException
 
IloConstraint - interface ilog.concert.IloConstraint.
This interface defines the API for constraints.
IloConversion - interface ilog.concert.IloConversion.
IloConversion objects allow you to locally change the type of one or more variables.
IloCplex - class ilog.cplex.IloCplex.
IloCplex is the class used to create and solve a large variety of Mathematical Programming models.
IloCplex() - Constructor for class ilog.cplex.IloCplex
This constructor creates an instance of IloCplex with an empty active model.
IloCplex.Algorithm - class ilog.cplex.IloCplex.Algorithm.
Enumeration of algorithm types used by IloCplex.
IloCplex.Algorithm() - Constructor for class ilog.cplex.IloCplex.Algorithm
 
IloCplex.BarrierCallback - class ilog.cplex.IloCplex.BarrierCallback.
This is the callback class to use when IloCplex uses the barrier optimizer.
IloCplex.BarrierCallback() - Constructor for class ilog.cplex.IloCplex.BarrierCallback
Constructor for user-written barrier callback.
IloCplex.BasisStatus - class ilog.cplex.IloCplex.BasisStatus.
Enumeration of possible basis status codes.
IloCplex.BooleanParam - class ilog.cplex.IloCplex.BooleanParam.
Symbolic names for parameters in IloCplex that are Boolean-valued.
IloCplex.BooleanParam() - Constructor for class ilog.cplex.IloCplex.BooleanParam
 
IloCplex.BranchCallback - class ilog.cplex.IloCplex.BranchCallback.
Base class for user-written callbacks that control branching.
IloCplex.BranchCallback() - Constructor for class ilog.cplex.IloCplex.BranchCallback
Constructor for user-written branch callbacks.
IloCplex.BranchDirection - class ilog.cplex.IloCplex.BranchDirection.
Enumeration of branch direction values.
IloCplex.BranchDirection() - Constructor for class ilog.cplex.IloCplex.BranchDirection
 
IloCplex.BranchType - class ilog.cplex.IloCplex.BranchType.
This class identifies the branch type for BranchCallback.
IloCplex.Callback - class ilog.cplex.IloCplex.Callback.
The callback base class.
IloCplex.ConflictStatus - class ilog.cplex.IloCplex.ConflictStatus.
The class of status values returned by refineConflict.
IloCplex.ContinuousCallback - class ilog.cplex.IloCplex.ContinuousCallback.
The callback base class for user-written callbacks invoked at every iteration of the simplex or barrier optimizers when they are solving a continuous model.
IloCplex.ContinuousCallback() - Constructor for class ilog.cplex.IloCplex.ContinuousCallback
The user-written callback constructor.
IloCplex.ControlCallback - class ilog.cplex.IloCplex.ControlCallback.
Base class for all callback classes querying or taking control of the MIP branch-and-cut search.
IloCplex.ControlCallback() - Constructor for class ilog.cplex.IloCplex.ControlCallback
 
IloCplex.CplexEndedException - exception ilog.cplex.IloCplex.CplexEndedException.
Exceptions of this class are thrown when a method is called for an IloCplex object or any object that has been created with it after the end method has been called.
IloCplex.CplexStatus - class ilog.cplex.IloCplex.CplexStatus.
Enumeration of possible IloCplex algorithm status codes.
IloCplex.CrossoverCallback - class ilog.cplex.IloCplex.CrossoverCallback.
The base class for user-written callbacks during crossover from a barrier solution to a simplex basis.
IloCplex.CrossoverCallback() - Constructor for class ilog.cplex.IloCplex.CrossoverCallback
Constructor for user-written crossover callback.
IloCplex.CutCallback - class ilog.cplex.IloCplex.CutCallback.
Base class for user-written callbacks adding cuts during search.
IloCplex.CutCallback() - Constructor for class ilog.cplex.IloCplex.CutCallback
This is the constructor for user-written cut callbacks.
IloCplex.DeleteMode - class ilog.cplex.IloCplex.DeleteMode.
Enumeration of possible values for the delete mode of IloCplex, as controlled by the methods setDeleteMode and getDeleteMode.
IloCplex.DisjunctiveCutCallback - class ilog.cplex.IloCplex.DisjunctiveCutCallback.
This is the callback class to use to monitor the progress of the generation of disjunctive cuts when a mixed integer programming problem (MIP) is being solved.
IloCplex.DisjunctiveCutCallback() - Constructor for class ilog.cplex.IloCplex.DisjunctiveCutCallback
Constructor for user-written disjunctive cut callbacks.
IloCplex.DoubleParam - class ilog.cplex.IloCplex.DoubleParam.
Symbolic parameter names for double-valued IloCplex parameters.
IloCplex.DoubleParam() - Constructor for class ilog.cplex.IloCplex.DoubleParam
 
IloCplex.DualPricing - class ilog.cplex.IloCplex.DualPricing.
Enumeration of possible values for the dual pricing parameter IloCplex.IntParam.DPriInd.
IloCplex.DualPricing() - Constructor for class ilog.cplex.IloCplex.DualPricing
 
IloCplex.FlowMIRCutCallback - class ilog.cplex.IloCplex.FlowMIRCutCallback.
This is the callback class to use to monitor the progress of the generation of flow cover and mixed integer rounding (MIR) cuts when a mixed integer programming problem (MIP) is being solved.
IloCplex.FlowMIRCutCallback() - Constructor for class ilog.cplex.IloCplex.FlowMIRCutCallback
Constructor for user-written flow cover and MIR cut callbacks.
IloCplex.FractionalCutCallback - class ilog.cplex.IloCplex.FractionalCutCallback.
This is the callback class to use to monitor the progress of the generation of fractional cuts when a mixed integer programming problem (MIP) is being solved.
IloCplex.FractionalCutCallback() - Constructor for class ilog.cplex.IloCplex.FractionalCutCallback
Constructor for user-written fractional cut callbacks.
IloCplex.Goal - class ilog.cplex.IloCplex.Goal.
Base class of user-written implementation classes of goals.
IloCplex.Goal() - Constructor for class ilog.cplex.IloCplex.Goal
 
IloCplex.HeuristicCallback - class ilog.cplex.IloCplex.HeuristicCallback.
Base class for user-written callbacks injecting integer-feasible solutions during search.
IloCplex.HeuristicCallback() - Constructor for class ilog.cplex.IloCplex.HeuristicCallback
Constructor for user-written heuristic callbacks.
IloCplex.IncumbentCallback - class ilog.cplex.IloCplex.IncumbentCallback.
Class of callbacks called when a new incumbent is found.
IloCplex.IncumbentCallback() - Constructor for class ilog.cplex.IloCplex.IncumbentCallback
Constructor for user-written incumbent callback.
IloCplex.IntParam - class ilog.cplex.IloCplex.IntParam.
Symbolic parameter names for integer-valued IloCplex parameters.
IloCplex.IntParam() - Constructor for class ilog.cplex.IloCplex.IntParam
 
IloCplex.IntegerFeasibilityStatus - class ilog.cplex.IloCplex.IntegerFeasibilityStatus.
Objects of this class indicate the integer feasibility status of a variable.
IloCplex.IntegerFeasibilityStatus() - Constructor for class ilog.cplex.IloCplex.IntegerFeasibilityStatus
 
IloCplex.LazyConstraintCallback - class ilog.cplex.IloCplex.LazyConstraintCallback.
Callback class for lazy constraints.
IloCplex.LazyConstraintCallback() - Constructor for class ilog.cplex.IloCplex.LazyConstraintCallback
 
IloCplex.MIPCallback - class ilog.cplex.IloCplex.MIPCallback.
The base class for all MIP callbacks.
IloCplex.MIPCallback() - Constructor for class ilog.cplex.IloCplex.MIPCallback
Constructor for user-written MIP callback.
IloCplex.MIPEmphasis - class ilog.cplex.IloCplex.MIPEmphasis.
Enumeration of possible values for the IloCplex.IntParam.MIPEmphasis parameter.
IloCplex.MIPEmphasis() - Constructor for class ilog.cplex.IloCplex.MIPEmphasis
 
IloCplex.MultipleUseException - exception ilog.cplex.IloCplex.MultipleUseException.
Exceptions of this class are thrown when a modeling object that is used by one instance of IloCplex is attempted to be used by anotherIloCplex object at the same time.
IloCplex.NetworkCallback - class ilog.cplex.IloCplex.NetworkCallback.
This is the callback class to use when IloCplex uses the network optimizer.
IloCplex.NetworkCallback() - Constructor for class ilog.cplex.IloCplex.NetworkCallback
Constructor for user-written network callback.
IloCplex.NodeCallback - class ilog.cplex.IloCplex.NodeCallback.
Base class for user-written callbacks selecting the next node to process during the branch-and-cut search.
IloCplex.NodeCallback() - Constructor for class ilog.cplex.IloCplex.NodeCallback
This is the constructor for user-written node callbacks.
IloCplex.NodeEvaluator - class ilog.cplex.IloCplex.NodeEvaluator.
Node evaluators can be used to control the node selection strategy during the branch-and-cut search.
IloCplex.NodeEvaluator() - Constructor for class ilog.cplex.IloCplex.NodeEvaluator
Constructor for user-written node evaluator.
IloCplex.NodeId - class ilog.cplex.IloCplex.NodeId.
A class for uniquely identifying a MIP node in a branch-and-cut tree.
IloCplex.NodeSelect - class ilog.cplex.IloCplex.NodeSelect.
Enumeration of possible values for the IloCplex.IntParam.NodeSel parameter.
IloCplex.NodeSelect() - Constructor for class ilog.cplex.IloCplex.NodeSelect
 
IloCplex.ParameterSet - class ilog.cplex.IloCplex.ParameterSet.
A parameter set for IloCplex.
IloCplex.ParameterSet() - Constructor for class ilog.cplex.IloCplex.ParameterSet
 
IloCplex.PresolveCallback - class ilog.cplex.IloCplex.PresolveCallback.
The callback class for user-written callbacks during presolve.
IloCplex.PresolveCallback() - Constructor for class ilog.cplex.IloCplex.PresolveCallback
Constructor for user-written presolve callback.
IloCplex.PrimalPricing - class ilog.cplex.IloCplex.PrimalPricing.
Enumeration of possible values for the primal pricing parameter IloCplex.IntParam.PPriInd.
IloCplex.PrimalPricing() - Constructor for class ilog.cplex.IloCplex.PrimalPricing
 
IloCplex.ProbingCallback - class ilog.cplex.IloCplex.ProbingCallback.
The base class for user-written callbacks that monitor probing progress.
IloCplex.ProbingCallback() - Constructor for class ilog.cplex.IloCplex.ProbingCallback
Constructor for user-written probing callbacks.
IloCplex.Quality - class ilog.cplex.IloCplex.Quality.
Objects of this class contain information computed to measure the quality of a solution.
IloCplex.Quality() - Constructor for class ilog.cplex.IloCplex.Quality
 
IloCplex.QualityType - class ilog.cplex.IloCplex.QualityType.
This class contains symbolic names for IloCplex solution qualities.
IloCplex.QualityType() - Constructor for class ilog.cplex.IloCplex.QualityType
 
IloCplex.Relaxation - class ilog.cplex.IloCplex.Relaxation.
Enumeration of possible values for the parameter FeasOptMode.
IloCplex.Relaxation() - Constructor for class ilog.cplex.IloCplex.Relaxation
 
IloCplex.SearchLimit - class ilog.cplex.IloCplex.SearchLimit.
This class allows you to limit the branch-and-cut search within certain subtrees.
IloCplex.SearchLimit() - Constructor for class ilog.cplex.IloCplex.SearchLimit
Creates a new search limit.
IloCplex.SimplexCallback - class ilog.cplex.IloCplex.SimplexCallback.
This is the callback class to use when IloCplex uses the simplex optimizer.
IloCplex.SimplexCallback() - Constructor for class ilog.cplex.IloCplex.SimplexCallback
Constructor for a user-written simplex callback.
IloCplex.SolveCallback - class ilog.cplex.IloCplex.SolveCallback.
The base class for user-written solve callbacks to control how node relaxations are solved within branch and cut.
IloCplex.SolveCallback() - Constructor for class ilog.cplex.IloCplex.SolveCallback
Constructor for user-written solve callback.
IloCplex.Status - class ilog.cplex.IloCplex.Status.
Enumeration of possible solution status values, as returned by method cplex.getStatus.
IloCplex.StringParam - class ilog.cplex.IloCplex.StringParam.
Symbolic parameter names for string-valued IloCplex parameters.
IloCplex.StringParam() - Constructor for class ilog.cplex.IloCplex.StringParam
 
IloCplex.UnknownObjectException - class ilog.cplex.IloCplex.UnknownObjectException.
Exceptions of this class are thrown if operations are attempted for modeling objects that not part of the active model.
IloCplex.UnknownObjectException(Object) - Constructor for class ilog.cplex.IloCplex.UnknownObjectException
Constructor for unknown object exceptions.
IloCplex.UnsupportedObjectException - class ilog.cplex.IloCplex.UnsupportedObjectException.
Exceptions of this class are thrown when a modeling object that cannot be extracted is added to the invoking IloCplex object.
IloCplex.UnsupportedObjectException(Object) - Constructor for class ilog.cplex.IloCplex.UnsupportedObjectException
Constructor for unsupported object exceptions.
IloCplex.UserCutCallback - class ilog.cplex.IloCplex.UserCutCallback.
This is the callback class to use to add user-written cuts during the branch-and-cut search.
IloCplex.UserCutCallback() - Constructor for class ilog.cplex.IloCplex.UserCutCallback
This is the constructor for user-written user cut callbacks.
IloCplex.VariableSelect - class ilog.cplex.IloCplex.VariableSelect.
Enumeration of possible values for the IloCplex.IntParam.VarSel parameter.
IloCplex.VariableSelect() - Constructor for class ilog.cplex.IloCplex.VariableSelect
 
IloCplexModeler - class ilog.cplex.IloCplexModeler.
Implements the interface of the math programming modeler and its base interfaces.
IloCplexModeler() - Constructor for class ilog.cplex.IloCplexModeler
 
IloCplexModeler.Exception - exception ilog.cplex.IloCplexModeler.Exception.
This class extends the class IloException by also capturing the CPLEX error code.
IloException - exception ilog.concert.IloException.
This is the base class for exceptions for the ilog.concert package.
IloException(String) - Constructor for class ilog.concert.IloException
Creates an exception with its corresponding message.
IloException() - Constructor for class ilog.concert.IloException
Creates an exception without a message.
IloIntExpr - interface ilog.concert.IloIntExpr.
This is the basic public interface for integer expressions.
IloIntVar - interface ilog.concert.IloIntVar.
This interface defines the API for integer variables.
IloLPMatrix - interface ilog.concert.IloLPMatrix.
As a modeling object, an instance of IloLPMatrix allows you to treat a set of variables and range constraints (instances of IloRange) as a matrix.
IloLinearIntExpr - interface ilog.concert.IloLinearIntExpr.
This is the interface for scalar product expressions for integer variables.
IloLinearIntExprIterator - interface ilog.concert.IloLinearIntExprIterator.
Iterator for the linear terms of an IloLinearIntExpr expression object.
IloLinearNumExpr - interface ilog.concert.IloLinearNumExpr.
This is the interface for scalar product expressions for numerical variables of any type.
IloLinearNumExprIterator - interface ilog.concert.IloLinearNumExprIterator.
This is the iterator for the linear terms of an IloLinearNumExpr expression object.
IloMPModeler - interface ilog.concert.IloMPModeler.
IloMPModeler is an extension of the IloModeler modeling interface for mathematical programming (MP).
IloModel - interface ilog.concert.IloModel.
This interface defines the API for classes that represent optimization models.
IloModeler - interface ilog.concert.IloModeler.
Interface for basic modeling.
IloNumExpr - interface ilog.concert.IloNumExpr.
This is the public basic interface for all numerical expressions.
IloNumVar - interface ilog.concert.IloNumVar.
This interface defines the API for numerical variables of any type.
IloNumVarBound - interface ilog.concert.IloNumVarBound.
This interface defines the API for classes that represent the upper or lower bound of a variable as a constraint.
IloNumVarBoundType - class ilog.concert.IloNumVarBoundType.
Objects of this class represent the bound-type for a modeling variable.
IloNumVarType - class ilog.concert.IloNumVarType.
Objects of this class represent the type of a modeling variable.
IloObjective - interface ilog.concert.IloObjective.
This interface defines the API for objectives.
IloObjectiveSense - class ilog.concert.IloObjectiveSense.
Objects of this class represent the sense of an IloObjective object.
IloOr - interface ilog.concert.IloOr.
This interface defines the API for classes that represent or-constraints.
IloRange - interface ilog.concert.IloRange.
This is the interface for modeling objects representing ranged constraints of the format lb <= expr <= ub.
IloSOS1 - interface ilog.concert.IloSOS1.
A special ordered set of type 1.
IloSOS2 - interface ilog.concert.IloSOS2.
A special ordered set of type 2.
IloSemiContVar - interface ilog.concert.IloSemiContVar.
Semi-continuous variables.
ImplBd - Static variable in class ilog.cplex.IloCplex.IntParam
 
Implied - Static variable in class ilog.cplex.IloCplex.IntegerFeasibilityStatus
States that a variable has been presolved out, but would be integer feasible when all the remaining integer variables are integer feasible.
InfOrUnbd - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
Infeasible - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
Infeasible - Static variable in class ilog.cplex.IloCplex.IntegerFeasibilityStatus
States that a variable or SOS is considered to be integer infeasible in the current node solution.
Infeasible - Static variable in class ilog.cplex.IloCplex.Status
The Infeasible solution status indicates that the IloCplex optimizer has determined that the model is infeasible.
InfeasibleOrUnbounded - Static variable in class ilog.cplex.IloCplex.Status
The InfeasibleOrUnbounded solution status indicates that the IloCplex optimizer has determined that the model is infeasible or unbounded.
Int - Static variable in class ilog.concert.IloNumVarType
Integer variable type.
IntSolLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
ItLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
ifThen(IloConstraint, IloConstraint) - Method in interface ilog.concert.IloModeler
Creates and returns a constraint that if con1 is true, then con2 must also be true.
ifThen(IloConstraint, IloConstraint, String) - Method in interface ilog.concert.IloModeler
Creates and returns a constraint that if con1 is true, then con2 must also be true, and it names the new constraint.
ifThen(IloConstraint, IloConstraint) - Method in class ilog.cplex.IloCplexModeler
Returns a constraint that if con1 is true, then con2 must also be true.
ifThen(IloConstraint, IloConstraint, String) - Method in class ilog.cplex.IloCplexModeler
Returns a constraint that if con1 is true, then con2 must also be true.
ilog.concert - package ilog.concert
 
ilog.cplex - package ilog.cplex
 
importModel(String) - Method in class ilog.cplex.IloCplex
Reads a model from the file indicated by name into the active model.
init() - Method in class ilog.cplex.IloCplex.NodeEvaluator
This method is called by IloCplex right before the first time evaluate is called for a node and allows you to initialize the evaluator based on that node.
init() - Method in class ilog.cplex.IloCplex.SearchLimit
When a goal created with the method IloCplex.limitSearch is executed, IloCplex calls this method after initializing the invoked search limit to the current node.
intExpr() - Method in interface ilog.concert.IloModeler
Creates and returns an empty integer expression as an object.
intExpr() - Method in class ilog.cplex.IloCplexModeler
See IloModeler.intExpr()
intSet(int, int) - Method in class ilog.cplex.IloCplexModeler
Creates and returns a set of integers in which the minimum element is min, the maximum element is max, and all integers between min and max are included in the possible set.
intSet(int[]) - Method in class ilog.cplex.IloCplexModeler
Creates and returns a set of integers populated by values, an array of integers.
intSetVarArray(int) - Method in class ilog.cplex.IloCplexModeler
 
intVar(IloColumn, int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an integer modeling variable with specified upper bound, lower bound, and name for column-wise modeling.
intVar(IloColumn, int, int) - Method in interface ilog.concert.IloMPModeler
Creates an integer modeling variable, with specified upper and lower bound, for column-wise modeling.
intVar(int, int, String) - Method in interface ilog.concert.IloModeler
Creates and returns a new integer variable with the specified bounds and a name.
intVar(int, int) - Method in interface ilog.concert.IloModeler
Creates and returns a new integer variable with the specified bounds.
intVar(int, int, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.intVar(int, int, String)
intVar(int, int) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.intVar(int, int)
intVar(IloColumn, int, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.intVar(IloColumn column, int lb, int ub)
intVar(IloColumn, int, int, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.intVar(IloColumn column, int lb, int ub, String name)
intVarArray(IloColumnArray, int, int, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns integer modeling variables, all with the same specified upper bound and lower bound, with individually specified names, for column-wise modeling.
intVarArray(IloColumnArray, int, int) - Method in interface ilog.concert.IloMPModeler
Creates and returns integer modeling variables, all with the same upper bound and with the same lower bound, for column-wise modeling.
intVarArray(IloColumnArray, int[], int[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns integer modeling variables, with individually specified upper bound, lower bound, and name, for column-wise modeling.
intVarArray(IloColumnArray, int[], int[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns integer modeling variables, each with individually specified upper bound, lower bound, and name, for column-wise modeling.
intVarArray(int, int, int) - Method in interface ilog.concert.IloModeler
Creates and returns a new array of n integer variables with the specified bounds.
intVarArray(int, int, int, String[]) - Method in interface ilog.concert.IloModeler
Creates an array of length n initialized to n new modeling integer variables, each with the same specified bounds and returns them in an array.
intVarArray(int, int[], int[]) - Method in interface ilog.concert.IloModeler
Creates an array of length n initialized to n new integer variables, each variable with its own bounds.
intVarArray(int, int[], int[], String[]) - Method in interface ilog.concert.IloModeler
Creates an array of length n initialized to n new integer variables, each variable with its own bounds.
intVarArray(int, int, int) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.intVarArray(int, int, int)
intVarArray(int, int[], int[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.intVarArray(int, int[], int[])
intVarArray(int, int, int, String[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.intVarArray(int, int, int, String[])
intVarArray(int, int[], int[], String[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.intVarArray(int, int[], int[], String[])
intVarArray(IloColumnArray, int, int, String[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.intVarArray(IloColumnArray cols, int lb, int ub, String[] name)
intVarArray(IloColumnArray, int[], int[], String[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.intVarArray(IloColumnArray cols, int[] lb, int[] ub, String[] name)
intVarArray(IloColumnArray, int, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.intVarArray(IloColumnArray cols, int lb, int ub)
intVarArray(IloColumnArray, int[], int[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.intVarArray(IloColumnArray cols, int[] lb, int[] ub)
isDualFeasible() - Method in class ilog.cplex.IloCplex.ContinuousCallback
Returns a Boolean value indicating whether the current solution is dual feasible.
isDualFeasible() - Method in class ilog.cplex.IloCplex.HeuristicCallback
Returns true if a dual feasible solution is available for the current node.
isDualFeasible() - Method in class ilog.cplex.IloCplex.SolveCallback
Returns true if a dual feasible solution is available for the current node.
isDualFeasible() - Method in class ilog.cplex.IloCplex
Returns true if a dual feasible solution is available.
isFeasible() - Method in class ilog.cplex.IloCplex.ContinuousCallback
Returns a Boolean value indicating whether the current solution is primal feasible.
isFeasible() - Method in class ilog.cplex.IloCplex.NetworkCallback
Returns a Boolean value indicating whether the current solution is primal feasible at the moment the callback is called.
isIntegerFeasible() - Method in class ilog.cplex.IloCplex.BranchCallback
Returns true if the current node solution is considered to be integer feasible and thus potentially eligible as a new incumbent, but not suitable for branching.
isIntegerFeasible() - Method in class ilog.cplex.IloCplex.Goal
Returns true if current solution is integer feasible
isMIP() - Method in class ilog.cplex.IloCplex
Returns true if the active model is a MIP.
isPrimalFeasible() - Method in class ilog.cplex.IloCplex.HeuristicCallback
Returns true if a primal feasible solution is available for the current node.
isPrimalFeasible() - Method in class ilog.cplex.IloCplex.SolveCallback
Returns true if a primal feasible solution is available for the current node.
isPrimalFeasible() - Method in class ilog.cplex.IloCplex
Returns true if a primal feasible solution is available.
isQC() - Method in class ilog.cplex.IloCplex
Returns true if the active model has quadratic constraints.
isQO() - Method in class ilog.cplex.IloCplex
Returns true if the active model has a quadratic objective function.
iterator() - Method in interface ilog.concert.IloAnd
This method returns an iterator that traverses the constraints in the and-constraint.
iterator() - Method in interface ilog.concert.IloModel
This method returns an iterator that traverses the objects in the model.
iterator() - Method in interface ilog.concert.IloOr
This method returns an iterator that traverses the constraints in the or-constraint.
iterator() - Method in class ilog.cplex.IloCplexModeler
Returns an iterator suitable for the invoking model.

K

Kappa - Static variable in class ilog.cplex.IloCplex.QualityType
 

L

LBHeur - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
LPMatrix() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloLPMatrix object.
LPMatrix(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloLPMatrix object with the specified name.
LPMatrix(String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.LPMatrix(String name)
LPMatrix() - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.LPMatrix()
LPMatrixIterator() - Method in class ilog.cplex.IloCplexModeler
Returns an iterator over all IloLPMatrix objects in the active model.
LeaveBasis - Static variable in class ilog.cplex.IloCplex.DeleteMode
If the delete mode is set to IloCplex.DeleteMode.LeaveBasis, an existing basis will remain unchanged if variables or constraints are removed from the loaded LP model.
Lower - Static variable in class ilog.concert.IloNumVarBoundType
Lower bound type.
le(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr <= rhs.
le(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr <= rhs and assigned the name name.
le(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 <= e2.
le(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 <= e2 and assigned the name name.
le(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val <= expr.
le(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val <= expr and assigned the name name.
le(IloNumExpr, double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.le(IloNumExpr e, double v)
le(IloNumExpr, double, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.le(IloNumExpr e, double v, String name)
le(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.le(IloNumExpr e1, IloNumExpr e2)
le(IloNumExpr, IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.le(IloNumExpr e1, IloNumExpr e2, String name)
le(double, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.le(double v, IloNumExpr e)
le(double, IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.le(double v, IloNumExpr e, String name)
leGoal(IloNumExpr, double) - Method in class ilog.cplex.IloCplex
Creates a constraint goal for the constraint expr <= rhs.
leGoal(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplex
Creates a constraint goal for the constraint expr1 <= expr2.
leGoal(double, IloNumExpr) - Method in class ilog.cplex.IloCplex
Creates a constraint goal for the constraint lhs >= expr.
limitSearch(IloCplex.Goal, IloCplex.SearchLimit) - Method in class ilog.cplex.IloCplex
This function creates and returns a goal that limits the exploration of the search tree defined by goal, as specified by limit.
linearIntExpr() - Method in interface ilog.concert.IloModeler
Creates and returns an integer linear expression initialized as 0 (zero).
linearIntExpr(int) - Method in interface ilog.concert.IloModeler
Creates and returns an integer linear expression initialized as the constant val.
linearIntExpr(int) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.linearIntExpr(int)
linearIntExpr() - Method in class ilog.cplex.IloCplexModeler
See IloModeler.linearIntExpr()
linearIterator() - Method in interface ilog.concert.IloLinearIntExpr
Returns an iterator for the variables in the invoking IloLinearIntExpr expression.
linearIterator() - Method in interface ilog.concert.IloLinearNumExpr
Returns an iterator for the variables in the invoking IloLinearNumExpr expression.
linearNumExpr() - Method in interface ilog.concert.IloModeler
Creates and returns a zero linear expression.
linearNumExpr(double) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression initialized as the constant.
linearNumExpr() - Method in class ilog.cplex.IloCplexModeler
See IloModeler.linearNumExpr()
linearNumExpr(double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.linearNumExpr(double)
lowerBound(IloNumVar) - Method in class ilog.cplex.IloCplex
Creates and returns an object of type IloNumVarBound to represent the lower bound of the variable var.

M

MIPDisplay - Static variable in class ilog.cplex.IloCplex.IntParam
 
MIPEmphasis - Static variable in class ilog.cplex.IloCplex.IntParam
 
MIPInterval - Static variable in class ilog.cplex.IloCplex.IntParam
 
MIPOrdInd - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
MIPOrdType - Static variable in class ilog.cplex.IloCplex.IntParam
 
MIPThreads - Static variable in class ilog.cplex.IloCplex.IntParam
 
MIRCuts - Static variable in class ilog.cplex.IloCplex.IntParam
 
MPSLongNum - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
MaxCompSlack - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxDualInfeas - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxDualResidual - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxInfeas - Static variable in class ilog.cplex.IloCplex.VariableSelect
Branch on variable with maximum infeasibility.
MaxIntInfeas - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxPi - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxPrimalInfeas - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxPrimalResidual - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxRedCost - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxScaledDualInfeas - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxScaledDualResidual - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxScaledPi - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxScaledPrimalInfeas - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxScaledPrimalResidual - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxScaledRedCost - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxScaledSlack - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxScaledX - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxSlack - Static variable in class ilog.cplex.IloCplex.QualityType
 
MaxX - Static variable in class ilog.cplex.IloCplex.QualityType
 
Maximize - Static variable in class ilog.concert.IloObjectiveSense
Indicates the objective sense for maximization.
MemLimFeas - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
MemLimInfeas - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
Member - Static variable in class ilog.cplex.IloCplex.ConflictStatus
This element must be a member of the conflict.
MemoryEmphasis - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
MinInf - Static variable in class ilog.cplex.IloCplex.Relaxation
= CPX_FEASOPT_MIN_INF
MinInfeas - Static variable in class ilog.cplex.IloCplex.VariableSelect
Branch on variable with minimum infeasibility.
MinQuad - Static variable in class ilog.cplex.IloCplex.Relaxation
= CPX_FEASOPT_MIN_QUAD
MinSum - Static variable in class ilog.cplex.IloCplex.Relaxation
= CPX_FEASOPT_MIN_SUM
Minimize - Static variable in class ilog.concert.IloObjectiveSense
Indicates the objective sense for minimization.
main() - Method in class ilog.cplex.IloCplex.Callback
The method to be implemented by user callback classes.
makeBranch(IloNumVar[], double[], IloCplex.BranchDirection[], double) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node with the specified estimated objective value by setting more restrictive bounds on the variables in the array passed as an argument.
makeBranch(IloNumVar[], double[], IloCplex.BranchDirection[], double, Object) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node with the estimated objective value and additional user data by specifying more restrictive bounds on the variables in the array passed as an argument.
makeBranch(IloNumVar, double, IloCplex.BranchDirection, double) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node with the estimated objective value by setting one more restrictive bound on the specified variable.
makeBranch(IloNumVar, double, IloCplex.BranchDirection, double, Object) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node with the estimated objective value and additional user data by setting one more restrictive bound on the variable passed as an argument.
makeBranch(IloConstraint[], double) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node by adding constraints to restrict its feasible domain.
makeBranch(IloConstraint[], double, Object) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node with the estimated objective value and user data by adding constraints to restrict its feasible domain.
makeBranch(IloRange, double) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node with the estimated objective value by adding one range constraint to restrict its feasible domain.
makeBranch(IloRange, double, Object) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node with the estimated objective value and user data by adding one range constraint to restrict its feasible domain.
makeCopy(IloCopyManager) - Method in class ilog.cplex.IloCplexModeler
 
max(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression max(e1, e2).
max(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression max(val, e2).
max(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression max(e1, val).
max(IloNumExpr[]) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression max(e), the maximum over the array.
max(IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression max(e1, e2).
max(int, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression max(val, e2).
max(IloIntExpr, int) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression max(e1, val).
max(IloIntExpr[]) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression max(e).
max(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the maximum of its two arguments.
max(IloNumExpr, double) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the maximum of its two arguments.
max(double, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the maximum of its two arguments.
max(IloNumExpr[]) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the maximum of its argument, the elements of an array.
max(IloIntExpr, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the maximum of its two arguments.
max(IloIntExpr, int) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the maximum of its two arguments.
max(int, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the maximum of its two arguments.
max(IloIntExpr[]) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the maximum of its argument, the elements of an array.
maximize() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty maximization objective function.
maximize(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty maximization objective function.
maximize(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to maximize the expression expr.
maximize(IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to maximize the expression expr and assigned the name name.
maximize(IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.maximize(IloNumExpr, String)
maximize(IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.maximize(IloNumExpr)
maximize() - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.maximize()
maximize(String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.maximize(String)
min(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression min(e1, e2).
min(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression min(val, e2).
min(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression min(e1, val).
min(IloNumExpr[]) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression min(e), the minimum over the array.
min(IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression min(e1, e2).
min(int, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression min(val, e2).
min(IloIntExpr, int) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression min(e1, val).
min(IloIntExpr[]) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression min(e).
min(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the minimum of its two arguments.
min(IloNumExpr, double) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the minimum of its two arguments.
min(double, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the minimum of its two arguments.
min(IloNumExpr[]) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the minimum of its argument, the elements of an array.
min(IloIntExpr, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the minimum of its two arguments.
min(IloIntExpr, int) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the minimum of its two arguments.
min(int, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the minimum of its two arguments.
min(IloIntExpr[]) - Method in class ilog.cplex.IloCplexModeler
Returns an expression representing the minimum of its argument, the elements of an array.
minimize() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty minimization objective function.
minimize(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty minimization objective function.
minimize(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to minimize the expression expr.
minimize(IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to minimize the expression expr and assigned the name name.
minimize(IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.minimize(IloNumExpr, String)
minimize(IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.minimize(IloNumExpr)
minimize() - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.minimize()
minimize(String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.minimize(String)

N

NetDisplay - Static variable in class ilog.cplex.IloCplex.IntParam
 
NetEpOpt - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
NetEpRHS - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
NetFind - Static variable in class ilog.cplex.IloCplex.IntParam
 
NetItLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
NetPPriInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
Network - Static variable in class ilog.cplex.IloCplex.Algorithm
Selects the network simplex algorithm.
NodeAlg - Static variable in class ilog.cplex.IloCplex.IntParam
 
NodeFileInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
NodeLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
NodeLimFeas - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
NodeLimInfeas - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
NodeSel - Static variable in class ilog.cplex.IloCplex.IntParam
 
None - Static variable in class ilog.cplex.IloCplex.Algorithm
Selects no algorithm.
NotABasicStatus - Static variable in class ilog.cplex.IloCplex.BasisStatus
This status represents an illegal basis status.
NumBest - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
NumericalEmphasis - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
NzReadLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
needCopy(IloCopyManager.Check) - Method in class ilog.cplex.IloCplexModeler
 
negative(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression -e, the negation of the expression e.
negative(IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression -e, the negation of the expression e.
negative(IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.negative(IloNumExpr)
negative(IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.negative(IloIntExpr)
nextIntVar() - Method in interface ilog.concert.IloLinearIntExprIterator
Returns the IloIntVar of the next linear term in the scalar product.
nextNumVar() - Method in interface ilog.concert.IloLinearNumExprIterator
Returns the IloNumVar of the next linear term in the underlying IloLinearNumExpr.
not(IloConstraint) - Method in interface ilog.concert.IloModeler
Creates and returns a constraint that is the logical negation of its argument.
not(IloConstraint, String) - Method in interface ilog.concert.IloModeler
Creates and returns a constraint that is the logical negation of its argument and assigns the string name as the name of the returned constraint.
not(IloConstraint) - Method in class ilog.cplex.IloCplexModeler
Returns a constraint that is the logical negation of its argument.
not(IloConstraint, String) - Method in class ilog.cplex.IloCplexModeler
Returns a constraint that is the logical negation of its argument.
numExpr() - Method in interface ilog.concert.IloModeler
Creates and returns an empty expression.
numExpr() - Method in class ilog.cplex.IloCplexModeler
See IloModeler.numExpr()
numVar(IloColumn, double, double, IloNumVarType, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new modeling variable with the specified name, type, lower bound, and upper bound for column-wise modeling in the target column.
numVar(IloColumn, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new modeling variable for column-wise modeling.
numVar(IloColumn, double, double, String) - Method in interface ilog.concert.IloMPModeler
Creates a continuous modeling variable, of type Float with upper bound, lower bound, and name as specified, for column-wise modeling.
numVar(IloColumn, double, double) - Method in interface ilog.concert.IloMPModeler
Creates a continuous modeling variable, of type Float with upper bound and lower bound as specified, for column-wise modeling.
numVar(double, double, IloNumVarType, String) - Method in interface ilog.concert.IloModeler
Creates and returns a new modeling object, a numeric variable with bounds, type, and name.
numVar(double, double, IloNumVarType) - Method in interface ilog.concert.IloModeler
Creates and returns a new modeling object, a numeric variable with bounds and type.
numVar(double, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns a new modeling ojbect, a numeric variable of the type IloNumVarType.Float with bounds and name.
numVar(double, double) - Method in interface ilog.concert.IloModeler
Creates and returns a new modeling object, a numeric variable of the type IloNumVarType.Float with specified bounds.
numVar(double, double, IloNumVarType) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.numVar(double, double, IloNumVarType)
numVar(double, double, IloNumVarType, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.numVar(double, double, IloNumVarType, String)
numVar(double, double, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.numVar(double, double, String)
numVar(double, double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.numVar(double, double)
numVar(IloColumn, double, double, IloNumVarType) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.numVar(IloColumn column, double lb, double ub, IloNumVarType type)
numVar(IloColumn, double, double, IloNumVarType, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.numVar(IloColumn column, double lb, double ub, IloNumVarType type, String name)
numVar(IloColumn, double, double, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.numVar(IloColumn column, double lb, double ub, String name)
numVar(IloColumn, double, double) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.numVar(IloColumn column, double lb, double ub)
numVarArray(IloColumnArray, double, double, IloNumVarType, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns an array of modeling variables with distinctive names, all with the same lower bound, and all with the same upper bound, as specified, for column-wise modeling.
numVarArray(IloColumnArray, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns modeling variables, all of the same specified type, all with same upper bound, all with the same lower bound, as specified, for column-wise modeling.
numVarArray(IloColumnArray, double[], double[], IloNumVarType[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns modeling variables with the individual type specified by the corresponding entry in the array type, and individual upper and lower bounds as specified in those arrays, for column-wise modeling.
numVarArray(IloColumnArray, double[], double[], IloNumVarType[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns modeling variables with the individual type specified by the corresponding entry in the array type, with individual upper and lower bounds as specified in those arrays, with the name specified individually by the corresponding entry in the array name, for column-wise modeling.
numVarArray(IloColumnArray, double, double, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns continuous modeling variables, all of type Float, with the same specified bounds, but with individually specified names, for column-wise modeling.
numVarArray(IloColumnArray, double, double) - Method in interface ilog.concert.IloMPModeler
Creates and returns continuous modeling variables, all of type Float, all with same upper bound, all with the same lower bound, for column-wise modeling.
numVarArray(IloColumnArray, double[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns continuous modeling variables, all of the same type Float with individually specified upper bound, and individually specified lower bound, for column-wise modeling.
numVarArray(IloColumnArray, double[], double[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns continuous modeling variables, all of type Float with individually specified upper bound, lower bound, and name, for column-wise modeling.
numVarArray(int, double, double, IloNumVarType) - Method in interface ilog.concert.IloModeler
Creates n new modeling objects, numeric variables with the same bounds and type, and returns them in an array.
numVarArray(int, double, double, IloNumVarType, String[]) - Method in interface ilog.concert.IloModeler
Creates n new modeling objects, numeric variables with the same bounds and type and distinct names, and returns them in an array.
numVarArray(int, double[], double[], IloNumVarType[], String[]) - Method in interface ilog.concert.IloModeler
Creates n new modeling objects, numeric variables with distinct bounds, types, and names, and returns them in an array.
numVarArray(int, double[], double[], IloNumVarType[]) - Method in interface ilog.concert.IloModeler
Creates n new modeling objects, numeric variables with distinct bounds and types, and returns them in an array.
numVarArray(int, double, double) - Method in interface ilog.concert.IloModeler
Creates and returns an array of length n initialized to n new modeling objects that are numerica variables all of the same type IloNumVarType.Float and same bounds.
numVarArray(int, double, double, String[]) - Method in interface ilog.concert.IloModeler
Creates and returns an array of length n initialized to n new modeling objects that are numeric variables of type IloNumVarType.Float.
numVarArray(int, double[], double[], String[]) - Method in interface ilog.concert.IloModeler
Creates and returns an array of length n initialized to n new modeling objects that are numeric variables of type IloNumVarType.Float with distinct bounds and distinct names.
numVarArray(int, double[], double[]) - Method in interface ilog.concert.IloModeler
Creates and returns an array of length n initialized to n new modeling objects that are numeric variables of type IloNumVarType.Float with distinct bounds.
numVarArray(int, double, double, IloNumVarType) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.numVarArray(int, double, double, IloNumVarType)
numVarArray(int, double, double, IloNumVarType, String[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.numVarArray(int, double, double, IloNumVarType, String[])
numVarArray(int, double[], double[], IloNumVarType[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.numVarArray(int, double[], double[], IloNumVarType[])
numVarArray(int, double[], double[], IloNumVarType[], String[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.numVarArray(int, double[], double[], IloNumVarType[], String[])
numVarArray(int, double, double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.numVarArray(int, double, double)
numVarArray(int, double[], double[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.numVarArray(int, double[], double[])
numVarArray(int, double, double, String[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.numVarArray(int, double, double, String[])
numVarArray(int, double[], double[], String[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.numVarArray(int, double[], double[], String[])
numVarArray(IloColumnArray, double, double, IloNumVarType) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.numVarArray(IloColumnArray cols, double lb, double ub, IloNumVarType type)
numVarArray(IloColumnArray, double, double, IloNumVarType, String[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.numVarArray(IloColumnArray cols, double lb, double ub, IloNumVarType type, String[] name)
numVarArray(IloColumnArray, double[], double[], IloNumVarType[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.numVarArray(IloColumnArray cols, double[] lb, double[] ub, IloNumVarType[] type)
numVarArray(IloColumnArray, double[], double[], IloNumVarType[], String[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.numVarArray(IloColumnArray cols, double[] lb, double[] ub, IloNumVarType[] type, String[] name)
numVarArray(IloColumnArray, double, double) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.numVarArray(IloColumnArray cols, double lb, double ub)
numVarArray(IloColumnArray, double[], double[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.numVarArray(IloColumnArray cols, double[] lb, double[] ub)
numVarArray(IloColumnArray, double, double, String[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.numVarArray(IloColumnArray cols, double lb, double ub, String[] name)
numVarArray(IloColumnArray, double[], double[], String[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.numVarArray(IloColumnArray cols, double[] lb, double[] ub, String[] name)

O

ObjDif - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
ObjGap - Static variable in class ilog.cplex.IloCplex.QualityType
 
ObjLLim - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
ObjULim - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
OptInf - Static variable in class ilog.cplex.IloCplex.Relaxation
= CPX_FEASOPT_OPT_INF
OptQuad - Static variable in class ilog.cplex.IloCplex.Relaxation
= CPX_FEASOPT_OPT_QUAD
OptSum - Static variable in class ilog.cplex.IloCplex.Relaxation
= CPX_FEASOPT_OPT_SUM
Optimal - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
Optimal - Static variable in class ilog.cplex.IloCplex.Status
The Optimal solution status indicates that the IloCplex optimizer has found an optimal solution that can be queried with the method getValue.
OptimalFaceUnbounded - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
OptimalInfeas - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
OptimalRelaxedInf - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
OptimalRelaxedQuad - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
OptimalRelaxedSum - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
OptimalTol - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
Optimality - Static variable in class ilog.cplex.IloCplex.MIPEmphasis
Optimality over feasibility.
objective(IloObjectiveSense) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty objective function with the sense specified by sense.
objective(IloObjectiveSense, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty objective function with the sense specified by sense and with the name specified by name.
objective(IloObjectiveSense, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to optimize the expression expr with respect to the optimization sense indicated by sense.
objective(IloObjectiveSense, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to optimize the expression expr with respect to the optimization sense indicated by sense and assigned the name name.
objective(IloObjectiveSense, IloNumExpr, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.objective(IloObjectiveSense, IloNumExpr, String)
objective(IloObjectiveSense, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.objective(IloObjectiveSense, IloNumExpr)
objective(IloObjectiveSense) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.objective(IloObjectiveSense)
objective(IloObjectiveSense, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.objective(IloObjectiveSense, String)
or() - Method in interface ilog.concert.IloModeler
Creates and returns an empty IloOr constraint for expressing disjunctions.
or(IloConstraint[]) - Method in interface ilog.concert.IloModeler
Creates and returns an or-constraint indicating that at least one and possibly more than one of the elements is true in its argument cons, an array of constraints.
or(IloConstraint[], String) - Method in interface ilog.concert.IloModeler
Creates and returns an or-constraint indicating that at least one and possibly more than one of the elements is true in its argument cons, an array of constraints.
or(IloConstraint[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns an or-constraint indicating that at least one and possibly more than one of the elements is true in the range of indices starting at the index indicated by start and continuing through the number of elements indicated by the number num among the elements of its argument cons, an array of constraints.
or(IloConstraint[], int, int, String) - Method in interface ilog.concert.IloModeler
Creates and returns the logical-or of two or more constraints and names the new constraint.
or(IloConstraint, IloConstraint) - Method in interface ilog.concert.IloModeler
Creates and returns an or-constraint indicating that at least one and possibly more than one argument is true.
or(IloConstraint, IloConstraint, String) - Method in interface ilog.concert.IloModeler
Creates and returns an or-constraint indicating that at least one and possibly both of its arguments are true, and it names the new constraint.
or(IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an or goal from two arguments.
or(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an or goal from three arguments.
or(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an or goal from four arguments.
or(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an or goal from five arguments.
or(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an or goal from six arguments.
or() - Method in class ilog.cplex.IloCplexModeler
Returns a constraint that at least one and possibly more than one of the elements is true in its argument cons, an array of constraints.
or(IloConstraint[]) - Method in class ilog.cplex.IloCplexModeler
Returns a constraint that at least one and possibly more than one of the elements is true in its argument cons, an array of constraints.
or(IloConstraint[], String) - Method in class ilog.cplex.IloCplexModeler
Returns a constraint that at least one and possibly more than one of the elements is true in its argument cons, an array of constraints and also assigns the string name as the name of that returned constraint.
or(IloConstraint[], int, int) - Method in class ilog.cplex.IloCplexModeler
Returns a constraint that at least one and possibly more than one of the elements is true in the range of indices starting at the index indicated by start and continuing through the number of elements indicated by the number num among the elements of its argument cons, an array of constraints.
or(IloConstraint[], int, int, String) - Method in class ilog.cplex.IloCplexModeler
Returns a constraint that at least one and possibly more than one of the elements is true in the range of indices starting at the index indicated by start and continuing through the number of elements indicated by the number num among the elements of its argument cons, an array of constraints; also assigns the string name as the name of the returned constraint.
or(IloConstraint, IloConstraint) - Method in class ilog.cplex.IloCplexModeler
Returns a constraint that at least one and possibly both of its arguments are true.
or(IloConstraint, IloConstraint, String) - Method in class ilog.cplex.IloCplexModeler
Returns a constraint that at least one and possibly both of its arguments are true.
output() - Method in class ilog.cplex.IloCplex
Returns the output stream of the invoking IloCplex object.

P

PPriInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
Partial - Static variable in class ilog.cplex.IloCplex.PrimalPricing
Reduced-cost pricing.
PerInd - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
PerLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
PolishTime - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
PossibleMember - Static variable in class ilog.cplex.IloCplex.ConflictStatus
This element may possibly be a member of the conflict.
PreDual - Static variable in class ilog.cplex.IloCplex.IntParam
 
PreInd - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
PreLinear - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
PrePass - Static variable in class ilog.cplex.IloCplex.IntParam
 
PreslvNd - Static variable in class ilog.cplex.IloCplex.IntParam
 
PriceLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
Primal - Static variable in class ilog.cplex.IloCplex.Algorithm
Selects the primal simplex algorithm.
PrimalObj - Static variable in class ilog.cplex.IloCplex.QualityType
 
Probe - Static variable in class ilog.cplex.IloCplex.IntParam
 
ProbeTime - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
Pseudo - Static variable in class ilog.cplex.IloCplex.VariableSelect
Branch based on pseudo costs.
PseudoReduced - Static variable in class ilog.cplex.IloCplex.VariableSelect
Branch based on pseudo reduced costs.
piecewiseLinear(IloNumExpr, double[], double[], double, double) - Method in interface ilog.concert.IloMPModeler
Creates an expression node that represents a continuous or discontinuous piecewise linear function.
piecewiseLinear(IloNumExpr, double[], int, int, double[], int, double, double) - Method in interface ilog.concert.IloMPModeler
Creates an expression node to represent a continuous or discontinuous piecewise linear function.
piecewiseLinear(IloNumExpr, double[], double[], double, double) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.piecewiseLinear(IloNumExpr, double[], double[], double, double)
piecewiseLinear(IloNumExpr, double[], int, int, double[], int, double, double) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.piecewiseLinear(IloNumExpr, double[], int, int, double[], int, double, double)
prod(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the product of the expression e and the value v.
prod(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the product of the expressions expr1 and expr2.
prod(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the product of the expression e1 and the value v.
prod(double, IloNumVar, IloNumVar) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the product of the value val, the variable var1, and the variable var2.
prod(IloNumVar, double, IloNumVar) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the product of the variable var1, the value val, and the variable var2.
prod(IloNumVar, IloNumVar, double) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the product of the variable var1, the variable var2, and the value val.
prod(IloIntExpr, int) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression e * v.
prod(IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression e1 * e2.
prod(int, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression v * e.
prod(double, IloNumVar, IloNumVar) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.prod(double, IloNumVar, IloNumVar)
prod(IloNumVar, double, IloNumVar) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.prod(IloNumVar, double, IloNumVar)
prod(IloNumVar, IloNumVar, double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.prod(IloNumVar, IloNumVar, double)
prod(IloNumExpr, double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.prod(IloNumExpr, double)
prod(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.prod(IloNumExpr, IloNumExpr)
prod(double, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.prod(double, IloNumExpr)
prod(IloIntExpr, int) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.prod(IloIntExpr, int)
prod(IloIntExpr, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.prod(IloIntExpr, IloIntExpr)
prod(int, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.prod(int, IloIntExpr)
prune() - Method in class ilog.cplex.IloCplex.BranchCallback
Instructs the IloCplex branch-and-cut search not to create any child nodes for the current node.
putenv(String) - Static method in class ilog.cplex.IloCplex
Sets the ILOG_LICENSE_FILE environment variable used by CPLEX.

Q

QPNzReadLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
QPmakePSDInd - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
qpIndefCertificate(IloNumVar[], double[]) - Method in class ilog.cplex.IloCplex
Returns a vector proving that the Q matrix of QP is not positive semi-definite.

R

RINSHeur - Static variable in class ilog.cplex.IloCplex.IntParam
 
ReInv - Static variable in class ilog.cplex.IloCplex.IntParam
 
Reduce - Static variable in class ilog.cplex.IloCplex.IntParam
 
RelObjDif - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
RelaxPreInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
RepairTries - Static variable in class ilog.cplex.IloCplex.IntParam
 
RepeatPresolve - Static variable in class ilog.cplex.IloCplex.IntParam
 
ReverseInd - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
RootAlg - Static variable in class ilog.cplex.IloCplex.IntParam
 
RowReadLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
range(double, double) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloRange object with the specified upper and lower bound.
range(double, double, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloRange object with the specified name and upper and lower bounds.
range(double, IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint lb <= expr <= ub.
range(double, IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint lb <= expr <= ub and assigned the name name.
range(double, IloNumExpr, double, String) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.range(double lb, IloNumExpr expr, double ub, String name)
range(double, IloNumExpr, double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.range(double lb, IloNumExpr expr, double ub)
range(double, double, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.range(double lb, double ub, String name)
range(double, double) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.range(double lb, double ub)
rangeIterator() - Method in class ilog.cplex.IloCplexModeler
Returns an iterator over all instances of IloRange in the active model.
readBasis(String) - Method in class ilog.cplex.IloCplex
Reads a simplex basis from the BAS file indicated by name, and copies that basis into the invoking object.
readMIPStart(String) - Method in class ilog.cplex.IloCplex
Reads the SOL file denoted by name and copies the MIP start information into the invoking object.
readOrder(String) - Method in class ilog.cplex.IloCplex
Reads the ORD file indicated by name and copies the priority order information into the invoking CPLEX problem object.
readParam(String) - Method in class ilog.cplex.IloCplex
Reads parameters and their settings from the file indicated by name and applies them to the invoking object.
readSolution(String) - Method in class ilog.cplex.IloCplex
Reads a solution from the SOL file denoted by name and copies this information into the invoking object.
readVectors(String) - Method in class ilog.cplex.IloCplex
Deprecated.  
refineConflict(IloConstraint[], double[]) - Method in class ilog.cplex.IloCplex
Refines a conflict from an array of constraints.
refineConflict(IloConstraint[], double[], int, int) - Method in class ilog.cplex.IloCplex
Refines a conflict consisting of a subset of constraints from an array.
registerLicense(String, int) - Static method in class ilog.cplex.IloCplex
Passes memory-based information to the ILOG License Manager.
reject() - Method in class ilog.cplex.IloCplex.IncumbentCallback
Rejects the proposed incumbent solution.
remove(IloConstraint) - Method in interface ilog.concert.IloAnd
This method removes the constraints from the invoking and-constraint.
remove(IloConstraint[]) - Method in interface ilog.concert.IloAnd
This method removes the array of constraints from the invoking and-constraint.
remove(IloConstraint[], int, int) - Method in interface ilog.concert.IloAnd
This method removes constraints from the invoking instance of IloAnd.
remove(IloIntVar) - Method in interface ilog.concert.IloLinearIntExpr
Removes a variable from the invoking IloLinearIntExpr expression.
remove(IloIntVar[], int, int) - Method in interface ilog.concert.IloLinearIntExpr
Removes a set of variables from the invoking IloLinearIntExpr expression.
remove(IloIntVar[]) - Method in interface ilog.concert.IloLinearIntExpr
Removes a set of variables from the invoking IloLinearIntExpr expression.
remove(IloNumVar) - Method in interface ilog.concert.IloLinearNumExpr
Removes a variable from the invoking IloLinearNumExpr expression.
remove(IloNumVar[], int, int) - Method in interface ilog.concert.IloLinearNumExpr
Removes variables from the invoking IloLinearNumExpr expression.
remove(IloNumVar[]) - Method in interface ilog.concert.IloLinearNumExpr
Removes variables from the invoking IloLinearNumExpr expression.
remove(IloAddable) - Method in interface ilog.concert.IloModel
This method removes the extractable object from the invoking model.
remove(IloConstraint) - Method in interface ilog.concert.IloOr
This method removes a constraint from the invoking or-constraint.
remove(IloConstraint[]) - Method in interface ilog.concert.IloOr
This method removes an array of constraints from the invoking or-constraint.
remove(IloConstraint[], int, int) - Method in interface ilog.concert.IloOr
This method removes constraints from the invoking instance of IloOr.
remove(IloAddable) - Method in class ilog.cplex.IloCplexModeler
Removes object from the invoking model.
remove(IloAddable[]) - Method in class ilog.cplex.IloCplexModeler
Removes the array of objects from the invoking model.
remove(IloAddable[], int, int) - Method in class ilog.cplex.IloCplexModeler
Removes part of the array of objects from the invoking model, starting with the index start and continuing to the number of objects indicated by num.
removeCols(int, int) - Method in interface ilog.concert.IloLPMatrix
Remove a range of columns from the LP matrix.
removeCols(int[]) - Method in interface ilog.concert.IloLPMatrix
Removes a set of columns from the invoking LP matrix.
removeCols(int[], int, int) - Method in interface ilog.concert.IloLPMatrix
Removes a set of columns from the invoking LP matrix.
removeColumn(int) - Method in interface ilog.concert.IloLPMatrix
Removes one column from the LP matrix.
removeRow(int) - Method in interface ilog.concert.IloLPMatrix
Removes one row from the LP matrix.
removeRows(int, int) - Method in interface ilog.concert.IloLPMatrix
Removes a range of rows from the LP matrix.
removeRows(int[]) - Method in interface ilog.concert.IloLPMatrix
Removes a set of rows from the invoking LP matrix.
removeRows(int[], int, int) - Method in interface ilog.concert.IloLPMatrix
Removes as set of rows from the invoking LP matrix.

S

SOS1(IloNumVar[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables and weights.
SOS1(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the num specified variables and weights, starting from the index specified by start.
SOS1(IloNumVar[], double[], String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables and weights and names the new SOS.
SOS1(IloNumVar[], double[], int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the num specified variables and weights, starting from the index specified by start, and assigns the new SOS a name.
SOS1(IloNumVar[], double[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.SOS1(IloNumVar[] var, double[] val)
SOS1(IloNumVar[], double[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.SOS1(IloNumVar[] var, double[] val, int start, int num)
SOS1(IloNumVar[], double[], String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.SOS1(IloNumVar[] var, double[] val, String name)
SOS1(IloNumVar[], double[], int, int, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.SOS1(IloNumVar[] var, double[] val, int start, int num, String name)
SOS1iterator() - Method in class ilog.cplex.IloCplexModeler
Returns an iterator over all IloSOS1 objects in the active model.
SOS2(IloNumVar[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables and weights.
SOS2(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the num specified variables and weights, starting from the index specified by start.
SOS2(IloNumVar[], double[], String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables and weights, and assigns the new SOS its name.
SOS2(IloNumVar[], double[], int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the num specified variables and weights, starting from the index specified by start, and assigns the new SOS its name.
SOS2(IloNumVar[], double[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.SOS2(IloNumVar[] var, double[] val)
SOS2(IloNumVar[], double[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.SOS2(IloNumVar[] var, double[] val, int start, int num)
SOS2(IloNumVar[], double[], String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.SOS2(IloNumVar[] var, double[] val, String name)
SOS2(IloNumVar[], double[], int, int, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.SOS2(IloNumVar[] var, double[] val, int start, int num, String name)
SOS2iterator() - Method in class ilog.cplex.IloCplexModeler
Returns an iterator over all IloSOS2 objects in the active model.
ScaInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
SiftAlg - Static variable in class ilog.cplex.IloCplex.IntParam
 
SiftDisplay - Static variable in class ilog.cplex.IloCplex.IntParam
 
SiftItLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
Sifting - Static variable in class ilog.cplex.IloCplex.Algorithm
Selects the sifting algorithm.
SimDisplay - Static variable in class ilog.cplex.IloCplex.IntParam
 
SingLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
SolLim - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
Steep - Static variable in class ilog.cplex.IloCplex.DualPricing
Steepest-edge pricing.
Steep - Static variable in class ilog.cplex.IloCplex.PrimalPricing
Steepest-edge pricing.
SteepQStart - Static variable in class ilog.cplex.IloCplex.DualPricing
Steepest- edge pricing, unit initial norms.
SteepQStart - Static variable in class ilog.cplex.IloCplex.PrimalPricing
Steepest-edge pricing with slack initial norms.
Strong - Static variable in class ilog.cplex.IloCplex.VariableSelect
Strong branching.
StrongCandLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
StrongItLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
StrongThreadLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
SubMIPNodeLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
SumCompSlack - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumDualInfeas - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumDualResidual - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumIntInfeas - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumPi - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumPrimalInfeas - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumPrimalResidual - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumRedCost - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumScaledDualInfeas - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumScaledDualResidual - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumScaledPi - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumScaledPrimalInfeas - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumScaledPrimalResidual - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumScaledRedCost - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumScaledSlack - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumScaledX - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumSlack - Static variable in class ilog.cplex.IloCplex.QualityType
 
SumX - Static variable in class ilog.cplex.IloCplex.QualityType
 
Symmetry - Static variable in class ilog.cplex.IloCplex.IntParam
 
scalProd(IloNumVar[], double[]) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the provided values with the provided variables.
scalProd(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the values provided in coefs[start]...coefs[start+num-1] with the variables provided in vars[start]...vars[start+num-1].
scalProd(double[], IloNumVar[]) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the provided values with the provided variables.
scalProd(double[], IloNumVar[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the values provided in coefs[start]...coefs[start+num-1] with the variables provided in vars[start]...vars[start+num-1].
scalProd(IloNumVar[], int[]) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the provided values with the provided variables.
scalProd(int[], IloNumVar[]) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the provided values with the provided variables.
scalProd(IloNumVar[], IloNumVar[]) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the variables provided as arguments.
scalProd(IloNumVar[], IloNumVar[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the variables provided in vars1[start]...vars1[start+num-1] with the variables prodived in vars2[start]...vars2[start+num-1].
scalProd(int[], IloIntVar[]) - Method in interface ilog.concert.IloModeler
Creates and returns an integer linear expression representing the scalar product of the provided integer values with the provided integer variables.
scalProd(int[], IloIntVar[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns an integer linear expression representing the scalar product of the integer values provided in vals[start]...vals[start+num-1] with the integer variables provided in vars[start]...vars[start+num-1].
scalProd(IloIntVar[], int[]) - Method in interface ilog.concert.IloModeler
Creates and returns an integer linear expression representing the scalar product of the provided integer values with the provided integer variables.
scalProd(IloIntVar[], int[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns an integer linear expression representing the scalar product of the integer values provided in vals[start]...vals[start+num-1] with the integer variables provided in vars[start]...vars[start+num-1].
scalProd(IloIntVar[], IloIntVar[]) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the provided variables.
scalProd(IloIntVar[], IloIntVar[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the variables provided as arguments.
scalProd(double[], IloNumVar[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.scalProd(double[], IloNumVar[])
scalProd(IloNumVar[], double[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.scalProd(IloNumVar[], double[])
scalProd(double[], IloNumVar[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.scalProd(double[], IloNumVar[], int, int)
scalProd(IloNumVar[], double[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.scalProd(IloNumVar[], double[], int, int)
scalProd(int[], IloNumVar[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.scalProd(int[], IloNumVar[])
scalProd(IloNumVar[], int[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.scalProd(IloNumVar[], int[])
scalProd(int[], IloIntVar[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.scalProd(int[], IloIntVar[])
scalProd(IloIntVar[], int[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.scalProd(IloIntVar[], int[])
scalProd(int[], IloIntVar[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.scalProd(int[], IloIntVar[], int, int)
scalProd(IloIntVar[], int[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.scalProd(IloIntVar[], int[], int, int)
scalProd(IloIntVar[], IloIntVar[]) - Method in class ilog.cplex.IloCplexModeler
Creates and returns a linear expression representing the scalar product of the given variables.
scalProd(IloIntVar[], IloIntVar[], int, int) - Method in class ilog.cplex.IloCplexModeler
Creates and returns a linear expression representing the scalar product of the given variables.
scalProd(int[], IloNumVar[], int, int) - Method in class ilog.cplex.IloCplexModeler
Creates and returns a new linear expression representing the scalar product of the num values in vals starting at element start with the corresponding variables in vars.
scalProd(IloNumVar[], int[], int, int) - Method in class ilog.cplex.IloCplexModeler
Creates and returns a new linear expression representing the scalar product of the num variables in vars starting at element start with the corresponding values in vals.
scalProd(IloNumVar[], IloNumVar[]) - Method in class ilog.cplex.IloCplexModeler
Creates and returns a linear expression representing the scalar product of the given variables.
scalProd(IloNumVar[], IloNumVar[], int, int) - Method in class ilog.cplex.IloCplexModeler
Creates and returns a linear expression representing the scalar product of the given variables.
selectNode(int) - Method in class ilog.cplex.IloCplex.NodeCallback
Selects the next node to be processed by its number.
semiContVar(double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new semi-continuous modeling variable with a specified semi-continuous lower bound, upper bound, and type.
semiContVar(double, double, IloNumVarType, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new semi-continuous modeling variable with specified bounds, type, and name.
semiContVar(IloColumn, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new semi-continuous modeling variable with specified type and bounds, for column-wise modeling.
semiContVar(IloColumn, double, double, IloNumVarType, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new semi-continuous modeling variable, with specified bounds, type, and name, for column-wise modeling.
semiContVar(double, double, IloNumVarType, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.semiContVar(double, double, IloNumVarType, String)
semiContVar(double, double, IloNumVarType) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.semiContVar(double, double, IloNumVarType)
semiContVar(IloColumn, double, double, IloNumVarType, String) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.semiContVar(IloColumn, double, double, IloNumVarType, String)
semiContVar(IloColumn, double, double, IloNumVarType) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.semiContVar(IloColumn, double, double, IloNumVarType)
semiContVarArray(int, double, double, IloNumVarType, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns n semi-continuous modeling variables, all with the same type, semi-continuous lower bound, and upper bound, but with individually specified names.
semiContVarArray(int, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns n semi-continuous modeling variables, all of the same type, with the same semi-continuous lower bound and upper bound.
semiContVarArray(int, double[], double[], IloNumVarType[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns n semi-continuous modeling variables, all of the same type, with the same semi-continuous lower bound and upper bound, and individually specified names.
semiContVarArray(int, double[], double[], IloNumVarType[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns n semi-continuous modeling variables, with individually specified type, semi-continuous lower bound, and upper bound.
semiContVarArray(IloColumnArray, double, double, IloNumVarType, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns an array of semi-continuous modeling variables with individually specified type, semi-continuous lower bound, upper bound, and name, for column-wise modeling.
semiContVarArray(IloColumnArray, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns an array of semi-continuous modeling variables, all with the same type and bounds, for column-wise modeling.
semiContVarArray(IloColumnArray, double[], double[], IloNumVarType[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns an array of semi-continuous modeling variables, with individually specified type, semi-continuous lower bound, and upper bound, for column-wise modeling.
semiContVarArray(IloColumnArray, double[], double[], IloNumVarType[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns an array of semi-continuous modeling variables, with individually specified type, semi-continuous lower bound, upper bound, and name, for column-wise modeling.
semiContVarArray(int, double, double, IloNumVarType) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.semiContVarArray(int, double, double, IloNumVarType)
semiContVarArray(int, double[], double[], IloNumVarType[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.semiContVarArray(int, double[], double[], IloNumVarType[])
semiContVarArray(int, double, double, IloNumVarType, String[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.semiContVarArray(int, double, double, IloNumVarType, String[])
semiContVarArray(int, double[], double[], IloNumVarType[], String[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.semiContVarArray(int, double[], double[], IloNumVarType[], String[])
semiContVarArray(IloColumnArray, double, double, IloNumVarType) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.semiContVarArray(IloColumnArray, double, double, IloNumVarType)
semiContVarArray(IloColumnArray, double[], double[], IloNumVarType[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.semiContVarArray(IloColumnArray, double[], double[], IloNumVarType[])
semiContVarArray(IloColumnArray, double, double, IloNumVarType, String[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.semiContVarArray(IloColumnArray, double, double, IloNumVarType, String[])
semiContVarArray(IloColumnArray, double[], double[], IloNumVarType[], String[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.semiContVarArray(IloColumnArray cols, double[] lb, double[] ub, IloNumVarType[] type, String[] name)
setBasisStatuses(IloNumVar[], IloCplex.BasisStatus[], IloRange[], IloCplex.BasisStatus[]) - Method in class ilog.cplex.IloCplex
Sets basis statuses for variables and constraints.
setBasisStatuses(IloNumVar[], IloCplex.BasisStatus[], int, int, IloConstraint[], IloCplex.BasisStatus[], int, int) - Method in class ilog.cplex.IloCplex
Sets basis statuses for cnum consecutive variables, starting from the index specified by var[start], and rnum consecutive constraints, starting from the index specified by con[start].
setBounds(double, double) - Method in interface ilog.concert.IloRange
Sets the lower and upper bound of the ranged constraints.
setBounds(IloNumVar, double, double) - Method in class ilog.cplex.IloCplex.HeuristicCallback
Changes the upper and lower bounds of variable var.
setBounds(IloNumVar[], double[], double[]) - Method in class ilog.cplex.IloCplex.HeuristicCallback
Changes the upper and lower bounds of variables in the array var.
setBounds(IloNumVar[], double[], double[], int, int) - Method in class ilog.cplex.IloCplex.HeuristicCallback
Changes the upper and lower bounds of the specified variables in the array var.
setConstant(int) - Method in interface ilog.concert.IloLinearIntExpr
Sets the constant term from the invoking IloLinearIntExpr to val.
setConstant(double) - Method in interface ilog.concert.IloLinearNumExpr
Sets the constant term from the invoking IloLinearIntExpr to val.
setDefaults() - Method in class ilog.cplex.IloCplex
Resets all parameters to their default values.
setDeleteMode(IloCplex.DeleteMode) - Method in class ilog.cplex.IloCplex
Sets the delete mode.
setDirection(IloNumVar, IloCplex.BranchDirection) - Method in class ilog.cplex.IloCplex
Sets the branching direction for a variable.
setDirections(IloNumVar[], IloCplex.BranchDirection[]) - Method in class ilog.cplex.IloCplex
Sets branching directions for an array of variables.
setDirections(IloNumVar[], IloCplex.BranchDirection[], int, int) - Method in class ilog.cplex.IloCplex
Sets branching directions for num consecutive variables, starting from the index specified by start.
setExpr(IloNumExpr) - Method in interface ilog.concert.IloObjective
Sets the expression of the invoking IloObjective object.
setExpr(IloNumExpr) - Method in interface ilog.concert.IloRange
Sets the expression of the invoking IloRange object to expr.
setIntVar(IloIntVar) - Method in interface ilog.concert.IloLinearIntExprIterator
Sets the IloIntVar of the last linear term in the scalar product.
setLB(double) - Method in interface ilog.concert.IloNumVar
Sets the lower bound of the invoking IloNumVar object.
setLB(double) - Method in interface ilog.concert.IloRange
Sets the lower bound of the ranged constraints.
setLinearCoef(IloObjective, double, IloNumVar) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficient for variable var to val in the expression of the specified IloObjective object.
setLinearCoef(IloObjective, IloNumVar, double) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficient for variable var to val in the expression of the specified IloObjective object.
setLinearCoef(IloRange, double, IloNumVar) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficient for variable var to val in the expression of the specified IloRange object.
setLinearCoef(IloRange, IloNumVar, double) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficient for variable var to val in the expression of the specified IloRange object.
setLinearCoef(IloObjective, double, IloNumVar) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.setLinearCoef(IloObjective, double, IloNumVar)
setLinearCoef(IloObjective, IloNumVar, double) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.setLinearCoef(IloObjective, IloNumVar, double)
setLinearCoef(IloRange, double, IloNumVar) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.setLinearCoef(IloRange rng, double val, IloNumVar var)
setLinearCoef(IloRange, IloNumVar, double) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.setLinearCoef(IloRange rng, IloNumVar var, double val)
setLinearCoefs(IloObjective, double[], IloNumVar[]) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloObjective object.
setLinearCoefs(IloObjective, IloNumVar[], double[]) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloObjective object.
setLinearCoefs(IloObjective, double[], IloNumVar[], int, int) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloObjective object.
setLinearCoefs(IloObjective, IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloObjective object.
setLinearCoefs(IloRange, double[], IloNumVar[]) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloRange object.
setLinearCoefs(IloRange, IloNumVar[], double[]) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloRange object.
setLinearCoefs(IloRange, double[], IloNumVar[], int, int) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloRange object.
setLinearCoefs(IloRange, IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloRange object.
setLinearCoefs(IloObjective, double[], IloNumVar[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.setLinearCoefs(IloObjective, double[], IloNumVar[])
setLinearCoefs(IloObjective, IloNumVar[], double[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.setLinearCoefs(IloObjective, IloNumVar[], double[])
setLinearCoefs(IloObjective, double[], IloNumVar[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.setLinearCoefs(IloObjective, double[], IloNumVar[], int, int)
setLinearCoefs(IloObjective, IloNumVar[], double[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.setLinearCoefs(IloObjective, IloNumVar[], double[], int, int)
setLinearCoefs(IloRange, double[], IloNumVar[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.setLinearCoefs(IloRange rng, double[] val, IloNumVar[] var)
setLinearCoefs(IloRange, IloNumVar[], double[]) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.setLinearCoefs(IloRange rng, IloNumVar[] var, double[] val)
setLinearCoefs(IloRange, double[], IloNumVar[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.setLinearCoefs(IloRange rng, double[] val, IloNumVar[] var, int start, int num)
setLinearCoefs(IloRange, IloNumVar[], double[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloMPModeler.setLinearCoefs(IloRange rng, IloNumVar[] var, double[] val, int start, int num)
setMax(int) - Method in interface ilog.concert.IloIntVar
Sets a new initial maximum for this integer variable.
setMin(int) - Method in interface ilog.concert.IloIntVar
Sets a new initial minimum for this integer variable.
setModel(IloModel) - Method in interface ilog.concert.IloMPModeler
Sets model as the active model.
setModel(IloModel) - Method in class ilog.cplex.IloCplex
Sets model as the active model.
setModel(IloModel) - Method in class ilog.cplex.IloCplexModeler
Sets model as the active model.
setNZ(int, int, double) - Method in interface ilog.concert.IloLPMatrix
Sets one nonzero of the coefficient matrix of the invoking LP matrix.
setNZs(int[], int[], double[]) - Method in interface ilog.concert.IloLPMatrix
Sets nonzero elements of the coefficient matrix of the invoking LP matrix.
setName(String) - Method in interface ilog.concert.IloAddable
Sets the name of the invoking addable object.
setName(String) - Method in interface ilog.concert.IloNumVar
Sets the name of the invoking variable.
setName(String) - Method in class ilog.cplex.IloCplexModeler
Sets str as the name of the invoking model.
setNumVar(IloNumVar) - Method in interface ilog.concert.IloLinearNumExprIterator
Sets the IloNumVar of the last linear term in the scalar product.
setOut(OutputStream) - Method in class ilog.cplex.IloCplex
Sets the default output stream of the invoking IloCplex object.
setParam(IloCplex.IntParam, int) - Method in class ilog.cplex.IloCplex.ParameterSet
Sets an integer parameter to value val.
setParam(IloCplex.StringParam, String) - Method in class ilog.cplex.IloCplex.ParameterSet
Sets a string parameter to value val.
setParam(IloCplex.BooleanParam, boolean) - Method in class ilog.cplex.IloCplex.ParameterSet
Sets a Boolean parameter to value val.
setParam(IloCplex.DoubleParam, double) - Method in class ilog.cplex.IloCplex.ParameterSet
Sets a double parameter to value val.
setParam(IloCplex.IntParam, int) - Method in class ilog.cplex.IloCplex
Sets an integer parameter to value val.
setParam(IloCplex.BooleanParam, boolean) - Method in class ilog.cplex.IloCplex
Sets a Boolean parameter to value val.
setParam(IloCplex.DoubleParam, double) - Method in class ilog.cplex.IloCplex
Sets a double parameter to value val.
setParam(IloCplex.StringParam, String) - Method in class ilog.cplex.IloCplex
Sets a string parameter to value val.
setParameterSet(IloCplex.ParameterSet) - Method in class ilog.cplex.IloCplex
Sets the parameter state using a parameter set.
setPriorities(IloNumVar[], int[]) - Method in class ilog.cplex.IloCplex
Sets branch priorities for an array of variables.
setPriorities(IloNumVar[], int[], int, int) - Method in class ilog.cplex.IloCplex
Sets branch priorities for num consecutive variables, starting from the index specified by start.
setPriority(IloNumVar, int) - Method in class ilog.cplex.IloCplex
Sets the branch priority for the variable var.
setSemiContLB(double) - Method in interface ilog.concert.IloSemiContVar
Sets the semi-continuous lower bound of the invoking IloSemiContVar to sclb.
setSense(IloObjectiveSense) - Method in interface ilog.concert.IloObjective
Sets the optimization sense of the invoking IloObjective object.
setSolution(IloNumVar[], double[], int, int) - Method in class ilog.cplex.IloCplex.HeuristicCallback
Injects a solution to be used as the potential new incumbent from an array that may possibly contain other elements.
setSolution(IloNumVar[], double[]) - Method in class ilog.cplex.IloCplex.HeuristicCallback
Injects a solution to be used as the potential new incumbent.
setUB(double) - Method in interface ilog.concert.IloNumVar
Sets the upper bound of the invoking IloNumVar object.
setUB(double) - Method in interface ilog.concert.IloRange
Sets the upper bound of the ranged constraints.
setValue(int) - Method in interface ilog.concert.IloLinearIntExprIterator
Sets the coefficient related to the IloIntVar accessed by the last call to the method next().
setValue(double) - Method in interface ilog.concert.IloLinearNumExprIterator
Sets the coefficient related to the IloIntVar accessed by the last call to the method next().
setVectors(double[], IloNumVar[], double[], IloRange[]) - Method in class ilog.cplex.IloCplex.SolveCallback
Specifies a starting point for the next invocation of the method solve.
setVectors(double[], IloNumVar[], int, int, double[], IloRange[], int, int) - Method in class ilog.cplex.IloCplex.SolveCallback
Specifies a starting point for the next invocation of the method solve.
setVectors(double[], double[], IloNumVar[], double[], double[], IloRange[]) - Method in class ilog.cplex.IloCplex
Specifies a starting point for the next invocation of the method solve.
setVectors(double[], double[], IloNumVar[], int, int, double[], double[], IloRange[], int, int) - Method in class ilog.cplex.IloCplex
Specifies a partial starting point for the next invocation of the method solve.
setWarning(OutputStream) - Method in class ilog.cplex.IloCplex
Sets the warning stream of the invoking IloCplex object.
solutionGoal(IloNumVar[], double[]) - Method in class ilog.cplex.IloCplex
Creates and returns a solution goal.
solve(int) - Method in class ilog.cplex.IloCplex.HeuristicCallback
Solves the current node relaxation using a chosen algorithm.
solve() - Method in class ilog.cplex.IloCplex.HeuristicCallback
Solves the current node relaxation using the default algorithm.
solve(int) - Method in class ilog.cplex.IloCplex.SolveCallback
Solves the current node using the algorithm alg.
solve() - Method in class ilog.cplex.IloCplex.SolveCallback
Solves the current node using the default algorithm (IloCplex.Algorithm.Auto).
solve() - Method in class ilog.cplex.IloCplex
Solves the active model.
solve(IloCplex.Goal) - Method in class ilog.cplex.IloCplex
This method solves the active MIP model using the search strategy specified by goal.
solveFixed() - Method in class ilog.cplex.IloCplex
Solves the fixed active model.
square(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the square of the expression e (that is, e * e).
square(IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression e^2.
square(IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.square(IloNumExpr)
square(IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.square(IloIntExpr)
subsume(double, double) - Method in class ilog.cplex.IloCplex.NodeEvaluator
When choosing the next node to be processed, IloCplex maintains a candidate node to pick.
sum(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the sum of a numeric expression and a value.
sum(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the sum of a value and a numeric expression.
sum(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds two numeric expressions and returns the sum.
sum(IloNumExpr, IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds three numeric expressions and returns their sum.
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds four numeric expressions and returns the sum.
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds five numeric expressions and returns the sum.
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds six numeric expressions and returns the sum.
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds seven numeric expressions and returns the sum.
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds eight numeric expressions and returns the sum.
sum(IloNumExpr[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the sum of the num expressions provided as terms in the array expr starting with element start.
sum(IloNumExpr[]) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the sum of the expressions provided as terms in the array expr.
sum(IloIntExpr, int) - Method in interface ilog.concert.IloModeler
Creates and returns an integer expression representing the sum of an integer expression and a value.
sum(int, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an integer expression representing the sum of a value and an integer expression.
sum(IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds two integer expressions and returns the sum.
sum(IloIntExpr, IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds three integer expressions and returns the sum.
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds four integer expressions and returns the sum.
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds five integer expressions and returns the sum.
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds six integer expressions and returns the sum.
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds seven integer expressions and returns the sum.
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds eight integer expressions and returns the sum.
sum(IloIntExpr[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns an integer expression representing the sum of the num expressions provided in the array expr starting with element start.
sum(IloIntExpr[]) - Method in interface ilog.concert.IloModeler
Creates and returns an integer expression representing the sum of the expressions provided in the array expr.
sum(IloNumExpr, double) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloNumExpr, double)
sum(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloNumExpr, IloNumExpr)
sum(double, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(double, IloNumExpr)
sum(IloNumExpr, IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloNumExpr, IloNumExpr, IloNumExpr)
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr)
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr)
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr)
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr)
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr)
sum(IloIntExpr, int) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloIntExpr, int)
sum(int, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(int, IloIntExpr)
sum(IloIntExpr, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloIntExpr, IloIntExpr)
sum(IloIntExpr, IloIntExpr, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloIntExpr, IloIntExpr, IloIntExpr)
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr)
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr)
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr)
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr)
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr)
sum(IloNumExpr[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloNumExpr[] expr, int start, int num)
sum(IloNumExpr[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloNumExpr[] expr)
sum(IloIntExpr[], int, int) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloIntExpr[] expr, int start, int num)
sum(IloIntExpr[]) - Method in class ilog.cplex.IloCplexModeler
See IloModeler.sum(IloIntExpr[] expr)

T

Threads - Static variable in class ilog.cplex.IloCplex.IntParam
 
TiLim - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
TreLim - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
toString() - Method in class ilog.cplex.IloCplex.BasisStatus
Transforms the status into a human readable string.
toString() - Method in class ilog.cplex.IloCplex.BranchType
Returns a string representing the invoking branch type.
toString() - Method in class ilog.cplex.IloCplex.ConflictStatus
 
toString() - Method in class ilog.cplex.IloCplex.CplexStatus
 
toString() - Method in class ilog.cplex.IloCplex.NodeId
Returns a string with the numeric value of the invoking node identifier.
toString() - Method in class ilog.cplex.IloCplex.Quality
Returns a string with the numeric value of the invoking quality measure.
toString() - Method in class ilog.cplex.IloCplex.Status
Transforms status into a human-readable string.
toString() - Method in class ilog.cplex.IloCplexModeler
 

U

Unbounded - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
Unbounded - Static variable in class ilog.cplex.IloCplex.Status
The Unbounded solution status indicates that the IloCplex optimizer has determined that the model is unbounded.
Unknown - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
Unknown - Static variable in class ilog.cplex.IloCplex.Status
The Unknown solution status indicates that the optimizer has not gathered any information about the active model.
Up - Static variable in class ilog.cplex.IloCplex.BranchDirection
Upward branch direction.
Upper - Static variable in class ilog.concert.IloNumVarBoundType
Upper bound type.
upperBound(IloNumVar) - Method in class ilog.cplex.IloCplex
Creates and returns an object of type IloNumVarBound to represent the upper bound of variable var.
use(IloCplex.Callback) - Method in class ilog.cplex.IloCplex
Installs a user-written callback.
useSolution() - Method in class ilog.cplex.IloCplex.SolveCallback
Instructs IloCplex to use a solution.

V

VarSel - Static variable in class ilog.cplex.IloCplex.IntParam
 

W

WorkDir - Static variable in class ilog.cplex.IloCplex.StringParam
 
WorkMem - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
warning() - Method in class ilog.cplex.IloCplex
Returns the warning output stream of the invoking IloCplex object.
writeBasis(String) - Method in class ilog.cplex.IloCplex
Writes the current simplex basis to the file indicated by name.
writeConflict(String) - Method in class ilog.cplex.IloCplex
Writes a conflict file with the indicated name.
writeMIPStart(String) - Method in class ilog.cplex.IloCplex
Writes a starting solution for a MIP in SOL format to the file denoted by name.
writeOrder(String) - Method in class ilog.cplex.IloCplex
Writes a priority order file with the indicated name.
writeParam(String) - Method in class ilog.cplex.IloCplex
Writes the parameter name and its current setting into the file indicated by name for all the CPLEX parameters that are not currently set at their default.
writeSolution(String) - Method in class ilog.cplex.IloCplex
Writes solution information from an optimization in SOL format to the file indicated by name.
writeTextSolution(String) - Method in class ilog.cplex.IloCplex
Deprecated.  
writeVectors(String) - Method in class ilog.cplex.IloCplex
Deprecated.  

X

XXXInd - Static variable in class ilog.cplex.IloCplex.BooleanParam
 

A B C D E F G H I K L M N O P Q R S T U V W X