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

A

abort() - Method in class ilog.cplex.IloCplex.Callback
Aborts current optimization.
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.
AbortTimeLim - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
AbortUser - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
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 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(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.
addCols(IloNumVar[]) - Method in interface ilog.concert.IloLPMatrix
Adds new empty columns to LP matrix.
addCols(IloNumVar[], int[][], double[][]) - Method in interface ilog.concert.IloLPMatrix
Adds new columns to the LP matrix.
addCols(IloNumVar[], int, int) - Method in interface ilog.concert.IloLPMatrix
Adds new empty columns to LP matrix.
addColumn(IloNumVar) - Method in interface ilog.concert.IloLPMatrix
Adds a new empty column to an LP matrix.
addColumn(IloNumVar, int[], double[]) - Method in interface ilog.concert.IloLPMatrix
Adds a new 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(double, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.addEq(double v, IloNumExpr e)
addEq(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addEq(double, IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.addEq(double v, IloNumExpr e, String name)
addEq(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addEq(IloNumExpr, double) - Method in class ilog.cplex.IloCplex
See IloModeler.addEq(IloNumExpr e, double v)
addEq(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addEq(IloNumExpr, double, String) - Method in class ilog.cplex.IloCplex
See IloModeler.addEq(IloNumExpr e, double v, String name)
addEq(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addEq(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.addEq(IloNumExpr e1, IloNumExpr e2)
addEq(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addEq(IloNumExpr, IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.addEq(IloNumExpr e1, IloNumExpr e2, String name)
addEq(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addGe(double, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.addGe(double v, IloNumExpr e)
addGe(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addGe(double, IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.addGe(double v, IloNumExpr e, String name)
addGe(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addGe(IloNumExpr, double) - Method in class ilog.cplex.IloCplex
See IloModeler.addGe(IloNumExpr e, double v)
addGe(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addGe(IloNumExpr, double, String) - Method in class ilog.cplex.IloCplex
See IloModeler.addGe(IloNumExpr e, double v, String name)
addGe(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addGe(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.addGe(IloNumExpr e1, IloNumExpr e2)
addGe(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addGe(IloNumExpr, IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.addGe(IloNumExpr e1, IloNumExpr e2, String name)
addGe(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
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(double, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.addLe(double v, IloNumExpr e)
addLe(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addLe(double, IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.addLe(double v, IloNumExpr e, String name)
addLe(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addLe(IloNumExpr, double) - Method in class ilog.cplex.IloCplex
See IloModeler.addLe(IloNumExpr e, double v)
addLe(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addLe(IloNumExpr, double, String) - Method in class ilog.cplex.IloCplex
See IloModeler.addLe(IloNumExpr e, double v, String name)
addLe(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addLe(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.addLe(IloNumExpr e1, IloNumExpr e2)
addLe(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addLe(IloNumExpr, IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.addLe(IloNumExpr e1, IloNumExpr e2, String name)
addLe(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addLocal(IloConstraint) - Method in class ilog.cplex.IloCplex.CutCallback
Adds cut as a local cut to the problem being solved.
addLPMatrix() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloLPMatrix object.
addLPMatrix() - Method in class ilog.cplex.IloCplex
See IloMPModeler.addLPMatrix()
addLPMatrix(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloLPMatrix object.
addLPMatrix(String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addLPMatrix(String name)
addMaximize() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty maximization objective function.
addMaximize() - Method in class ilog.cplex.IloCplex
See IloMPModeler.addMaximize()
addMaximize(IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.addMaximize(IloNumExpr)
addMaximize(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloObjective object.
addMaximize(IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.addMaximize(IloNumExpr, String)
addMaximize(IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloObjective object.
addMaximize(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty maximization objective function.
addMaximize(String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addMaximize(String)
addMinimize() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty minimization objective function.
addMinimize() - Method in class ilog.cplex.IloCplex
See IloMPModeler.addMinimize()
addMinimize(IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.addMinimize(IloNumExpr)
addMinimize(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloObjective object.
addMinimize(IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.addMinimize(IloNumExpr, String)
addMinimize(IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloObjective object.
addMinimize(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty minimization objective function.
addMinimize(String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addMinimize(String)
addObjective(IloObjectiveSense) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty objective function.
addObjective(IloObjectiveSense) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addObjective(IloObjectiveSense)
addObjective(IloObjectiveSense, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.addObjective(IloObjectiveSense, IloNumExpr)
addObjective(IloObjectiveSense, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloObjective object.
addObjective(IloObjectiveSense, IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.addObjective(IloObjectiveSense, IloNumExpr, String)
addObjective(IloObjectiveSense, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloObjective object.
addObjective(IloObjectiveSense, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty objective function.
addObjective(IloObjectiveSense, String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addObjective(IloObjectiveSense, String)
addRange(double, double) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloRange object.
addRange(double, double) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addRange(double lb, double ub)
addRange(double, double, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloRange object.
addRange(double, double, String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addRange(double lb, double ub, String name)
addRange(double, IloNumExpr, double) - Method in class ilog.cplex.IloCplex
See IloModeler.addRange(double lb, IloNumExpr expr, double ub)
addRange(double, IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
addRange(double, IloNumExpr, double, String) - Method in class ilog.cplex.IloCplex
See IloModeler.addRange(double lb, IloNumExpr expr, double ub, String name)
addRange(double, IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
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 weight values.
addSOS1(IloNumVar[], double[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addSOS1(IloNumVar[] var, double[] val)
addSOS1(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables and weight values.
addSOS1(IloNumVar[], double[], int, int) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addSOS1(IloNumVar[] var, double[] val, int start, int num)
addSOS1(IloNumVar[], double[], int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables and weight values.
addSOS1(IloNumVar[], double[], int, int, String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addSOS1(IloNumVar[] var, double[] val, int start, int num, String name)
addSOS1(IloNumVar[], double[], String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables and weight values.
addSOS1(IloNumVar[], double[], String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addSOS1(IloNumVar[] var, double[] val, String name)
addSOS2(IloNumVar[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables and weight values.
addSOS2(IloNumVar[], double[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addSOS2(IloNumVar[] var, double[] val)
addSOS2(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables and weight values.
addSOS2(IloNumVar[], double[], int, int) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addSOS2(IloNumVar[] var, double[] val, int start, int num)
addSOS2(IloNumVar[], double[], int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables and weight values.
addSOS2(IloNumVar[], double[], int, int, String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addSOS2(IloNumVar[] var, double[] val, int start, int num, String name)
addSOS2(IloNumVar[], double[], String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables and weight values.
addSOS2(IloNumVar[], double[], String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addSOS2(IloNumVar[] var, double[] val, String name)
addTerm(double, IloNumVar) - Method in interface ilog.concert.IloLinearNumExpr
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(IloNumVar, double) - Method in interface ilog.concert.IloLinearNumExpr
Adds the new term coef * var to a scalar product.
addTerm(int, IloIntVar) - Method in interface ilog.concert.IloLinearIntExpr
Adds the new term coef * var 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(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(IloIntVar[], 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(IloNumVar[], double[]) - 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(int[], IloIntVar[]) - Method in interface ilog.concert.IloLinearIntExpr
Adds the new terms sum_i(coef[i] * var[i]) 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.
addToExpr(IloObjective, IloNumExpr) - Method in interface ilog.concert.IloMPModeler
Adds an expression term to the expression of the specified IloObjective object.
addToExpr(IloObjective, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloMPModeler.addToExpr(IloObjective, IloNumExpr)
addToExpr(IloRange, IloNumExpr) - Method in interface ilog.concert.IloMPModeler
Adds an expression term to the expression of the specified IloRange object.
addToExpr(IloRange, IloNumExpr) - Method in class ilog.cplex.IloCplex
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.
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
 
and(IloColumn) - Method in class ilog.concert.IloColumn
Links two IloColumn objects.
and(IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an and goal.
and(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an and goal.
and(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an and goal.
and(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an and goal.
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.
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.
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.
AtLower - Static variable in class ilog.cplex.IloCplex.IIS.Status
The lower bound of a variable or constraint participates in an IIS.
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.
AtUpper - Static variable in class ilog.cplex.IloCplex.IIS.Status
The upper bound of a variable or constraint participates in an IIS.
Auto - Static variable in class ilog.cplex.IloCplex.Algorithm
Allows IloCplex to select an algorithm.
Auto - Static variable in class ilog.cplex.IloCplex.PrimalPricing
Hybrid reduced-cost & devex pricing.
Auto - Static variable in class ilog.cplex.IloCplex.DualPricing
Pricing algorithm determined automatically.

B

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
 
BarOOC - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
BarOrder - Static variable in class ilog.cplex.IloCplex.IntParam
 
BarQCPEpComp - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
Barrier - Static variable in class ilog.cplex.IloCplex.Algorithm
Selects the barrier algorithm.
BarStartAlg - Static variable in class ilog.cplex.IloCplex.IntParam
 
BarThreads - 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.
BasInterval - Static variable in class ilog.cplex.IloCplex.IntParam
 
BBInterval - Static variable in class ilog.cplex.IloCplex.IntParam
 
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.
boolVar() - Method in class ilog.cplex.IloCplex
See IloModeler.boolVar()
boolVar() - Method in interface ilog.concert.IloModeler
Creates and returns a new Boolean variable (domain 0,1)
boolVar(IloColumn) - Method in interface ilog.concert.IloMPModeler
Creates a new Boolean or binary modeling variable with column-wise modeling.
boolVar(IloColumn) - Method in class ilog.cplex.IloCplex
See IloMPModeler.boolVar(IloColumn column)
boolVar(IloColumn, String) - Method in interface ilog.concert.IloMPModeler
Creates a new Boolean or binary modeling variable with column-wise modeling.
boolVar(IloColumn, String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.boolVar(IloColumn column, String name)
boolVar(String) - Method in class ilog.cplex.IloCplex
See IloModeler.boolVar(String)
boolVar(String) - Method in interface ilog.concert.IloModeler
Creates and returns a new Boolean variable (domain 0,1) and a name.
boolVarArray(IloColumnArray) - Method in interface ilog.concert.IloMPModeler
Creates and returns Boolean or binary modeling variables with column-wise modeling.
boolVarArray(IloColumnArray) - Method in class ilog.cplex.IloCplex
See IloMPModeler.boolVarArray(IloColumnArray cols)
boolVarArray(IloColumnArray, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns Boolean or binary modeling variables with column-wise modeling.
boolVarArray(IloColumnArray, String[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.boolVarArray(IloColumnArray cols, String[] name)
boolVarArray(int) - Method in class ilog.cplex.IloCplex
See IloModeler.boolVarArray(int)
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 class ilog.cplex.IloCplex
See IloModeler.boolVarArray(int, String[])
boolVarArray(int, String[]) - Method in interface ilog.concert.IloModeler
Creates and returns an array of n new Boolean variables (domain 0,1).
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.
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.
BranchOnAny - Static variable in class ilog.cplex.IloCplex.BranchType
An IloCplex.BranchType object indicating a complex branching.
BranchOnSOS1 - Static variable in class ilog.cplex.IloCplex.BranchType
An IloCplex.BranchType object indicating a branch on an SOS of type 1.
BranchOnSOS2 - Static variable in class ilog.cplex.IloCplex.BranchType
An IloCplex.BranchType object indicating a branch on an SOS of type 2.
BranchOnVariable - Static variable in class ilog.cplex.IloCplex.BranchType
An IloCplex.BranchType object indicating a branch on a single variable.
BrDir - Static variable in class ilog.cplex.IloCplex.IntParam
 
BtTol - Static variable in class ilog.cplex.IloCplex.DoubleParam
 

C

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 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.
clearCallbacks() - Method in class ilog.cplex.IloCplex
Removes all callbacks from the invoking IloCplex object.
clearCuts() - Method in class ilog.cplex.IloCplex
Deletes all user cuts added 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.
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
 
ColGrowth - Static variable in class ilog.cplex.IloCplex.IntParam
 
ColReadLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
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) - Method in class ilog.cplex.IloCplex
See IloMPModeler.column(IloLPMatrix lp)
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[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.column(IloLPMatrix lp, int[] ind, double[] val)
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(IloLPMatrix, int[], double[], int, int) - Method in class ilog.cplex.IloCplex
See IloMPModeler.column(IloLPMatrix lp, int[] ind, double[] val, int start, int num)
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(IloObjective, double) - Method in class ilog.cplex.IloCplex
See IloMPModeler.column(IloObjective obj, double val)
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(IloRange, double) - Method in class ilog.cplex.IloCplex
See IloMPModeler.column(IloRange rng, double val)
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(IloLPMatrix, int) - Method in class ilog.cplex.IloCplex
See IloMPModeler.columnArray(IloLPMatrix lp, int num)
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, int[][], double[][]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.columnArray(IloLPMatrix lp, int num, int[][] ind, double[][] 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[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.columnArray(IloObjective obj, double[] 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(IloObjective, double[], int, int) - Method in class ilog.cplex.IloCplex
See IloMPModeler.columnArray(IloObjective obj, 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[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.columnArray(IloRange rng, double[] 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(IloRange, double[], int, int) - Method in class ilog.cplex.IloCplex
See IloMPModeler.columnArray(IloRange rng, double[] val, int start, int num)
Concurrent - Static variable in class ilog.cplex.IloCplex.Algorithm
Selects the concurrent optimizer.
constant(double) - Method in class ilog.cplex.IloCplex
See IloModeler.constant(double)
constant(double) - Method in interface ilog.concert.IloModeler
Creates and returns an expression object representing the constant term x.
constant(int) - Method in class ilog.cplex.IloCplex
See IloModeler.constant(int)
constant(int) - Method in interface ilog.concert.IloModeler
Creates and returns a new constant expression equal to x.
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 the variables in array var in a model.
conversion(IloNumVar[], IloNumVarType) - Method in class ilog.cplex.IloCplex
See IloMPModeler.conversion(IloNumVar[] ilovar, IloNumVarType type)
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[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.conversion(IloNumVar[] ilovar, IloNumVarType[] type)
conversion(IloNumVar[], IloNumVarType[], String) - 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 class ilog.cplex.IloCplex
See IloMPModeler.conversion(IloNumVar[] ilovar, IloNumVarType[] type, String name)
conversion(IloNumVar[], IloNumVarType, String) - 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 class ilog.cplex.IloCplex
See IloMPModeler.conversion(IloNumVar[] ilovar, IloNumVarType type, String name)
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) - Method in class ilog.cplex.IloCplex
See IloMPModeler.conversion(IloNumVar var, IloNumVarType type)
conversion(IloNumVar, IloNumVarType, String) - 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 class ilog.cplex.IloCplex
See IloMPModeler.conversion(IloNumVar var, IloNumVarType type, String name)
conversionIterator() - Method in class ilog.cplex.IloCplex
Returns an iterator over all IloConversion objects in the active model.
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
 
CutsFactor - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
CutUp - Static variable in class ilog.cplex.IloCplex.DoubleParam
 

D

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

E

end() - Method in class ilog.cplex.IloCplex
Releases the IloCplex license held by the invoking object, and all the memory allocated by it.
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
 
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
 
eq(double, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.eq(double v, IloNumExpr e)
eq(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
eq(double, IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.eq(double v, IloNumExpr e, String name)
eq(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
eq(IloNumExpr, double) - Method in class ilog.cplex.IloCplex
See IloModeler.eq(IloNumExpr e, double v)
eq(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
eq(IloNumExpr, double, String) - Method in class ilog.cplex.IloCplex
See IloModeler.eq(IloNumExpr e, double v, String name)
eq(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
eq(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.eq(IloNumExpr e1, IloNumExpr e2)
eq(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
eq(IloNumExpr, IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.eq(IloNumExpr e1, IloNumExpr e2, String name)
eq(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
eqGoal(double, IloNumExpr) - Method in class ilog.cplex.IloCplex
Creates a constraint goal for the constraint lhs == expr.
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.
equals(Object) - Method in class ilog.cplex.IloCplex.CplexStatus
 
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.IIS.Status
This method can be use to test whether two IIS statuses are equal.
equals(Object) - Method in class ilog.cplex.IloCplex.NodeId
This method can be use to test whether two node identifiers are equal.
equals(Object) - Method in class ilog.cplex.IloCplex.BranchType
This method tests whether two branch types are equal.
Error - Static variable in class ilog.cplex.IloCplex.Status
The Error solution status indicates that an error has occurred.
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 a file.

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.
failGoal() - Method in class ilog.cplex.IloCplex
Creates and returns a goal that always fails.
FailInfeas - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
FailInfeasNoTree - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
Feasibility - Static variable in class ilog.cplex.IloCplex.MIPEmphasis
Feasibility over optimality.
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.
Feasible - Static variable in class ilog.cplex.IloCplex.IntegerFeasibilityStatus
Indicates that a variable or SOS is considered to be integer feasible in the current node solution.
FeasibleRelaxed - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
feasOpt(IloNumVar[], double[], double[], boolean) - Method in class ilog.cplex.IloCplex
This function computes a minimal relaxation of variable bounds that make the active model feasible.
feasOpt(IloRange[], double[], double[], boolean) - Method in class ilog.cplex.IloCplex
This function computes a minimal relaxation of constraint bounds that make the active model feasible.
feasOpt(IloRange[], double[], double[], IloNumVar[], double[], double[], boolean) - Method in class ilog.cplex.IloCplex
This function computes a minimal relaxation of variable and/or constraint bounds that make the active model feasible.
FinalFactor - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
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.
Fixed - Static variable in class ilog.cplex.IloCplex.IIS.Status
Both bounds of a variable or constraint participate in an IIS.
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.PrimalPricing
Full pricing.
Full - Static variable in class ilog.cplex.IloCplex.DualPricing
Full pricing.
FullSteep - Static variable in class ilog.cplex.IloCplex.DualPricing
Steepest- edge pricing in slack space

G

ge(double, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.ge(double v, IloNumExpr e)
ge(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
ge(double, IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.ge(double v, IloNumExpr e, String name)
ge(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
ge(IloNumExpr, double) - Method in class ilog.cplex.IloCplex
See IloModeler.ge(IloNumExpr e, double v)
ge(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
ge(IloNumExpr, double, String) - Method in class ilog.cplex.IloCplex
See IloModeler.ge(IloNumExpr e, double v, String name)
ge(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
ge(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.ge(IloNumExpr e1, IloNumExpr e2)
ge(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
ge(IloNumExpr, IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.ge(IloNumExpr e1, IloNumExpr e2, String name)
ge(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
geGoal(double, IloNumExpr) - Method in class ilog.cplex.IloCplex
Creates a constraint goal for the constraint lhs >= expr.
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.
getAlgorithm() - Method in class ilog.cplex.IloCplex
Returns the algorithm that was used to generate the current solution.
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 rows 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.
getBasisStatus(IloConstraint) - Method in class ilog.cplex.IloCplex
Returns the basis status for the constraint con.
getBasisStatus(IloNumVar) - Method in class ilog.cplex.IloCplex
Returns the basis status for variable 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 a set of constraints.
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 a set of variables in array var.
getBestObjValue() - Method in class ilog.cplex.IloCplex
This method 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.Goal
Returns a bound on the optimal solution value of the active problem.
getBoundSA(double[], double[], double[], double[], IloLPMatrix) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis information 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 information for the bounds of a set of variables in the specified LP matrix.
getBoundSA(double[], double[], double[], double[], IloNumVar[]) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis information for variable bounds.
getBoundSA(double[], double[], double[], double[], IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis information for variable bounds.
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.
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() - Method in class ilog.cplex.IloCplex.NodeEvaluator
Returns the variable that was branched upon to create the current node.
getBranchVar(int) - Method in class ilog.cplex.IloCplex.NodeCallback
Returns the variable that was branched upon to create the node specified by number node.
getCols(int, int, int[][], double[][]) - Method in interface ilog.concert.IloLPMatrix
Returns columns in a sparse matrix representation.
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.
getConstraints() - Method in class ilog.cplex.IloCplex.IIS
Returns the constraints in the IIS.
getConstraintStatuses() - Method in class ilog.cplex.IloCplex.IIS
Returns statuses of the constraints in the IIS.
getCplexStatus() - Method in class ilog.cplex.IloCplex
Returns the status of the IloCplex algorithm.
getCplexStatus() - Method in class ilog.cplex.IloCplex.SolveCallback
Returns the IloCplex.CplexStatus of the last solve call.
getCplexStatus() - Method in class ilog.cplex.IloCplex.HeuristicCallback
Returns the IloCplex.CplexStatus for the current node.
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
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.Goal
Returns the cutoff for the objective value when nodes are being solved during branch-and-cut search.
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.IntParam) - Method in class ilog.cplex.IloCplex
Returns the default value of an integer 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() - 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.
getDepth(int) - Method in class ilog.cplex.IloCplex.NodeCallback
Returns the depth of the node in the search tree.
getDirection(IloNumVar) - Method in class ilog.cplex.IloCplex
Returns the branch direction for a variable.
getDirection(IloNumVar) - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the branch direction for variable var.
getDirection(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
Returns the branch direction for variable var.
getDirections(IloNumVar[]) - Method in class ilog.cplex.IloCplex
Returns branch directions for an array of variables.
getDirections(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
Returns branch directions for a set of variables.
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 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 a set of constraints.
getEstimatedObjValue() - Method in class ilog.cplex.IloCplex.NodeEvaluator
Returns the estimated objective value of the current node.
getEstimatedObjValue(int) - Method in class ilog.cplex.IloCplex.NodeCallback
Returns the estimated objective value for the node indicated by the node number 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
Indicates whether the variables 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
Indicates 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
Indicates whether the variables specified 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
Indicates 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
Indicates 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
Indicates whether the variable var is integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getId() - Method in class ilog.cplex.IloCplex.NodeEvaluator
 
getIIS() - Method in class ilog.cplex.IloCplex
Computes and returns the IIS (Irreducibly Inconsistent Set) of the active model if it is an infeasible LP.
getIncumbentNode() - Method in class ilog.cplex.IloCplex
Returns the node number where the current incumbent was found.
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.
getIncumbentObjValue() - Method in class ilog.cplex.IloCplex.Goal
Returns the objective value of 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.
getIncumbentValue(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
Returns the value of variable var for the current best integer solution.
getIncumbentValues(IloNumVar[]) - Method in class ilog.cplex.IloCplex.MIPCallback
Returns incumbent solution values for an array of variables.
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.MIPCallback
Returns the incumbent solution values for a set of variables.
getIncumbentValues(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.Goal
Returns the incumbent solution values for a set of variables.
getIndex(IloNumVar) - Method in interface ilog.concert.IloLPMatrix
Returns the column index corresponding to a variable in the invoking LP matrix.
getIndex(IloRange) - Method in interface ilog.concert.IloLPMatrix
Returns the row index corresponding to a ranged constraint in the invoking LP matrix.
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.
getInfeasibilitySum() - Method in class ilog.cplex.IloCplex.NodeEvaluator
Returns the sum of integer infeasibility of the current node.
getInfeasibilitySum(int) - Method in class ilog.cplex.IloCplex.NodeCallback
Returns the sum of integer infeasibility of the node indicated by the node number 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 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[]) - 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.ControlCallback
Returns the current lower bounds for a set 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.DoubleParam) - Method in class ilog.cplex.IloCplex
Returns the maximum allowed value for a double parameter.
getMax(IloCplex.IntParam) - Method in class ilog.cplex.IloCplex
Returns the maximum allowed value for an integer parameter.
getMin() - Method in interface ilog.concert.IloIntVar
Returns the initial minimum value for this integer variable.
getMin(IloCplex.DoubleParam) - Method in class ilog.cplex.IloCplex
Returns the minimum value allowed for a double parameter.
getMin(IloCplex.IntParam) - Method in class ilog.cplex.IloCplex
Returns the minimum value allowed for an integer parameter.
getModel() - Method in class ilog.cplex.IloCplex.Callback
Returns the model being solved when the invoking callback is called, that is the active model.
getMyThreadNum() - Method in class ilog.cplex.IloCplex.MIPCallback
 
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.
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
Returns the number of clique cuts added to the problem during the last solve.
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.Goal
Returns the number of clique cuts that have been added to the model during the current optimization.
getNcols() - Method in interface ilog.concert.IloLPMatrix
Returns the number of columns in the invoking LP matrix.
getNcols() - Method in class ilog.cplex.IloCplex
Returns the number of columns in the matrix representation of the active model.
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.
getNcovers() - Method in class ilog.cplex.IloCplex
Returns the number of cover cuts added to the problem during the last solve.
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.Goal
Returns the number of cover cuts that have been added to the model during the current optimization.
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.MIPCallback
Returns the number of disjunctive cuts that have been added to the node relaxation at the moment the callback is called.
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.
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.MIPCallback
Returns the number of flow cover cuts that have been added to the node relaxation at the moment the callback is called.
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.
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.
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.
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.
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.
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.
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.
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.
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.
getNinfeasibilities() - Method in class ilog.cplex.IloCplex.NodeEvaluator
Returns the number of integer infeasible variables for the current node.
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.
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
Returns the number of iterations from the last solve.
getNiterations() - Method in class ilog.cplex.IloCplex.ContinuousCallback
Returns the number of iterations performed so far.
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.MIPCallback
Returns the total number of iterations for solving node relaxations during the current optimization.
getNiterations() - Method in class ilog.cplex.IloCplex.Goal
Returns the total number of iterations for solving node problems 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.
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.
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
Returns the number of branch-and-cut nodes explored in solving the active model.
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.Goal
Returns the number of nodes processed so far in the active branch-and-cut search.
getNnodesLeft() - Method in class ilog.cplex.IloCplex
Returns the number of unexplored nodes in the branch-and-cut tree.
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.
getNodeData() - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the user object attached to the current node.
getNodeData() - Method in class ilog.cplex.IloCplex.ControlCallback
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.IncumbentCallback
Returns the node identifier of the current 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.NodeEvaluator
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.
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.
getNQCs() - Method in class ilog.cplex.IloCplex
Returns the number of quadratic constraints in 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.
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.
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.
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
Returns the number of rows of the matrix representation of the active model.
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.
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.
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.
getNsuperbasics() - Method in class ilog.cplex.IloCplex.CrossoverCallback
Returns the number of super basics created at the moment the callback is called.
getNumVar() - Method in class ilog.cplex.IloCplex.Quality
Returns the variable at which the quality measure is attained, if any.
getNumVar(int) - Method in interface ilog.concert.IloLPMatrix
Returns the variable corresponding to the i-th column of LP matrix.
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.
getNumVars() - Method in class ilog.cplex.IloCplex.IIS
Returns the variables in the IIS.
getNumVarStatuses() - Method in class ilog.cplex.IloCplex.IIS
Returns the statuses of the variables in the IIS.
getNZ(int, int) - Method in interface ilog.concert.IloLPMatrix
Returns the value of the matrix element row and col from the invoking LP matrix.
getObjCoef(IloNumVar) - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the linear objective function coefficient for variable var in the model being solved.
getObjCoef(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
Returns the linear objective function coefficient for variable var 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[]) - 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.MIPCallback
Returns the linear objective function coefficients for a set 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.
getObject() - Method in class ilog.cplex.IloCplex.UnknownObjectException
Returns the modeling object that triggered this exception.
getObjective() - Method in class ilog.cplex.IloCplex
Returns the IloObjective object of the active model, or null if no IloObjective object is currently in the active model.
getObjSA(double[], double[], IloLPMatrix) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis information 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 information for objective coefficients of the variables corresponding to a range of columns of the specified LP matrix.
getObjSA(double[], double[], IloNumVar[]) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis information 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 information for objective coefficients for a set of variables.
getObjValue() - Method in class ilog.cplex.IloCplex
Returns the objective value of the current solution.
getObjValue() - Method in class ilog.cplex.IloCplex.ContinuousCallback
Returns the current objective value.
getObjValue() - Method in class ilog.cplex.IloCplex.NetworkCallback
Returns the current objective value.
getObjValue() - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the objective value of the potential incumbent.
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.NodeEvaluator
Returns the objective value of the current node.
getObjValue(int) - Method in class ilog.cplex.IloCplex.NodeCallback
Returns the objective value of the node indicated by the node number node.
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.IntParam) - Method in class ilog.cplex.IloCplex
Returns the current value of an integer parameter.
getParam(IloCplex.StringParam) - Method in class ilog.cplex.IloCplex
Returns the current value of a string parameter.
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 a set of variables.
getPriority(IloNumVar) - Method in class ilog.cplex.IloCplex
Returns the branch priority for a variable.
getPriority(IloNumVar) - Method in class ilog.cplex.IloCplex.MIPCallback
Returns the branch priority for variable var.
getPriority(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
Returns the branch priority for variable var.
getProgress() - Method in class ilog.cplex.IloCplex.ProbingCallback
Returns the fraction of completion of the probing phase.
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.FlowMIRCutCallback
Returns the fraction of completion of the cut generation.
getProgress() - Method in class ilog.cplex.IloCplex.DisjunctiveCutCallback
Returns the fraction of completion of the disjunctive cut generation.
getQuality(IloCplex.QualityType) - Method in class ilog.cplex.IloCplex
Returns an IloCplex.Quality object that contains the requested quality measure.
getQualityType() - Method in class ilog.cplex.IloCplex.Quality
Returns the IloCplex.QualityType of the invoking quality measure.
getRange(int) - Method in interface ilog.concert.IloLPMatrix
Returns the ranged constraint corresponding to the i-th row of the LP matrix.
getRanges() - Method in interface ilog.concert.IloLPMatrix
Returns an array of range constraints corresponding to the rows of the LP matrix.
getRangeSA(double[], double[], double[], double[], IloLPMatrix) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis information for the constraints corresponding to the rows of the LP matrix matrix.
getRangeSA(double[], double[], double[], double[], IloLPMatrix, int, int) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis information for the constraints corresponding to num rows of the LP matrix matrix starting with row start.
getRangeSA(double[], double[], double[], double[], IloRange[]) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis information for range constraint bounds.
getRangeSA(double[], double[], double[], double[], IloRange[], int, int) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis information for range constraint bounds.
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 columns of LP matrix.
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 a set of variables.
getRHSSA(double[], double[], IloLPMatrix) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis information for 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 information for RHS values of the constraints corresponding to a range of rows of an LP matrix.
getRHSSA(double[], double[], IloRange[]) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis information for RHS values of constraints.
getRHSSA(double[], double[], IloRange[], int, int) - Method in class ilog.cplex.IloCplex
Computes and returns sensitivity analysis information for RHS values of a set of constraints.
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.
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
Returns the slack value for a range constraint.
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.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.
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 rows of an LP matrix.
getSlacks(IloRange[]) - Method in class ilog.cplex.IloCplex
Returns slack values for an array of range constraints.
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[]) - 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[]) - 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
Returns slack values for a set of constraints.
getSlacks(IloRange[], int, int) - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the slack values for a set of constraints for the proposed incumbent solution.
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[], 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.
getSOSFeasibility(IloSOS1) - Method in class ilog.cplex.IloCplex.ControlCallback
Indicates whether the special ordered set of type 1 is integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getSOSFeasibility(IloSOS1) - Method in class ilog.cplex.IloCplex.Goal
Indicates 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
Indicates whether the special ordered set of type 2 is integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getSOSFeasibility(IloSOS2) - Method in class ilog.cplex.IloCplex.Goal
Indicates whether the special ordered set of type 2 is integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getStatus() - Method in class ilog.cplex.IloCplex
Returns the solution status of the active model.
getStatus() - Method in class ilog.cplex.IloCplex.SolveCallback
Returns the solution status of the last solve call.
getStatus() - Method in class ilog.cplex.IloCplex.HeuristicCallback
Returns the solution status for the current node.
getSubAlgorithm() - Method in class ilog.cplex.IloCplex
Returns the algorithm that was used to generate the solution of the last branch-and-cut node solved during a MIP solve.
getType() - Method in interface ilog.concert.IloNumVar
Queries the type of the invoking IloNumVar object.
getType(IloNumVar) - Method in interface ilog.concert.IloConversion
Returns the variable type to which the invoking IloConversion object converts variable var.
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[]) - 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.ControlCallback
Returns the current upper bounds for a set 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.
getUserThreads() - Method in class ilog.cplex.IloCplex.MIPCallback
 
getValue() - Method in class ilog.cplex.IloCplex.BooleanParam
 
getValue() - Method in class ilog.cplex.IloCplex.IntParam
 
getValue() - Method in class ilog.cplex.IloCplex.DoubleParam
 
getValue() - Method in class ilog.cplex.IloCplex.StringParam
 
getValue() - Method in class ilog.cplex.IloCplex.Quality
Returns the numeric value of the invoking quality measure.
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(IloNumExpr) - Method in class ilog.cplex.IloCplex
Returns the value that expr takes for the current solution.
getValue(IloNumExpr) - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the value expr takes for the proposed incumbent solution.
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(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
Returns the solution value for a variable.
getValue(IloNumVar) - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the value of the variable var in the potential incumbent solution.
getValue(IloNumVar) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the solution value of a variable at the current node.
getValue(IloNumVar) - Method in class ilog.cplex.IloCplex.Goal
Returns the solution value of a variable at the current node.
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(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 columns of an LP matrix.
getValues(IloNumVar[]) - Method in class ilog.cplex.IloCplex
Returns solution values for an array of variables.
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[]) - Method in class ilog.cplex.IloCplex.ControlCallback
Returns the solution values for an array 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
Returns solution values for a set of variables.
getValues(IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex.IncumbentCallback
Returns the values of num variables in the array var of variables in the potential incumbent solution.
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[], int, int) - Method in class ilog.cplex.IloCplex.Goal
Returns the solution values for a set of variables at the current node.
getVersion() - Method in class ilog.cplex.IloCplex
Returns a string that indicates the version of CPLEX.
Global - Static variable in class ilog.cplex.IloCplex.BranchDirection
Global branch direction.
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.
GUBCovers - Static variable in class ilog.cplex.IloCplex.IntParam
 

H

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

I

IISInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
IloAddable - interface ilog.concert.IloAddable.
This interface is used for modeling objects.
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.SizeMismatchException - exception ilog.concert.IloColumnArray.SizeMismatchException.
An exception that indicates a mismatched number of variables.
IloColumnArray.SizeMismatchException() - Constructor for class ilog.concert.IloColumnArray.SizeMismatchException
 
IloColumnArray() - Constructor for class ilog.concert.IloColumnArray
 
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 LP (linear program), QP (program with quadratic terms in the objective function), QCP (quadratically constrained program), and MIP (mixed integer program) Mathematical Programming models.
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 parameter names for boolean-valued IloCplex parameters.
IloCplex.BooleanParam() - Constructor for class ilog.cplex.IloCplex.BooleanParam
 
IloCplex.BranchCallback - class ilog.cplex.IloCplex.BranchCallback.
This is the base class for user-written callbacks that control branching during the branch-and-cut search.
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.ContinuousCallback - class ilog.cplex.IloCplex.ContinuousCallback.
The callback base class for user-written continuous callbacks.
IloCplex.ContinuousCallback() - Constructor for class ilog.cplex.IloCplex.ContinuousCallback
The user-written callback constructor.
IloCplex.ControlCallback - class ilog.cplex.IloCplex.ControlCallback.
This is the base class for all callback classes that allow you to query or take 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.
This is the base class for user-written callbacks that add cuts during the branch-and-cut 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.DeleteMode() - Constructor for class ilog.cplex.IloCplex.DeleteMode
 
IloCplex.DisjunctiveCutCallback - class ilog.cplex.IloCplex.DisjunctiveCutCallback.
An instance of the class DisjunctiveCutCallback represents a user-written callback in an application that uses an instance of IloCplex to solve a mixed integer programming problem (a MIP).
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.
An instance of the class FlowMIRCutCallback represents a user-written callback in an application that uses an instance of IloCplex to solve a mixed integer programming problem (a MIP).
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.
An instance of this class represents a user-written callback in an application that uses an instance of IloCplex to solve a mixed integer programming problem (a MIP).
IloCplex.FractionalCutCallback() - Constructor for class ilog.cplex.IloCplex.FractionalCutCallback
Constructor for user-written fractional cut callbacks.
IloCplex.Goal - class ilog.cplex.IloCplex.Goal.
Goals can be used to control the branch-and-cut search in IloCplex.
IloCplex.Goal() - Constructor for class ilog.cplex.IloCplex.Goal
 
IloCplex.HeuristicCallback - class ilog.cplex.IloCplex.HeuristicCallback.
The base class for user-written callbacks that allows you to inject integer-feasible solutions during the branch-and-cut search.
IloCplex.HeuristicCallback() - Constructor for class ilog.cplex.IloCplex.HeuristicCallback
Constructor for user-written heuristic callbacks.
IloCplex.IIS - class ilog.cplex.IloCplex.IIS.
An object of this class represents an irreducibly inconsistent set (IIS).
IloCplex.IIS.Status - class ilog.cplex.IloCplex.IIS.Status.
Enumeration of constraint and variable statuses in an IIS.
IloCplex.IncumbentCallback - class ilog.cplex.IloCplex.IncumbentCallback.
This callback class is called whenever a new potential incumbent is found during the branch-and-cut search.
IloCplex.IncumbentCallback() - Constructor for class ilog.cplex.IloCplex.IncumbentCallback
Constructor for user-written incumbent callback.
IloCplex.IntegerFeasibilityStatus - class ilog.cplex.IloCplex.IntegerFeasibilityStatus.
Objects of this class are used to indicate integer feasibility.
IloCplex.IntegerFeasibilityStatus() - Constructor for class ilog.cplex.IloCplex.IntegerFeasibilityStatus
 
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.LazyConstraintCallback - class ilog.cplex.IloCplex.LazyConstraintCallback.
This is an advanced method.
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.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.
This is the base class for user-written callbacks that allow the user to select the node to process next 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.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 the class IloCplex.Quality 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.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.UserCutCallback - class ilog.cplex.IloCplex.UserCutCallback.
This is an advanced method.
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
 
IloCplex() - Constructor for class ilog.cplex.IloCplex
This constructor creates an IloCplex object with an empty active model.
IloException - exception ilog.concert.IloException.
This is the base class for exceptions for the ilog.concert package.
IloException() - Constructor for class ilog.concert.IloException
Creates an exception without a message.
IloException(String) - Constructor for class ilog.concert.IloException
Creates an exception with its corresponding message.
ilog.concert - package ilog.concert
 
ilog.cplex - package ilog.cplex
 
IloIntCollectionVar - interface ilog.concert.IloIntCollectionVar.
This interface defines the API for variable classes that can represent collections.
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.
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.
IloLPMatrix - interface ilog.concert.IloLPMatrix.
An IloLPMatrix object allows you to treat a set of range constraints (instances of IloRange) and variables as a matrix.
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.
IloMPModeler - interface ilog.concert.IloMPModeler.
IloMPModeler is an extension of the IloModeler modeling interface for Mathematical Programing.
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.
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.
IloRange - interface ilog.concert.IloRange.
This is the interface for modeling objects representing ranged constraints of the format lb <= expr <= ub.
IloSemiContVar - interface ilog.concert.IloSemiContVar.
Semi-continuous variables.
IloSOS1 - interface ilog.concert.IloSOS1.
A special ordered set of type 1.
IloSOS2 - interface ilog.concert.IloSOS2.
A special ordered set of type 2.
ImplBd - Static variable in class ilog.cplex.IloCplex.IntParam
 
Implied - Static variable in class ilog.cplex.IloCplex.IntegerFeasibilityStatus
Indicates that a variable has been presolved out, but would be integer feasible when all the remaining integer variables are integer feasible.
importModel(String) - Method in class ilog.cplex.IloCplex
Reads a model into the active model.
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.
Infeasible - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
Infeasible - Static variable in class ilog.cplex.IloCplex.IntegerFeasibilityStatus
Indicates that a variable or SOS is considered to be integer infeasible in the current node solution.
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.
InfOrUnbd - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
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.
Int - Static variable in class ilog.concert.IloNumVarType
Integer variable type.
IntSolLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
intVar(IloColumn, int, int) - Method in interface ilog.concert.IloMPModeler
Creates an integer modeling variable with column-wise modeling.
intVar(IloColumn, int, int) - Method in class ilog.cplex.IloCplex
See IloMPModeler.intVar(IloColumn column, int lb, int ub)
intVar(IloColumn, int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an integer modeling variable with column-wise modeling.
intVar(IloColumn, int, int, String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.intVar(IloColumn column, int lb, int ub, String name)
intVar(int, int) - Method in class ilog.cplex.IloCplex
See IloModeler.intVar(int, int)
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.IloCplex
See IloModeler.intVar(int, int, String)
intVar(int, int, String) - Method in interface ilog.concert.IloModeler
Creates and returns a new integer variable with the specified bounds and a name.
intVarArray(IloColumnArray, int[], int[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns integer modeling variables with column-wise modeling.
intVarArray(IloColumnArray, int[], int[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.intVarArray(IloColumnArray cols, int[] lb, int[] ub)
intVarArray(IloColumnArray, int[], int[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns integer modeling variables with column-wise modeling.
intVarArray(IloColumnArray, int[], int[], String[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.intVarArray(IloColumnArray cols, int[] lb, int[] ub, String[] name)
intVarArray(IloColumnArray, int, int) - Method in interface ilog.concert.IloMPModeler
Creates and returns integer modeling variables with column-wise modeling.
intVarArray(IloColumnArray, int, int) - Method in class ilog.cplex.IloCplex
See IloMPModeler.intVarArray(IloColumnArray cols, int lb, int ub)
intVarArray(IloColumnArray, int, int, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns integer modeling variables with column-wise modeling.
intVarArray(IloColumnArray, int, int, String[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.intVarArray(IloColumnArray cols, int lb, int ub, String[] name)
intVarArray(int, int[], int[]) - Method in class ilog.cplex.IloCplex
See IloModeler.intVarArray(int, int[], int[])
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 class ilog.cplex.IloCplex
See IloModeler.intVarArray(int, int[], int[], String[])
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.IloCplex
See IloModeler.intVarArray(int, int, int)
intVarArray(int, int, int) - Method in interface ilog.concert.IloModeler
Returns a new array of n integer variables with the specified bounds.
intVarArray(int, int, int, String[]) - Method in class ilog.cplex.IloCplex
See IloModeler.intVarArray(int, int, int, String[])
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.
isDualFeasible() - Method in class ilog.cplex.IloCplex
Returns true if a dual feasible solution is available.
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.SolveCallback
Returns true if a dual feasible solution is available for the current node.
isDualFeasible() - Method in class ilog.cplex.IloCplex.HeuristicCallback
Returns true if a dual feasible solution is available for the current node.
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.
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
Returns true if a primal feasible solution is available.
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.HeuristicCallback
Returns true if a primal feasible solution is available for the current node.
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.IloModel
This method returns an iterator that traverses the objects in the model.
ItLim - Static variable in class ilog.cplex.IloCplex.IntParam
 

K

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

L

le(double, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.le(double v, IloNumExpr e)
le(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
le(double, IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.le(double v, IloNumExpr e, String name)
le(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
le(IloNumExpr, double) - Method in class ilog.cplex.IloCplex
See IloModeler.le(IloNumExpr e, double v)
le(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
le(IloNumExpr, double, String) - Method in class ilog.cplex.IloCplex
See IloModeler.le(IloNumExpr e, double v, String name)
le(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
le(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.le(IloNumExpr e1, IloNumExpr e2)
le(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
le(IloNumExpr, IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.le(IloNumExpr e1, IloNumExpr e2, String name)
le(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
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.
leGoal(double, IloNumExpr) - Method in class ilog.cplex.IloCplex
Creates a constraint goal for the constraint lhs >= expr.
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.
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 class ilog.cplex.IloCplex
See IloModeler.linearIntExpr()
linearIntExpr() - Method in interface ilog.concert.IloModeler
Creates and returns a zero integer linear expression.
linearIntExpr(int) - Method in class ilog.cplex.IloCplex
See IloModeler.linearIntExpr(int)
linearIntExpr(int) - Method in interface ilog.concert.IloModeler
Creates and returns an integer linear expression initialized to a constant.
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 class ilog.cplex.IloCplex
See IloModeler.linearNumExpr()
linearNumExpr() - Method in interface ilog.concert.IloModeler
Creates and returns a zero linear expression.
linearNumExpr(double) - Method in class ilog.cplex.IloCplex
See IloModeler.linearNumExpr(double)
linearNumExpr(double) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression initialized to a constant.
LPMatrix() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloLPMatrix object.
LPMatrix() - Method in class ilog.cplex.IloCplex
See IloMPModeler.LPMatrix()
LPMatrix(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloLPMatrix object.
LPMatrix(String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.LPMatrix(String name)
LPMatrixIterator() - Method in class ilog.cplex.IloCplex
Returns an iterator over all IloLPMatrix objects in the active model.

M

main() - Method in class ilog.cplex.IloCplex.Callback
The method to be implemented by user callback classes.
makeBranch(IloConstraint[], double) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node.
makeBranch(IloConstraint[], double, Object) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node.
makeBranch(IloNumVar[], double[], IloCplex.BranchDirection[], double) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node.
makeBranch(IloNumVar[], double[], IloCplex.BranchDirection[], double, Object) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node.
makeBranch(IloNumVar, double, IloCplex.BranchDirection, double) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node.
makeBranch(IloNumVar, double, IloCplex.BranchDirection, double, Object) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node.
makeBranch(IloRange, double) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node.
makeBranch(IloRange, double, Object) - Method in class ilog.cplex.IloCplex.BranchCallback
Creates a child node for the current node.
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
 
Maximize - Static variable in class ilog.concert.IloObjectiveSense
Indicates the objective sense for maximization.
maximize() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty maximization objective function.
maximize() - Method in class ilog.cplex.IloCplex
See IloMPModeler.maximize()
maximize(IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.maximize(IloNumExpr)
maximize(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloObjective object.
maximize(IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.maximize(IloNumExpr, String)
maximize(IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloObjective object.
maximize(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty maximization objective function.
maximize(String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.maximize(String)
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
 
MemLimFeas - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
MemLimInfeas - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
Minimize - Static variable in class ilog.concert.IloObjectiveSense
Indicates the objective sense for minimization.
minimize() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty minimization objective function.
minimize() - Method in class ilog.cplex.IloCplex
See IloMPModeler.minimize()
minimize(IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.minimize(IloNumExpr)
minimize(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloObjective object.
minimize(IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.minimize(IloNumExpr, String)
minimize(IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloObjective object.
minimize(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty minimization objective function.
minimize(String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.minimize(String)
MinInfeas - Static variable in class ilog.cplex.IloCplex.VariableSelect
Branch on variable with minimum infeasibility.
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
 
MIPStart - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
MIPThreads - Static variable in class ilog.cplex.IloCplex.IntParam
 
MIRCuts - Static variable in class ilog.cplex.IloCplex.IntParam
 

N

negative(IloIntExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.negative(IloIntExpr)
negative(IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new expression -e, the negative of the expression e.
negative(IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.negative(IloNumExpr)
negative(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new expression -e, the negative of the expression e.
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.
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.
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.
numVar(double, double) - Method in class ilog.cplex.IloCplex
See IloModeler.numVar(double, double)
numVar(double, double) - Method in interface ilog.concert.IloModeler
Creates a new modeling variable object of the type IloNumVarType.Float.
numVar(double, double, IloNumVarType) - Method in class ilog.cplex.IloCplex
See IloModeler.numVar(double, double, IloNumVarType)
numVar(double, double, IloNumVarType) - Method in interface ilog.concert.IloModeler
Creates a new numerical variable object.
numVar(double, double, IloNumVarType, String) - Method in class ilog.cplex.IloCplex
See IloModeler.numVar(double, double, IloNumVarType, String)
numVar(double, double, IloNumVarType, String) - Method in interface ilog.concert.IloModeler
Creates a new modeling variable object.
numVar(double, double, String) - Method in class ilog.cplex.IloCplex
See IloModeler.numVar(double, double, String)
numVar(double, double, String) - Method in interface ilog.concert.IloModeler
Creates a new modeling variable object of the type IloNumVarType.Float.
numVar(IloColumn, double, double) - Method in interface ilog.concert.IloMPModeler
Creates a continuous modeling variable with column-wise modeling.
numVar(IloColumn, double, double) - Method in class ilog.cplex.IloCplex
See IloMPModeler.numVar(IloColumn column, double lb, double ub)
numVar(IloColumn, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new modeling variable with column-wise modeling.
numVar(IloColumn, double, double, IloNumVarType) - Method in class ilog.cplex.IloCplex
See IloMPModeler.numVar(IloColumn column, double lb, double ub, IloNumVarType type)
numVar(IloColumn, double, double, IloNumVarType, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new modeling variable with column-wise modeling.
numVar(IloColumn, double, double, IloNumVarType, String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.numVar(IloColumn column, double lb, double ub, IloNumVarType type, String name)
numVar(IloColumn, double, double, String) - Method in interface ilog.concert.IloMPModeler
Creates a continuous modeling variable with column-wise modeling.
numVar(IloColumn, double, double, String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.numVar(IloColumn column, double lb, double ub, String name)
numVarArray(IloColumnArray, double[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns continuous modeling variables with column-wise modeling.
numVarArray(IloColumnArray, double[], double[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.numVarArray(IloColumnArray cols, double[] lb, double[] ub)
numVarArray(IloColumnArray, double[], double[], IloNumVarType[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns modeling variables with column-wise modeling.
numVarArray(IloColumnArray, double[], double[], IloNumVarType[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.numVarArray(IloColumnArray cols, double[] lb, double[] ub, IloNumVarType[] type)
numVarArray(IloColumnArray, double[], double[], IloNumVarType[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns modeling variables with column-wise modeling.
numVarArray(IloColumnArray, double[], double[], IloNumVarType[], String[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.numVarArray(IloColumnArray cols, double[] lb, double[] ub, IloNumVarType[] type, String[] name)
numVarArray(IloColumnArray, double[], double[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns continuous modeling variables with column-wise modeling.
numVarArray(IloColumnArray, double[], double[], String[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.numVarArray(IloColumnArray cols, double[] lb, double[] ub, String[] name)
numVarArray(IloColumnArray, double, double) - Method in interface ilog.concert.IloMPModeler
Creates and returns continuous modeling variables with column-wise modeling.
numVarArray(IloColumnArray, double, double) - Method in class ilog.cplex.IloCplex
See IloMPModeler.numVarArray(IloColumnArray cols, double lb, double ub)
numVarArray(IloColumnArray, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns modeling variables with column-wise modeling.
numVarArray(IloColumnArray, double, double, IloNumVarType) - Method in class ilog.cplex.IloCplex
See IloMPModeler.numVarArray(IloColumnArray cols, double lb, double ub, IloNumVarType type)
numVarArray(IloColumnArray, double, double, IloNumVarType, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns modeling variables with column-wise modeling.
numVarArray(IloColumnArray, double, double, IloNumVarType, String[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.numVarArray(IloColumnArray cols, double lb, double ub, IloNumVarType type, String[] name)
numVarArray(IloColumnArray, double, double, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns continuous modeling variables with column-wise modeling.
numVarArray(IloColumnArray, double, double, String[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.numVarArray(IloColumnArray cols, double lb, double ub, String[] name)
numVarArray(int, double[], double[]) - Method in class ilog.cplex.IloCplex
See IloModeler.numVarArray(int, double[], double[])
numVarArray(int, double[], double[]) - Method in interface ilog.concert.IloModeler
Creates an array of length n initialized to n new modeling variable objects of type IloNumVarType.Float.
numVarArray(int, double[], double[], IloNumVarType[]) - Method in class ilog.cplex.IloCplex
See IloModeler.numVarArray(int, double[], double[], IloNumVarType[])
numVarArray(int, double[], double[], IloNumVarType[]) - Method in interface ilog.concert.IloModeler
Creates n new numerical variable objects and returns them in an array.
numVarArray(int, double[], double[], IloNumVarType[], String[]) - Method in class ilog.cplex.IloCplex
See IloModeler.numVarArray(int, double[], double[], IloNumVarType[], String[])
numVarArray(int, double[], double[], IloNumVarType[], String[]) - Method in interface ilog.concert.IloModeler
Creates n new numerical variable objects and returns them in an array.
numVarArray(int, double[], double[], String[]) - Method in class ilog.cplex.IloCplex
See IloModeler.numVarArray(int, double[], double[], String[])
numVarArray(int, double[], double[], String[]) - Method in interface ilog.concert.IloModeler
Creates an array of length n initialized to n new modeling variable objects of type IloNumVarType.Float.
numVarArray(int, double, double) - Method in class ilog.cplex.IloCplex
See IloModeler.numVarArray(int, double, double)
numVarArray(int, double, double) - Method in interface ilog.concert.IloModeler
Creates an array of length n initialized to n new modeling variable objects of the type IloNumVarType.Float.
numVarArray(int, double, double, IloNumVarType) - Method in class ilog.cplex.IloCplex
See IloModeler.numVarArray(int, double, double, IloNumVarType)
numVarArray(int, double, double, IloNumVarType) - Method in interface ilog.concert.IloModeler
Creates n new numerical variable objects and returns them in an array.
numVarArray(int, double, double, IloNumVarType, String[]) - Method in class ilog.cplex.IloCplex
See IloModeler.numVarArray(int, double, double, IloNumVarType, String[])
numVarArray(int, double, double, IloNumVarType, String[]) - Method in interface ilog.concert.IloModeler
Creates n new numerical variable objects and returns them in an array.
numVarArray(int, double, double, String[]) - Method in class ilog.cplex.IloCplex
See IloModeler.numVarArray(int, double, double, String[])
numVarArray(int, double, double, String[]) - Method in interface ilog.concert.IloModeler
Creates an array of length n initialized to n new modeling variable objects of type IloNumVarType.Float.
NzGrowth - Static variable in class ilog.cplex.IloCplex.IntParam
 
NzReadLim - Static variable in class ilog.cplex.IloCplex.IntParam
 

O

ObjDif - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
objective(IloObjectiveSense) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty objective function.
objective(IloObjectiveSense) - Method in class ilog.cplex.IloCplex
See IloMPModeler.objective(IloObjectiveSense)
objective(IloObjectiveSense, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.objective(IloObjectiveSense, IloNumExpr)
objective(IloObjectiveSense, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an IloObjective object.
objective(IloObjectiveSense, IloNumExpr, String) - Method in class ilog.cplex.IloCplex
See IloModeler.objective(IloObjectiveSense, IloNumExpr, String)
objective(IloObjectiveSense, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloObjective object.
objective(IloObjectiveSense, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty objective function.
objective(IloObjectiveSense, String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.objective(IloObjectiveSense, String)
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
 
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.
Optimal - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
OptimalFaceUnbounded - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
OptimalInfeas - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
Optimality - Static variable in class ilog.cplex.IloCplex.MIPEmphasis
Optimality over feasibility.
OptimalRelaxed - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
OptimalTol - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
or(IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an or goal.
or(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an or goal.
or(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an or goal.
or(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.cplex.IloCplex
Creates and returns an or goal.
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.
output() - Method in class ilog.cplex.IloCplex
Returns the output stream of the invoking IloCplex object.

P

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
 
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[], double[], double, double) - Method in class ilog.cplex.IloCplex
See IloMPModeler.piecewiseLinear(IloNumExpr, double[], double[], double, double)
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[], int, int, double[], int, double, double) - Method in class ilog.cplex.IloCplex
See IloMPModeler.piecewiseLinear(IloNumExpr, double[], int, int, double[], int, double, double)
PPriInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
PreCompress - Static variable in class ilog.cplex.IloCplex.IntParam
 
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
 
prod(double, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.prod(double, IloNumExpr)
prod(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression object representing the product of the expression e1 and the value v.
prod(double, IloNumVar, IloNumVar) - Method in interface ilog.concert.IloMPModeler
Creates and returns an expression object representing the product of value val, variablevar1 and variable var2.
prod(double, IloNumVar, IloNumVar) - Method in class ilog.cplex.IloCplex
See IloMPModeler.prod(double, IloNumVar, IloNumVar)
prod(IloIntExpr, IloIntExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.prod(IloIntExpr, IloIntExpr)
prod(IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new expression e1 * e2.
prod(IloIntExpr, int) - Method in class ilog.cplex.IloCplex
See IloModeler.prod(IloIntExpr, int)
prod(IloIntExpr, int) - Method in interface ilog.concert.IloModeler
Creates and returns the new expression e * v.
prod(IloNumExpr, double) - Method in class ilog.cplex.IloCplex
See IloModeler.prod(IloNumExpr, double)
prod(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an expression object representing the product of expression e and value v.
prod(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.prod(IloNumExpr, IloNumExpr)
prod(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression object representing the product of expressions expr1 and expr2.
prod(IloNumVar, double, IloNumVar) - Method in interface ilog.concert.IloMPModeler
Creates and returns an expression object representing the product of value val, variablevar1 and variable var2.
prod(IloNumVar, double, IloNumVar) - Method in class ilog.cplex.IloCplex
See IloMPModeler.prod(IloNumVar, double, IloNumVar)
prod(IloNumVar, IloNumVar, double) - Method in interface ilog.concert.IloMPModeler
Creates and returns an expression object representing the product of value val, variablevar1 and variable var2.
prod(IloNumVar, IloNumVar, double) - Method in class ilog.cplex.IloCplex
See IloMPModeler.prod(IloNumVar, IloNumVar, double)
prod(int, IloIntExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.prod(int, IloIntExpr)
prod(int, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new expression v * e.
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.
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.
putenv(String) - Static method in class ilog.cplex.IloCplex
Sets the ILOG_LICENSE_FILE environment variable used by CPLEX.

Q

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

R

range(double, double) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloRange object.
range(double, double) - Method in class ilog.cplex.IloCplex
See IloMPModeler.range(double lb, double ub)
range(double, double, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloRange object.
range(double, double, String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.range(double lb, double ub, String name)
range(double, IloNumExpr, double) - Method in class ilog.cplex.IloCplex
See IloModeler.range(double lb, IloNumExpr expr, double ub)
range(double, IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
range(double, IloNumExpr, double, String) - Method in class ilog.cplex.IloCplex
See IloModeler.range(double lb, IloNumExpr expr, double ub, String name)
range(double, IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an IloRange object.
rangeIterator() - Method in class ilog.cplex.IloCplex
Returns an iterator over all IloRange objects 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 MST file indicated 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 a 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.
readTree(String) - Method in class ilog.cplex.IloCplex
Reads branch-and-bound progress information from a prior run (contained in the TRE file indicated by name) into the invoking object.
readVectors(String) - Method in class ilog.cplex.IloCplex
Reads a barrier solution from the VEC file indicated by name and copies this information into the invoking object.
Reduce - Static variable in class ilog.cplex.IloCplex.IntParam
 
registerLicense(String, int) - Static method in class ilog.cplex.IloCplex
Passes memory-based information to the ILOG License Manager.
ReInv - Static variable in class ilog.cplex.IloCplex.IntParam
 
reject() - Method in class ilog.cplex.IloCplex.IncumbentCallback
Rejects the proposed incumbent solution.
RelaxPreInd - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
RelObjDif - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
remove(IloAddable) - Method in interface ilog.concert.IloModel
This method removes the extractable object from the invoking model.
remove(IloAddable[]) - Method in interface ilog.concert.IloModel
This method removes the array of extractable objects from the invoking model.
remove(IloAddable[], int, int) - Method in interface ilog.concert.IloModel
This method removes modeling objects from the invoking IloModel.
remove(IloIntVar) - Method in interface ilog.concert.IloLinearIntExpr
Removes a variable from the invoking IloLinearIntExpr expression.
remove(IloIntVar[]) - Method in interface ilog.concert.IloLinearIntExpr
Removes a set of variables 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(IloNumVar) - Method in interface ilog.concert.IloLinearNumExpr
Removes a variable from the invoking IloLinearNumExpr expression.
remove(IloNumVar[]) - Method in interface ilog.concert.IloLinearNumExpr
Removes variables from the invoking IloLinearNumExpr expression.
remove(IloNumVar[], int, int) - Method in interface ilog.concert.IloLinearNumExpr
Removes variables from the invoking IloLinearNumExpr expression.
removeCols(int[]) - Method in interface ilog.concert.IloLPMatrix
Removes a set 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.
removeCols(int, int) - Method in interface ilog.concert.IloLPMatrix
Remove a range of columns from the 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[]) - 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.
removeRows(int, int) - Method in interface ilog.concert.IloLPMatrix
Removes a range of rows rows from the LP matrix.
ReverseInd - Static variable in class ilog.cplex.IloCplex.BooleanParam
 
RINSHeur - Static variable in class ilog.cplex.IloCplex.IntParam
 
RootAlg - Static variable in class ilog.cplex.IloCplex.IntParam
 
RowGrowth - Static variable in class ilog.cplex.IloCplex.IntParam
 
RowReadLim - Static variable in class ilog.cplex.IloCplex.IntParam
 

S

ScaInd - Static variable in class ilog.cplex.IloCplex.IntParam
 
scalProd(double[], IloNumVar[]) - Method in class ilog.cplex.IloCplex
See IloModeler.scalProd(double[], IloNumVar[])
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 class ilog.cplex.IloCplex
See IloModeler.scalProd(double[], IloNumVar[], int, int)
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(IloIntVar[], int[]) - Method in class ilog.cplex.IloCplex
See IloModeler.scalProd(IloIntVar[], int[])
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 class ilog.cplex.IloCplex
See IloModeler.scalProd(IloIntVar[], int[], int, int)
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(IloNumVar[], double[]) - Method in class ilog.cplex.IloCplex
See IloModeler.scalProd(IloNumVar[], double[])
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 class ilog.cplex.IloCplex
See IloModeler.scalProd(IloNumVar[], double[], int, int)
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(IloNumVar[], int[]) - Method in class ilog.cplex.IloCplex
See IloModeler.scalProd(IloNumVar[], int[])
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(IloNumVar[], int[], int, int) - Method in class ilog.cplex.IloCplex
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(int[], IloIntVar[]) - Method in class ilog.cplex.IloCplex
See IloModeler.scalProd(int[], IloIntVar[])
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 class ilog.cplex.IloCplex
See IloModeler.scalProd(int[], IloIntVar[], int, int)
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(int[], IloNumVar[]) - Method in class ilog.cplex.IloCplex
See IloModeler.scalProd(int[], IloNumVar[])
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(int[], IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
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.
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.
semiContVar(double, double, IloNumVarType) - Method in class ilog.cplex.IloCplex
See IloMPModeler.semiContVar(double, double, IloNumVarType)
semiContVar(double, double, IloNumVarType, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new semi-continuous modeling variable.
semiContVar(double, double, IloNumVarType, String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.semiContVar(double, double, IloNumVarType, String)
semiContVar(IloColumn, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new semi-continuous modeling variable with column-wise modeling.
semiContVar(IloColumn, double, double, IloNumVarType) - Method in class ilog.cplex.IloCplex
See IloMPModeler.semiContVar(IloColumn, double, double, IloNumVarType)
semiContVar(IloColumn, double, double, IloNumVarType, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new semi-continuous modeling variable with column-wise modeling.
semiContVar(IloColumn, double, double, IloNumVarType, String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.semiContVar(IloColumn, double, double, IloNumVarType, String)
semiContVarArray(IloColumnArray, double[], double[], IloNumVarType[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns semi-continuous modeling variables with column-wise modeling.
semiContVarArray(IloColumnArray, double[], double[], IloNumVarType[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.semiContVarArray(IloColumnArray, double[], double[], IloNumVarType[])
semiContVarArray(IloColumnArray, double[], double[], IloNumVarType[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns semi-continuous modeling variables with column-wise modeling.
semiContVarArray(IloColumnArray, double[], double[], IloNumVarType[], String[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.semiContVarArray(IloColumnArray cols, double[] lb, double[] ub, IloNumVarType[] type, String[] name)
semiContVarArray(IloColumnArray, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns semi-continuous modeling variables with column-wise modeling.
semiContVarArray(IloColumnArray, double, double, IloNumVarType) - Method in class ilog.cplex.IloCplex
See IloMPModeler.semiContVarArray(IloColumnArray, double, double, IloNumVarType)
semiContVarArray(IloColumnArray, double, double, IloNumVarType, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns semi-continuous modeling variables with column-wise modeling.
semiContVarArray(IloColumnArray, double, double, IloNumVarType, String[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.semiContVarArray(IloColumnArray, double, double, IloNumVarType, String[])
semiContVarArray(int, double[], double[], IloNumVarType[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns n semi-continuous modeling variables.
semiContVarArray(int, double[], double[], IloNumVarType[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.semiContVarArray(int, double[], double[], IloNumVarType[])
semiContVarArray(int, double[], double[], IloNumVarType[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns n semi-continuous modeling variables.
semiContVarArray(int, double[], double[], IloNumVarType[], String[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.semiContVarArray(int, double[], double[], IloNumVarType[], String[])
semiContVarArray(int, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns n semi-continuous modeling variables.
semiContVarArray(int, double, double, IloNumVarType) - Method in class ilog.cplex.IloCplex
See IloMPModeler.semiContVarArray(int, double, double, IloNumVarType)
semiContVarArray(int, double, double, IloNumVarType, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns n semi-continuous modeling variables.
semiContVarArray(int, double, double, IloNumVarType, String[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.semiContVarArray(int, double, double, IloNumVarType, String[])
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 a set of variables and constraints.
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 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.
setBounds(IloNumVar, double, double) - Method in class ilog.cplex.IloCplex.HeuristicCallback
Changes the upper and lower bounds of variable var.
setConstant(double) - Method in interface ilog.concert.IloLinearNumExpr
Sets the constant term from the invoking IloLinearIntExpr to val.
setConstant(int) - Method in interface ilog.concert.IloLinearIntExpr
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 a set of variables.
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, double, IloNumVar) - Method in class ilog.cplex.IloCplex
See IloMPModeler.setLinearCoef(IloObjective, double, IloNumVar)
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(IloObjective, IloNumVar, double) - Method in class ilog.cplex.IloCplex
See IloMPModeler.setLinearCoef(IloObjective, IloNumVar, double)
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, double, IloNumVar) - Method in class ilog.cplex.IloCplex
See IloMPModeler.setLinearCoef(IloRange rng, double val, IloNumVar var)
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(IloRange, IloNumVar, double) - Method in class ilog.cplex.IloCplex
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, double[], IloNumVar[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.setLinearCoefs(IloObjective, double[], IloNumVar[])
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, double[], IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
See IloMPModeler.setLinearCoefs(IloObjective, double[], IloNumVar[], int, int)
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, IloNumVar[], double[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.setLinearCoefs(IloObjective, IloNumVar[], double[])
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(IloObjective, IloNumVar[], double[], int, int) - Method in class ilog.cplex.IloCplex
See IloMPModeler.setLinearCoefs(IloObjective, IloNumVar[], double[], int, int)
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, double[], IloNumVar[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.setLinearCoefs(IloRange rng, double[] val, IloNumVar[] var)
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, double[], IloNumVar[], int, int) - Method in class ilog.cplex.IloCplex
See IloMPModeler.setLinearCoefs(IloRange rng, double[] val, IloNumVar[] var, int start, int num)
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, IloNumVar[], double[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.setLinearCoefs(IloRange rng, IloNumVar[] var, double[] val)
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(IloRange, IloNumVar[], double[], int, int) - Method in class ilog.cplex.IloCplex
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.
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.
setNumVar(IloNumVar) - Method in interface ilog.concert.IloLinearNumExprIterator
Sets the IloNumVar of the last linear term in the scalar product.
setNZ(int, int, double) - Method in interface ilog.concert.IloLPMatrix
Sets one non-zero of the coefficient matrix of the invoking LP matrix.
setNZs(int[], int[], double[]) - Method in interface ilog.concert.IloLPMatrix
Sets non-zero elements of the coefficient matrix of the invoking LP matrix.
setOut(OutputStream) - Method in class ilog.cplex.IloCplex
Sets the default output stream of the invoking IloCplex object.
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.IntParam, int) - Method in class ilog.cplex.IloCplex
Sets an integer parameter to value val.
setParam(IloCplex.StringParam, String) - Method in class ilog.cplex.IloCplex
Sets a string parameter to value val.
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 a set of variables.
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[]) - Method in class ilog.cplex.IloCplex.HeuristicCallback
Injects a solution to be used as the potential new incumbent.
setSolution(IloNumVar[], double[], int, int) - 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(double) - Method in interface ilog.concert.IloLinearNumExprIterator
Sets the coefficient related to the IloIntVar accessed by the last call to the method next().
setValue(int) - Method in interface ilog.concert.IloLinearIntExprIterator
Sets the coefficient related to the IloIntVar accessed by the last call to the method next().
setVectors(double[], double[], IloNumVar[], double[], double[], IloRange[]) - Method in class ilog.cplex.IloCplex
Specifies a starting point for the next invocation of method solve.
setVectors(double[], double[], IloNumVar[], int, int, double[], double[], IloRange[], int, int) - Method in class ilog.cplex.IloCplex
Specifies a starting point for the next invocation of method solve.
setVectors(double[], IloNumVar[], double[], IloRange[]) - Method in class ilog.cplex.IloCplex.SolveCallback
Specifies a starting point for the next invocation of 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.
setWarning(OutputStream) - Method in class ilog.cplex.IloCplex
Sets the warning stream of the invoking IloCplex object.
SiftAlg - Static variable in class ilog.cplex.IloCplex.IntParam
 
SiftDisplay - Static variable in class ilog.cplex.IloCplex.IntParam
 
Sifting - Static variable in class ilog.cplex.IloCplex.Algorithm
Selects the sifting algorithm.
SiftItLim - Static variable in class ilog.cplex.IloCplex.IntParam
 
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.
solutionGoal(IloNumVar[], double[]) - Method in class ilog.cplex.IloCplex
Creates and returns a solution goal.
solve() - Method in class ilog.cplex.IloCplex
Solves the active model.
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.HeuristicCallback
Solves the current node relaxation using the default algorithm.
solve(IloCplex.Goal) - Method in class ilog.cplex.IloCplex
This method solves the active MIP model using the search strategy specified by goal.
solve(int) - Method in class ilog.cplex.IloCplex.SolveCallback
Solves the current node using the algorithm alg.
solve(int) - Method in class ilog.cplex.IloCplex.HeuristicCallback
Solves the current node relaxation using a chosen algorithm.
solveFixed() - Method in class ilog.cplex.IloCplex
Solves the fixed active model.
SOS1(IloNumVar[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables and weight values.
SOS1(IloNumVar[], double[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.SOS1(IloNumVar[] var, double[] val)
SOS1(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables and weight values.
SOS1(IloNumVar[], double[], int, int) - Method in class ilog.cplex.IloCplex
See IloMPModeler.SOS1(IloNumVar[] var, double[] val, int start, int num)
SOS1(IloNumVar[], double[], int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables and weight values.
SOS1(IloNumVar[], double[], int, int, String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.SOS1(IloNumVar[] var, double[] val, int start, int num, String name)
SOS1(IloNumVar[], double[], String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables and weight values.
SOS1(IloNumVar[], double[], String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.SOS1(IloNumVar[] var, double[] val, String name)
SOS1iterator() - Method in class ilog.cplex.IloCplex
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 weight values.
SOS2(IloNumVar[], double[]) - Method in class ilog.cplex.IloCplex
See IloMPModeler.SOS2(IloNumVar[] var, double[] val)
SOS2(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables and weight values.
SOS2(IloNumVar[], double[], int, int) - Method in class ilog.cplex.IloCplex
See IloMPModeler.SOS2(IloNumVar[] var, double[] val, int start, int num)
SOS2(IloNumVar[], double[], int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables and weight values.
SOS2(IloNumVar[], double[], int, int, String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.SOS2(IloNumVar[] var, double[] val, int start, int num, String name)
SOS2(IloNumVar[], double[], String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables and weight values.
SOS2(IloNumVar[], double[], String) - Method in class ilog.cplex.IloCplex
See IloMPModeler.SOS2(IloNumVar[] var, double[] val, String name)
SOS2iterator() - Method in class ilog.cplex.IloCplex
Returns an iterator over all IloSOS2 objects in the active model.
square(IloIntExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.square(IloIntExpr)
square(IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new expression e^2.
square(IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.square(IloNumExpr)
square(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression object representing the square of the expression e (that is, e * e).
Steep - Static variable in class ilog.cplex.IloCplex.PrimalPricing
Steepest-edge pricing.
Steep - Static variable in class ilog.cplex.IloCplex.DualPricing
Steepest-edge pricing.
SteepQStart - Static variable in class ilog.cplex.IloCplex.PrimalPricing
Steepest-edge pricing with slack initial norms.
SteepQStart - Static variable in class ilog.cplex.IloCplex.DualPricing
Steepest- edge pricing, unit 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
 
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(double, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.sum(double, IloNumExpr)
sum(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression object representing the sum of a value and a numeric expression.
sum(IloIntExpr[]) - Method in class ilog.cplex.IloCplex
See IloModeler.sum(IloIntExpr[] expr)
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(IloIntExpr[], int, int) - Method in class ilog.cplex.IloCplex
See IloModeler.sum(IloIntExpr[] expr, int start, int num)
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, IloIntExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.sum(IloIntExpr, IloIntExpr)
sum(IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds two integer expressions and returns the sum.
sum(IloIntExpr, IloIntExpr, IloIntExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.sum(IloIntExpr, IloIntExpr, IloIntExpr)
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 class ilog.cplex.IloCplex
See IloModeler.sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr)
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 class ilog.cplex.IloCplex
See IloModeler.sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr)
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 class ilog.cplex.IloCplex
See IloModeler.sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr)
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 class ilog.cplex.IloCplex
See IloModeler.sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr)
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 class ilog.cplex.IloCplex
See IloModeler.sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr)
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) - Method in class ilog.cplex.IloCplex
See IloModeler.sum(IloIntExpr, int)
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(IloNumExpr[]) - Method in class ilog.cplex.IloCplex
See IloModeler.sum(IloNumExpr[] expr)
sum(IloNumExpr[]) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the sum of the expressions provided in the array expr.
sum(IloNumExpr[], int, int) - Method in class ilog.cplex.IloCplex
See IloModeler.sum(IloNumExpr[] expr, int start, int num)
sum(IloNumExpr[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the sum of the num expressions provided in the array expr starting with element start.
sum(IloNumExpr, double) - Method in class ilog.cplex.IloCplex
See IloModeler.sum(IloNumExpr, double)
sum(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an expression object representing the sum of a numeric expression and a value.
sum(IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.sum(IloNumExpr, IloNumExpr)
sum(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds two numeric expressions and returns the sum.
sum(IloNumExpr, IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.sum(IloNumExpr, IloNumExpr, IloNumExpr)
sum(IloNumExpr, IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds three numeric expressions and returns the sum.
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr)
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 class ilog.cplex.IloCplex
See IloModeler.sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr)
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 class ilog.cplex.IloCplex
See IloModeler.sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr)
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 class ilog.cplex.IloCplex
See IloModeler.sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr)
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 class ilog.cplex.IloCplex
See IloModeler.sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr)
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds eight numeric expressions and returns the sum.
sum(int, IloIntExpr) - Method in class ilog.cplex.IloCplex
See IloModeler.sum(int, IloIntExpr)
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.
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.BooleanParam
 

T

Threads - Static variable in class ilog.cplex.IloCplex.IntParam
 
TiLim - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
toString() - Method in class ilog.cplex.IloCplex.Status
Transforms status into a human-readable string.
toString() - Method in class ilog.cplex.IloCplex.CplexStatus
 
toString() - Method in class ilog.cplex.IloCplex.BasisStatus
Transforms the status into a human readable string.
toString() - Method in class ilog.cplex.IloCplex.IIS.Status
Returns status in human-readable form.
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.NodeId
Returns a string with the numeric value of the invoking node identifier.
toString() - Method in class ilog.cplex.IloCplex.BranchType
Returns a string representing the invoking branch type.
TreLim - Static variable in class ilog.cplex.IloCplex.DoubleParam
 

U

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.
Unbounded - 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.
Unknown - Static variable in class ilog.cplex.IloCplex.CplexStatus
Solution Status constant.
Up - Static variable in class ilog.cplex.IloCplex.BranchDirection
Upwards branch direction.
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

warning() - Method in class ilog.cplex.IloCplex
Returns the warning output stream of the invoking IloCplex object.
WorkDir - Static variable in class ilog.cplex.IloCplex.StringParam
 
WorkMem - Static variable in class ilog.cplex.IloCplex.DoubleParam
 
writeBasis(String) - Method in class ilog.cplex.IloCplex
Writes the current simplex basis to the file indicated by name.
writeMIPStart(String) - Method in class ilog.cplex.IloCplex
Writes a starting solution for a MIP in MST format to file 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.
writeTextSolution(String) - Method in class ilog.cplex.IloCplex
Writes a solution file in text format for the current solution to the file indicated by name.
writeTree(String) - Method in class ilog.cplex.IloCplex
Writes the branch-and-bound path (that is, the tree) of the current problem to file name in TRE format.
writeVectors(String) - Method in class ilog.cplex.IloCplex
Writes solution information from a barrier optimization (without crossover) in VEC format to the file indicated by name.

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