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

A

abort() - Method in class ilog.opl.IloCplex.Aborter
Aborts solving and tuning methods.
abort() - Method in class ilog.opl.IloCplex.Callback
Aborts current optimization.
Abort - Static variable in class ilog.opl.IloCplex.TuningStatus
Tuning was aborted.
AbortDetTimeLim - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
AbortDualObjLim - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
AbortItLim - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
AbortObjLim - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
AbortPrimObjLim - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
AbortRelaxed - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
abortSearch() - Method in class ilog.cp.IloCP
This methods stops the current search and can be useful for interrupting CP Optimizer in an interactive application.
AbortTimeLim - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
AbortUser - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
abs(IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression abs(e), the absolute value of its argument.
abs(IloNumExpr) - Method in interface ilog.concert.IloMPModeler
Returns an expression representing the absolute value of its argument, the expression indicated by expr.
AbsGap - Static variable in class ilog.opl.IloCplex.Param.MIP.Pool
AbsGap.
AbsMIPGap - Static variable in class ilog.opl.IloCplex.Param.MIP.PolishAfter
AbsMIPGap.
AbsMIPGap - Static variable in class ilog.opl.IloCplex.Param.MIP.Tolerances
AbsMIPGap.
add(IloConstraint) - Method in interface ilog.concert.IloAnd
This method adds the constraint to the invoking and-constraint.
add(IloConstraint[]) - Method in interface ilog.concert.IloAnd
This method adds the array of constraints to the invoking and-constraint.
add(IloConstraint[], int, int) - Method in interface ilog.concert.IloAnd
This method adds constraints to the invoking instance of IloAnd.
add(IloCumulFunctionExpr) - Method in interface ilog.concert.IloCumulFunctionExpr
This operator adds cumul function expression f to the invoking cumul function expression.
add(IloLinearIntExpr) - Method in interface ilog.concert.IloLinearIntExpr
Adds all the terms found in the scalar product passed as argument to the invoking object.
add(IloLinearNumExpr) - Method in interface ilog.concert.IloLinearNumExpr
Adds all the terms found in the scalar product passed as argument to the invoking object.
add(int) - Method in interface ilog.concert.IloMapIndexArray
This method adds a new index of type int to the array
add(double) - Method in interface ilog.concert.IloMapIndexArray
This method adds a new index of type double to the array
add(String) - Method in interface ilog.concert.IloMapIndexArray
This method adds a new index of type String to the array
add(IloTuple) - Method in interface ilog.concert.IloMapIndexArray
This method adds a new index of type tuple to the array
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(IloNumToNumSegmentFunction) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This operator adds the argument function fct to the invoking piecewise linear function.
add(IloNumToNumStepFunction) - Method in interface ilog.concert.IloNumToNumStepFunction
This operator adds the argument function fct to the invoking step function.
add(IloConstraint) - Method in interface ilog.concert.IloOr
This method adds the constraint to the invoking or-constraint.
add(IloConstraint[]) - Method in interface ilog.concert.IloOr
This method adds the array of constraints to the invoking or-constraint.
add(IloConstraint[], int, int) - Method in interface ilog.concert.IloOr
This method adds constraints to the invoking instance of IloOr.
add(IloNumVar) - Method in interface ilog.concert.IloSolution
 
add(IloIntVar) - Method in interface ilog.concert.IloSolution
 
add(IloIntVar[]) - Method in interface ilog.concert.IloSolution
 
add(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Adds the interval variable a to the invoking solution.
add(IloIntervalVar[]) - Method in interface ilog.concert.IloSolution
Adds each element of array a to the invoking solution.
add(String) - Method in interface ilog.concert.IloSymbolSet
This method adds elt to the invoking set.
add(IloAddable) - Method in class ilog.cp.IloCP
 
addCallback(IloCP.Callback) - Method in class ilog.cp.IloCP
This method adds user callback cb to the invoking CP Optimizer instance.
addCut(IloConstraint) - Method in class ilog.opl.IloCplex
Adds the constraint cut as a cut to the invoking IloCplex object.
addCuts(IloConstraint[]) - Method in class ilog.opl.IloCplex
Adds the constraints given in cut as cuts to the invoking IloCplex object.
addCuts(IloConstraint[], int, int) - Method in class ilog.opl.IloCplex
Adds num constraints given in cut as cuts to the invoking IloCplex object, starting with element cut[start].
addDataSource(IloOplDataSource) - Method in class ilog.opl.IloOplModel
Adds a data source to this OPL model.
addElement(IloOplElement) - Method in class ilog.opl.IloOplDataElements
Adds an element to this collection.
addElementAs(String, IloOplElement) - Method in class ilog.opl.IloOplDataElements
Adds an element to this collection, with a different name.
addEq(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr == rhs, and added to the invoking IloModel.
addEq(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr == rhs, and added to the invoking instance of IloModeler.
addEq(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 == e2, and added to the invoking instance of IloModeler.
addEq(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 == e2, and added to the invoking instance of IloModeler.
addEq(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val == expr and added to the invoking instance of IloModeler.
addEq(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val == expr and added to the invoking instance of IloModeler.
addGe(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr >= rhs and added to the invoking instance of IloModeler.
addGe(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr >= rhs and added to the invoking instance of IloModeler.
addGe(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 >= e2 and added to the invoking instance of IloModeler.
addGe(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 >= e2 and added to the invoking instance of IloModeler.
addGe(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val >= expr and added to the invoking instance of IloModeler.
addGe(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val >= expr and added to the invoking instance of IloModeler.
addIntItem(int) - Method in class ilog.opl.IloOplDataHandler
 
addKPI(IloNumExpr, String) - Method in class ilog.cp.IloCP
A key performance indicator (KPI) is a value which can be associated with a solution which represents an interesting measure of some aspect of the solution.
addLe(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr <= rhs and added to the invoking instance of IloModeler.
addLe(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr <= rhs and added to the invoking instance of IloModeler.
addLe(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 <= e2, and added to the invoking instance of IloModeler.
addLe(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 <= e2 and added to the invoking instance of IloModeler.
addLe(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val <= expr and added to the invoking instance of IloModeler.
addLe(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val <= expr and added to the invoking instance of IloModeler.
addLPMatrix() - Method in interface ilog.concert.IloMPModeler
Creates, returns, and adds to the invoking model an empty IloLPMatrix object.
addLPMatrix(String) - Method in interface ilog.concert.IloMPModeler
Creates, returns, and adds an empty IloLPMatrix object, with the specified name, to the invoking model.
addLPMatrix(String) - Method in class ilog.opl.IloCplex
addLPMatrix() - Method in class ilog.opl.IloCplex
addMaximize(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to maximize the expression expr and added to the invoking model.
addMaximize(IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective, representing an objective to maximize the expression expr, assigned the name name, and added to the invoking model.
addMaximize() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty maximization objective function.
addMaximize(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty maximization objective function.
addMaximize() - Method in class ilog.opl.IloCplex
addMaximize(String) - Method in class ilog.opl.IloCplex
addMinimize(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to minimize the expression expr and added to the invoking model.
addMinimize(IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to minimize the expression expr, assigned the name name, and added to the invoking model.
addMinimize() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty minimization objective function.
addMinimize(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty minimization objective function.
addMinimize() - Method in class ilog.opl.IloCplex
addMinimize(String) - Method in class ilog.opl.IloCplex
addMIPStart(IloNumVar[], double[], int, int, IloCplex.MIPStartEffort, String) - Method in class ilog.opl.IloCplex
Adds a MIP start, defined by a range of numeric variables and corresponding values, with its name and an effort level.
addMIPStart(IloNumVar[], double[], IloCplex.MIPStartEffort, String) - Method in class ilog.opl.IloCplex
Adds a MIP start as specified by its variables and values, along with its specified level of effort and its name, to the current problem.
addMIPStart(IloCplex.MIPStartEffort, String) - Method in class ilog.opl.IloCplex
Adds the MIP start, its name, and an effort level to the current problem.
addMIPStart(IloNumVar[], double[], IloCplex.MIPStartEffort) - Method in class ilog.opl.IloCplex
Adds a MIP start, as defined by its variables and values, with its specified level of effort, to the current problem.
addMIPStart(IloNumVar[], double[]) - Method in class ilog.opl.IloCplex
Adds the MIP start specified by its variables and values to the current problem.
addMIPStart(IloNumVar[], double[], String) - Method in class ilog.opl.IloCplex
Adds the MIP start specified by its variables and values, along with its name, to the current problem.
addMIPStart(IloCplex.MIPStartEffort) - Method in class ilog.opl.IloCplex
Adds a MIP start with its specified level of effort to the current problem.
addMIPStart(String) - Method in class ilog.opl.IloCplex
Adds a MIP start with its specified name to the current problem.
addMIPStart() - Method in class ilog.opl.IloCplex
Adds an empty MIP start to the current problem.
addNumItem(double) - Method in class ilog.opl.IloOplDataHandler
Adds the item value.
addObjective(IloObjectiveSense, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to optimize the expression expr with respect to the optimization sense indicated by sense and added to the invoking model.
addObjective(IloObjectiveSense, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to optimize the expression expr with respect to the optimization sense indicated by sense, assigned the name name, and added to the invoking model.
addObjective(IloObjectiveSense) - Method in interface ilog.concert.IloMPModeler
Creates, returns, and adds to the invoking model an empty objective function with the sense specified by sense.
addObjective(IloObjectiveSense, String) - Method in interface ilog.concert.IloMPModeler
Creates, returns, and adds to the invoking model an empty objective function with the name specified by name and with the sense specified by sense.
addObjective(IloObjectiveSense) - Method in class ilog.opl.IloCplex
addObjective(IloObjectiveSense, String) - Method in class ilog.opl.IloCplex
addRange(double, IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint lb <= expr <= ub and added to the invoking instance of IloModeler.
addRange(double, IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint lb <= expr <= ub and added to the invoking instance of IloModeler.
addRange(double, double) - Method in interface ilog.concert.IloMPModeler
Creates, returns, and adds to the invoking model an empty IloRange object.
addRange(double, double, String) - Method in interface ilog.concert.IloMPModeler
Creates, returns, and adds to the invoking model an empty IloRange object with the name specified by name.
addRange(double, double, String) - Method in class ilog.opl.IloCplex
addRange(double, double) - Method in class ilog.opl.IloCplex
addSettings(IloOplSettings) - Method in class ilog.opl.IloOplModel
Adds a settings configuration to this OPL model.
addSOS1(IloNumVar[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables and weights and adds it to the invoking model.
addSOS1(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with num of the specified variables and weights, starting from the index specified by start, and adds the SOS to the invoking IloModel model.
addSOS1(IloNumVar[], double[], String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables, weights, and name, and adds the SOS to the invoking model.
addSOS1(IloNumVar[], double[], int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the num specified variables, weights, and names, starting from the index specified by start, and adds the SOS to the invoking mode.
addSOS1(IloNumVar[], double[]) - Method in class ilog.opl.IloCplex
addSOS1(IloNumVar[], double[], int, int) - Method in class ilog.opl.IloCplex
addSOS1(IloNumVar[], double[], String) - Method in class ilog.opl.IloCplex
addSOS1(IloNumVar[], double[], int, int, String) - Method in class ilog.opl.IloCplex
addSOS2(IloNumVar[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables and weights and adds the new SOS to the invoking model.
addSOS2(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with num of the specified variables and weights, starting from the index specified by start, and adds the SOS to the invoking model.
addSOS2(IloNumVar[], double[], String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables, weights, and name, and adds the new SOS to the invoking model.
addSOS2(IloNumVar[], double[], int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with num of the specified variables and weights, starting from the index specified by start, and adds the new SOS along with its name to the invoking model.
addSOS2(IloNumVar[], double[]) - Method in class ilog.opl.IloCplex
addSOS2(IloNumVar[], double[], int, int) - Method in class ilog.opl.IloCplex
addSOS2(IloNumVar[], double[], String) - Method in class ilog.opl.IloCplex
addSOS2(IloNumVar[], double[], int, int, String) - Method in class ilog.opl.IloCplex
addStringItem(String) - Method in class ilog.opl.IloOplDataHandler
Adds the item value.
addTerm(int, IloIntVar) - Method in interface ilog.concert.IloLinearIntExpr
Adds the new term coef * var to a scalar product.
addTerm(IloIntVar, int) - Method in interface ilog.concert.IloLinearIntExpr
Adds the new term coef * var to a scalar product.
addTerm(double, IloNumVar) - Method in interface ilog.concert.IloLinearNumExpr
Adds the new term coef * var to a scalar product.
addTerm(IloNumVar, double) - Method in interface ilog.concert.IloLinearNumExpr
Adds the new term coef * var to a scalar product.
addTerms(int[], IloIntVar[], int, int) - Method in interface ilog.concert.IloLinearIntExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addTerms(IloIntVar[], int[], int, int) - Method in interface ilog.concert.IloLinearIntExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addTerms(int[], IloIntVar[]) - Method in interface ilog.concert.IloLinearIntExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addTerms(IloIntVar[], int[]) - Method in interface ilog.concert.IloLinearIntExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addTerms(double[], IloNumVar[], int, int) - Method in interface ilog.concert.IloLinearNumExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addTerms(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloLinearNumExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addTerms(double[], IloNumVar[]) - Method in interface ilog.concert.IloLinearNumExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addTerms(IloNumVar[], double[]) - Method in interface ilog.concert.IloLinearNumExpr
Adds the new terms sum_i(coef[i] * var[i]) to a scalar product.
addToExpr(IloObjective, IloNumExpr) - Method in interface ilog.concert.IloMPModeler
Adds an expression term to the expression of the specified IloObjective object.
addToExpr(IloRange, IloNumExpr) - Method in interface ilog.concert.IloMPModeler
Adds an expression term to the expression of the specified IloRange object.
addToExpr(IloObjective, IloNumExpr) - Method in class ilog.opl.IloCplex
addToExpr(IloRange, IloNumExpr) - Method in class ilog.opl.IloCplex
addToKeepRefs(Object) - Method in class ilog.opl.IloOplFactory
 
addTuple(IloIntTupleSet, int[]) - Method in class ilog.cp.IloCP
This method adds a tuple represented by the array array to the tuple set ts.
addValue(double, double, double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function adds v to the value of the invoking piecewise linear function everywhere on the interval [x1,x2).
addValue(double, double, double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function adds v to the value of the invoking step function everywhere on the interval [x1, x2).
addVar(IloNumVar) - Method in class ilog.cp.IloCustomConstraint
This function should be called in the constructor of your subclass for each variable involved in the custom constraint you are defining.
Advance - Static variable in class ilog.opl.IloCplex.Param
Advance.
AdvInd - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
AggCutLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
AggFill - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
AggFill - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
AggForCut - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
AggForCut.
AggInd - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Aggregator - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
Aggregator.
Algorithm - Static variable in class ilog.opl.IloCplex.Param.Barrier
Algorithm.
Algorithm - Static variable in class ilog.opl.IloCplex.Param.Conflict
Algorithm.
Algorithm - Static variable in class ilog.opl.IloCplex.Param.Sifting
Algorithm.
allDiff(IloIntExpr[]) - Method in class ilog.cp.IloCP
Creates and returns a new constraint stating that the expression elements of exps must take different values from each other.
AllDiffInferenceLevel - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
allMinDistance(IloIntExpr[], int) - Method in class ilog.cp.IloCP
This method returns a constraint that ensures that the absolute distance between any pair of variables in the array exps will be greater than or equal to k.
AllMinDistanceInferenceLevel - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
allowedAssignments(IloIntVar[], IloIntTupleSet) - Method in class ilog.cp.IloCP
Creates and returns a new constraint based on explicitly stating the allowed assignments for a small group of variables.
allowedAssignments(IloIntExpr, int[]) - Method in class ilog.cp.IloCP
Creates and returns a new constraint based on explicitly stating the allowed assignments (values) for a single expression.
AllVars - Static variable in class ilog.opl.IloCplex.WriteLevel
Specifies that all variables should be written to the file.
alsoLong() - Method in class ilog.opl.IloCplex.IntParam
 
alternative(IloIntervalVar, IloIntervalVar[]) - Method in class ilog.cp.IloCP
This method creates an alternative constraint between interval variable a and the set of interval variables in the array bs.
alternative(IloIntervalVar, IloIntervalVar[], String) - Method in class ilog.cp.IloCP
This method creates an alternative constraint between interval variable a and the set of interval variables in the array bs.
alternative(IloIntervalVar, IloIntervalVar[], int) - Method in class ilog.cp.IloCP
This method creates an alternative constraint between interval variable a and the set of interval variables in the array bs with cardinality c.
alternative(IloIntervalVar, IloIntervalVar[], int, String) - Method in class ilog.cp.IloCP
This method creates an alternative constraint between interval variable a and the set of interval variables in the array bs with cardinality c.
alternative(IloIntervalVar, IloIntervalVar[], IloIntExpr) - Method in class ilog.cp.IloCP
This method creates an alternative constraint between interval variable a and the set of interval variables in the array bs with cardinality c.
alternative(IloIntervalVar, IloIntervalVar[], IloIntExpr, String) - Method in class ilog.cp.IloCP
This method creates an alternative constraint between interval variable a and the set of interval variables in the array bs with cardinality c.
alwaysConstant(IloStateFunction, int, int, boolean, boolean) - Method in class ilog.cp.IloCP
This method returns a constraint that ensures that state function f is defined everywhere on the interval [start,end) and remains constant over this interval.
alwaysConstant(IloStateFunction, int, int) - Method in class ilog.cp.IloCP
This method returns a constraint that ensures that state function f is defined everywhere on the interval [start,end) and remains constant over this interval.
alwaysConstant(IloStateFunction, IloIntervalVar, boolean, boolean) - Method in class ilog.cp.IloCP
This method returns a constraint that ensures that whenever interval variable a is present state function f is defined everywhere between the start and the end of interval variable a and remains constant over this interval.
alwaysConstant(IloStateFunction, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that ensures that whenever interval variable a is present state function f is defined everywhere between the start and the end of interval variable a and remains constant over this interval.
alwaysEqual(IloCumulFunctionExpr, int, int, int) - Method in class ilog.cp.IloCP
Deprecated.
Deprecated since V20.1

This method returns a constraint that states that the value of cumul function expression f should be always equal to v between start and end. Value v must be in range 0..IloCP.IntervalMax.

Note: This constraint cannot be used in a logical constraint.

The use of this method is deprecated since V20.1. Please use alwaysIn instead.

alwaysEqual(IloCumulFunctionExpr, IloIntervalVar, int) - Method in class ilog.cp.IloCP
Deprecated.
Deprecated since V20.1

This method returns a constraint that states that whenever interval variable a is present, the value of cumul function expression f should be always equal to v between the start and the end of a. Value v must be in range 0..IloCP.IntervalMax.

Note: This constraint cannot be used in a logical constraint.

The use of this method is deprecated since V20.1. Please use alwaysIn instead.

alwaysEqual(IloStateFunction, int, int, int, boolean, boolean) - Method in class ilog.cp.IloCP
This method returns a constraint that ensures that state function f is defined everywhere on the interval [start,end) and remains equal to value v over this interval.
alwaysEqual(IloStateFunction, int, int, int) - Method in class ilog.cp.IloCP
This method returns a constraint that ensures that state function f is defined everywhere on the interval [start,end) and remains equal to value v over this interval.
alwaysEqual(IloStateFunction, IloIntervalVar, int, boolean, boolean) - Method in class ilog.cp.IloCP
This method returns a constraint that ensures that whenever interval variable a is present state function f is defined everywhere between the start and the end of interval variable a and remains equal to value v over this interval.
alwaysEqual(IloStateFunction, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns a constraint that ensures that whenever interval variable a is present state function f is defined everywhere between the start and the end of interval variable a and remains equal to value v over this interval.
alwaysIn(IloCumulFunctionExpr, int, int, int, int) - Method in class ilog.cp.IloCP
This method returns a constraint that states that the value of cumul function expression f should be always within the range [vmin,vmax] between start and end.
alwaysIn(IloCumulFunctionExpr, IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever interval variable a is present, the value of cumul function expression f should be always within the range [vmin,vmax] between the start and the end of a.
alwaysIn(IloStateFunction, int, int, int, int) - Method in class ilog.cp.IloCP
This method returns a constraint that ensures that, if it is defined, the value of state function f remains in the range [vmin,vmax] for any point t in the interval of integers [start,end).
alwaysIn(IloStateFunction, IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns a constraint that ensures that whenever interval variable a is present, the value of state function f, if defined, remains in the range [vmin,vmax] for any point t between the start and the end of interval variable a.
alwaysNoState(IloStateFunction, int, int) - Method in class ilog.cp.IloCP
This method returns a constraint that ensures that state function f is undefined everywhere on the interval of integers [start,end).
alwaysNoState(IloStateFunction, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that ensures that whenever interval variable a is present state function f is undefined everywhere between the start and the end of interval variable a.
and() - Method in interface ilog.concert.IloModeler
Creates and returns an empty IloAnd constraint suitable for grouping other constraints or building logical constraints.
and(IloConstraint[]) - Method in interface ilog.concert.IloModeler
Groups several constraints together.
and(IloConstraint[], String) - Method in interface ilog.concert.IloModeler
Groups several constraints together.
and(IloConstraint[], int, int) - Method in interface ilog.concert.IloModeler
Groups several constraints together.
and(IloConstraint[], int, int, String) - Method in interface ilog.concert.IloModeler
Groups several constraints together.
and(IloConstraint, IloConstraint) - Method in interface ilog.concert.IloModeler
Groups two constraints together.
and(IloConstraint, IloConstraint, String) - Method in interface ilog.concert.IloModeler
Groups two constraints together and names the group.
and(IloCplex.Goal, IloCplex.Goal) - Method in class ilog.opl.IloCplex
Creates and returns an and goal.
and(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.opl.IloCplex
Creates and returns an and goal.
and(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.opl.IloCplex
Creates and returns an and goal.
and(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.opl.IloCplex
Creates and returns an and goal.
and(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.opl.IloCplex
Creates and returns an and goal.
apply(IloCplex.Goal, IloCplex.NodeEvaluator) - Method in class ilog.opl.IloCplex
Returns a goal that applies the evaluator to the search tree defined by the goal.
applyOpsSettings(String, String) - Method in class ilog.opl.IloOplModel
Apply the settings to OPL and the needed engine.
ApplyProjectSettings(IloStringArray, IloOplModel) - Static method in class ilog.opl.IloOplProject
 
ApplyProjectSettings(istream, String, IloOplModel) - Static method in class ilog.opl.IloOplProject
 
arrayEltName(String, int) - Method in class ilog.cp.IloCP
This method is a shortcut to name.concat("[").concat(String.valueOf(index)).concat("]").
asConstraint() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a constraint.
asConstraintMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of constraints.
asCumulFunctionExpr() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a cumul function expression.
asCumulFunctionExprMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a map of cumul function expression.
asDiscreteDataCollection() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a collection.
asInt() - Method in class ilog.opl.IloOplElement
This member function retrieves the integer value of the element.
asIntervalSequenceVar() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a decision variable of type interval sequence.
asIntervalSequenceVarMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of decision variables of type interval sequence.
asIntervalVar() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a decision variable of type interval.
asIntervalVarMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of decision variables of type interval.
asIntExpr() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a decision expression of type integer.
asIntExprMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of decision expressions of type integer.
asIntMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of integers.
asIntRange() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a range of integers.
asIntSet() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a set of integers.
asIntSetMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of integer sets.
asIntVar() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a decision variable of type integer.
asIntVarMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of decision variables of type integer.
asNum() - Method in class ilog.opl.IloOplElement
This member function retrieves the numeric value of the element.
asNumExpr() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a decision expression of type float.
asNumExprMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of decision expressions of type float.
asNumMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of floats.
asNumRange() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a range of floating-point values.
asNumSet() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a set of floating-point values.
asNumSetMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of float sets.
asNumVar() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a decision variable of type float.
asNumVarMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of decision variables of type float.
asPiecewiseFunctionExpr() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a piecewise function.
asPiecewiseFunctionExprMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a piecewise function map.
Assist - Static variable in class ilog.opl.IloCplex.DataCheck
Provide modeling assistance.
asStateFunctionExpr() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a state function expression.
asStateFunctionExprMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a map of state function expression.
asString() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a string.
asSymbolMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of strings.
asSymbolSet(IloDiscreteDataCollection) - Static method in class ilog.concert.IloAdvCollectionHelper
This member function returns the domain as a set of symbolic values.
asSymbolSet() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a set of strings.
asSymbolSetMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of string sets.
asTuple() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a tuple.
asTupleMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of tuples.
asTupleSchema() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a schema of tuple sets.
asTupleSet(IloDiscreteDataCollection) - Static method in class ilog.concert.IloAdvCollectionHelper
This member function returns the domain as an IloTupleSet.
asTupleSet() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as a set of tuples.
asTupleSetMap() - Method in class ilog.opl.IloOplElement
This member function retrieves the value of the element as an array of tuple sets.
AtLower - Static variable in class ilog.opl.IloCplex.BasisStatus
This status indicates that the variable or slack corresponding to a constraint is nonbasic and at its bound.
attach(IloConstraintMap, IloNumMap) - Method in class ilog.opl.IloOplConflictIterator
Attach a constraint map cts to a value map prefs of preferences.
attach(IloConstraint, double) - Method in class ilog.opl.IloOplConflictIterator
Attach a constraint map cts to a value map prefs of preferences.
attach(IloNumVarMap, IloIntMap) - Method in class ilog.opl.IloOplCplexBasis
Attach a variable map vars to a value map statuses.
attach(IloNumVarMap, IloNumMap) - Method in class ilog.opl.IloOplCplexVectors
Attach a variable map vars to a value map statuses.
attach(IloIntVarMap, IloIntMap) - Method in class ilog.opl.IloOplCplexVectors
Attach a variable map vars to a value map statuses.
attach(IloConstraintMap, IloNumMap) - Method in class ilog.opl.IloOplRelaxationIterator
Attach a constraint map cts to a value map prefs of preferences.
attach(IloConstraint, double) - Method in class ilog.opl.IloOplRelaxationIterator
Attach a constraint map cts to a value map prefs of preferences.
AtUpper - Static variable in class ilog.opl.IloCplex.BasisStatus
This status indicates that the variable or slack corresponding to a constraint is nonbasic, and at its upper bound.
Auto - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value indicating automatic behaviour.
Auto - Static variable in class ilog.opl.IloCplex.Algorithm
Allows IloCplex to select an algorithm.
Auto - Static variable in class ilog.opl.IloCplex.BendersStrategy
Auto
Auto - Static variable in class ilog.opl.IloCplex.ConflictAlgorithm
Autoselect conflict refiner algorithm
Auto - Static variable in class ilog.opl.IloCplex.DualPricing
Pricing algorithm determined automatically.
Auto - Static variable in class ilog.opl.IloCplex.MIPSearch
Automatically select MIP search mode.
Auto - Static variable in class ilog.opl.IloCplex.MIPStartEffort
Automatic: let CPLEX decide the level of effort to expend to solve the MIP start.
Auto - Static variable in class ilog.opl.IloCplex.OptimalityTarget
Automatically selects optimality target.
Auto - Static variable in class ilog.opl.IloCplex.ParallelMode
Automatically select parallel mode
Auto - Static variable in class ilog.opl.IloCplex.PrimalPricing
Hybrid reduced-cost and devex pricing.
Auto - Static variable in class ilog.opl.IloCplex.WriteLevel
Specifies that an automatic setting should be used.
AuxRootThreads - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
AuxRootThreads - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
AuxRootThreads.

B

Backtrack - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
Backtrack.
Balanced - Static variable in class ilog.opl.IloCplex.MIPEmphasis
Balance optimality and feasibility.
BarAlg - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
BarColNz - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
BarCrossAlg - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
BarDisplay - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
BarEpComp - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
BarGrowth - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
BarItLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
BarItLim - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
BarMaxCor - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
BarMaxCor - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
BarObjRng - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
BarOrder - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
BarQCPEpComp - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
Barrier - Static variable in class ilog.opl.IloCplex.Algorithm
Selects the barrier algorithm.
BarStartAlg - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Basic - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of various inference level parameters, indicating that the basic (just above lowest) inference level is to be used.
Basic - Static variable in class ilog.opl.IloCplex.BasisStatus
This status indicates that the variable or slack corresponding to a constraint is basic.
BBInterval - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
BBInterval - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
BBInterval - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
BBInterval.
before(IloIntervalSequenceVar, IloIntervalVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables pred and succ are present, interval variable pred must be ordered before interval variable succ (but not necessarily immediately before) in the sequence variable seq.
Benders - Static variable in class ilog.opl.IloCplex.CutType
CPX_CUT_BENDERS
BendersFeasCutTol - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
BendersOptCutTol - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
BendersStrategy - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
BendersWorkerAlg - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
BestBound - Static variable in class ilog.opl.IloCplex.MIPEmphasis
Emphasize moving best bound.
BestBound - Static variable in class ilog.opl.IloCplex.NodeSelect
Best-bound search.
BestEst - Static variable in class ilog.opl.IloCplex.NodeSelect
Best-estimate search.
BestEstAlt - Static variable in class ilog.opl.IloCplex.NodeSelect
Alternative best-estimate search.
BndStrenInd - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Bool - Static variable in class ilog.concert.IloNumVarType
Boolean or, equivalently, binary variable type.
BooleanType - Static variable in class ilog.opl.IloCplex.Parameter
 
boolVar(String) - Method in interface ilog.concert.IloModeler
Creates and returns a new Boolean variable (domain 0,1) with its name.
boolVar() - Method in interface ilog.concert.IloModeler
Creates and returns a new Boolean variable (domain 0,1).
boolVar(IloColumn) - Method in interface ilog.concert.IloMPModeler
Creates a new Boolean (or binary) modeling variable for column-wise modeling.
boolVar(IloColumn, String) - Method in interface ilog.concert.IloMPModeler
Creates a new Boolean (or binary) modeling variable, with the specified name, for column-wise modeling.
boolVar(IloColumn, String) - Method in class ilog.opl.IloCplex
boolVar(IloColumn) - Method in class ilog.opl.IloCplex
boolVarArray(int) - Method in interface ilog.concert.IloModeler
Creates and returns an array of n new Boolean variables (domain 0,1).
boolVarArray(int, String[]) - Method in interface ilog.concert.IloModeler
Creates and returns an array of n new Boolean variables (domain 0,1).
boolVarArray(IloColumnArray) - Method in interface ilog.concert.IloMPModeler
Creates and returns an array of Boolean (or binary) modeling variables for column-wise modeling.
boolVarArray(IloColumnArray, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns an array of Boolean (or binary) modeling variables with names for column-wise modeling.
Bounded - Static variable in class ilog.opl.IloCplex.Status
The Bounded solution status indicates that the IloCplex optimizer has determined that the model is not unbounded.
BoundStrength - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
BoundStrength.
BQP - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_BQP
BQP - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
BQP.
BQPCuts - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Branch - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
Branch.
branchAsCplex() - Method in class ilog.opl.IloCplex
Creates and returns a goal that branches the same way IloCplex would in the absence of any goal at the current node.
BranchLimit - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
BranchOnAny - Static variable in class ilog.opl.IloCplex.BranchType
An instance of IloCplex.BranchType indicating a complex branching.
BranchOnSOS1 - Static variable in class ilog.opl.IloCplex.BranchType
An instance of IloCplex.BranchType indicating a branch on an SOS of type 1.
BranchOnSOS2 - Static variable in class ilog.opl.IloCplex.BranchType
An instance of IloCplex.BranchType indicating a branch on an SOS of type 2.
BranchOnVariable - Static variable in class ilog.opl.IloCplex.BranchType
An instance of IloCplex.BranchType indicating a branch on a single variable.
BrDir - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
BtTol - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.

C

CalcQCPDuals - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Capacity - Static variable in class ilog.opl.IloCplex.Param.MIP.Pool
Capacity.
CardLS - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
CardLs - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
CardLs.
changeMIPStart(int, IloNumVar[], double[], int, int, IloCplex.MIPStartEffort) - Method in class ilog.opl.IloCplex
Changes the MIP start specified by its index in the current problem, by substituting the corresponding number of values from the starting variable specified by the variable index.
changeMIPStart(int, IloNumVar[], double[], IloCplex.MIPStartEffort) - Method in class ilog.opl.IloCplex
Changes the MIP start specified by its index in the current problem by substituting the corresponding values of the designated variables and associates a level of effort with the changed MIP start.
changeMIPStart(int, IloCplex.MIPStartEffort) - Method in class ilog.opl.IloCplex
Changes the MIP start designated by its index and associates a specified level of effort with the changed MIP start.
changeMIPStart(int, IloNumVar[], double[]) - Method in class ilog.opl.IloCplex
Changes the MIP start designated by its index by substituting the the corresponding values for the designated variables.
CheckFeas - Static variable in class ilog.opl.IloCplex.MIPStartEffort
CPLEX checks the feasibility of the MIP start.
ChoicePointLimit - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
choose(IloCPEngine, IloIntVar[], int) - Method in class ilog.cp.IloCustomIntValueChooser
This abstract method must be defined to choose a value for the variable x[index].
choose(IloCPEngine, IloIntVar[]) - Method in class ilog.cp.IloCustomIntVarChooser
This abstract method must be defined to choose a variable from the array vars.
clear() - Method in interface ilog.concert.IloLinearIntExpr
Removes all terms from the invoking linear expression leaving a 0 expression behind.
clear() - Method in interface ilog.concert.IloLinearNumExpr
Removes all terms from the invoking linear expression leaving a 0 expression behind.
clear() - Method in interface ilog.concert.IloMapIndexArray
This method removes all the elements from the invoking array.
clear() - Method in class ilog.cp.IloCP
 
clear() - Method in class ilog.opl.IloCplex.Aborter
Clears the invoking aborter.
clear() - Method in class ilog.opl.IloCplex.ParameterSet
Clears the parameter set.
clear() - Method in class ilog.opl.IloOplCplexVectors
Clears this objects and gets it back to a clean version
clear() - Method in class ilog.opl.IloOplDataSerializer
 
clear() - Method in class ilog.opl.IloOplErrorHandler
 
clear() - Method in class ilog.opl.IloOplModel
 
clear() - Method in class ilog.opl.IloOplRunConfiguration
 
clearAbort() - Method in class ilog.cp.IloCP
This method should be called after IloCP.abortSearch() before any subsequent call to IloCP.solve() or IloCP.startNewSearch().
clearAttachements() - Method in class ilog.opl.IloOplConflictIterator
Clear all previously attached constraints.
clearCallbacks() - Method in class ilog.opl.IloCplex
Removes all callbacks from the invoking IloCplex object.
clearCuts() - Method in class ilog.opl.IloCplex
Deletes all user cuts added to the invoking IloCplex object with the methods addCut and addCuts.
clearExplanations() - Method in class ilog.cp.IloCP
This method is used to clear the set of failure tags (indices) to be explained.
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.
clearModel() - Method in class ilog.opl.IloCplex
Removes all modeling objects from the active model.
clearStartingPoint() - Method in class ilog.cp.IloCP
This method removes any starting point specified on the invoking CP Optimizer engine: subsequent searches will not use any starting point information, unless a new starting point is set.
CliqueCover - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_CLIQUE
Cliques - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Cliques - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
Cliques.
ClockType - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
ClockType - Static variable in class ilog.opl.IloCplex.Param
ClockType.
clone() - Method in class ilog.opl.IloCplex.Goal
 
CloneLog - Static variable in class ilog.opl.IloCplex.BooleanParam
Deprecated.
CloneLog - Static variable in class ilog.opl.IloCplex.Param.Output
CloneLog.
closeConnections() - Method in class ilog.opl.CustomOplDataHandler
 
CoeffReduce - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
CoeffReduce.
CoeRedInd - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
ColNonzeros - Static variable in class ilog.opl.IloCplex.Param.Barrier
ColNonzeros.
ColReadLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
column(IloRange, double) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumn object suitable for adding a new variable to constraint rng as a linear term with coefficient val.
column(IloObjective, double) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumn object suitable for adding a new variable to the objective obj as a linear term with coefficient val.
column(IloLPMatrix) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumn object suitable for adding a new variable to an LP matrix as an empty column.
column(IloLPMatrix, int[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumn object suitable for adding a new variable to an LP matrix as a new column.
column(IloLPMatrix, int[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumn object suitable for adding a new variable to an LP matrix as a new column.
column(IloRange, double) - Method in class ilog.opl.IloCplex
column(IloObjective, double) - Method in class ilog.opl.IloCplex
columnArray(IloRange, double[]) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumnArray suitable for adding new variables to constraint rng as linear terms with coefficients specified in val.
columnArray(IloRange, double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumnArray suitable for adding num new variables to constraint IloRange as linear terms with coefficients specified in val.
columnArray(IloObjective, double[]) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumnArray object suitable for adding new variables to the objective obj as linear terms with coefficients specified in val.
columnArray(IloObjective, double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumnArray object suitable for adding num new variables to the objective obj as linear terms with coefficients specified in val.
columnArray(IloLPMatrix, int, int[][], double[][]) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumnArray object suitable for adding new variables to an IloLPMatrix as columns.
columnArray(IloLPMatrix, int) - Method in interface ilog.concert.IloMPModeler
Creates an IloColumnArray object suitable for adding new variables to an IloLPMatrix as empty columns.
commit() - Method in interface ilog.concert.IloTupleBuffer
Commits the values in the IloTupleSet; that is, adds a new line if the index of the buffer is -1, or sets a line with this content.
compile(IloOplModelSource, OutputStream) - Method in class ilog.opl.IloOplCompiler
 
Complete - Static variable in class ilog.opl.IloCplex.TuningStatus
Tuning is complete.
Concurrent - Static variable in class ilog.opl.IloCplex.Algorithm
Selects the concurrent optimizer.
ConflictAbortContradiction - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
ConflictAbortDetTimeLim - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
ConflictAbortItLim - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
ConflictAbortMemLim - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
ConflictAbortNodeLim - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
ConflictAbortObjLim - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
ConflictAbortTimeLim - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
ConflictAbortUser - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
ConflictAlg - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
ConflictDisplay - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
ConflictFeasible - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
ConflictMinimal - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
ConflictRefinerBranchLimit - Static variable in class ilog.cp.IloCP.IntParam
This parameter limits the total number of branches that are made before terminating the conflict refiner.
ConflictRefinerFailLimit - Static variable in class ilog.cp.IloCP.IntParam
This parameter limits the total number of failures that can occur before terminating the conflict refiner.
ConflictRefinerIterationLimit - Static variable in class ilog.cp.IloCP.IntParam
This parameter limits the number of iterations that are made before terminating the conflict refiner.
ConflictRefinerOnVariables - Static variable in class ilog.cp.IloCP.IntParam
This parameter specifies whether the conflict refiner should refine variables domains.
ConflictRefinerTimeLimit - Static variable in class ilog.cp.IloCP.DoubleParam
This parameter limits the CPU time spent before terminating the conflict refiner.
constant(double) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the constant term c.
constant(int) - Method in interface ilog.concert.IloModeler
Creates and returns a new integer constant expression equal to c.
constant(int, String) - Method in class ilog.cp.IloCP
Creates and returns a new constant expression equal to value.
constant(double, String) - Method in class ilog.cp.IloCP
Creates and returns a new constant expression equal to value.
Constant - Static variable in class ilog.opl.IloCplex.Param.Simplex.Perturbation
Constant.
constraintGoal(IloConstraint) - Method in class ilog.opl.IloCplex
Creates and returns a constraint goal for the specified constraint cut.
constraintGoal(IloConstraint[]) - Method in class ilog.opl.IloCplex
Creates and returns a constraint goal for the constraints specified in array cut.
Constraints - Static variable in class ilog.opl.IloCplex.Param.Read
Deprecated.
contains(IloIntVar) - Method in interface ilog.concert.IloSolution
Returns true if extr is present in the invoking object.
contains(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Returns true if extr is present in the invoking object.
contains(String) - Method in interface ilog.concert.IloSymbolSet
This method returns a Boolean value (zero or one) that specifies whether elt is an element of the invoking set.
ConvergeTol - Static variable in class ilog.opl.IloCplex.Param.Barrier
ConvergeTol.
conversion(IloNumVar, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns an IloConversion object for converting the type of a variable in a model.
conversion(IloNumVar, IloNumVarType, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an IloConversion object, with the specified name, for converting the type of a variable in a model.
conversion(IloNumVar[], IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns an IloConversion object for converting the type of the variables in array var in a model.
conversion(IloNumVar[], IloNumVarType, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an IloConversion object with the specified type and name, for converting the type of the variables in array var in a model.
conversion(IloNumVar[], IloNumVarType[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns an IloConversion object for converting the type of the variables in the array var in a model.
conversion(IloNumVar[], IloNumVarType[], String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an IloConversion object, with the specified name, for converting the type of the variables in array var in a model.
conversion(IloNumVar, IloNumVarType, String) - Method in class ilog.opl.IloCplex
conversion(IloNumVar, IloNumVarType) - Method in class ilog.opl.IloCplex
conversion(IloNumVar[], IloNumVarType, String) - Method in class ilog.opl.IloCplex
conversion(IloNumVar[], IloNumVarType) - Method in class ilog.opl.IloCplex
conversionIterator() - Method in class ilog.opl.IloCplex
Returns an iterator over all IloConversion objects in the active model.
convertAllIntVars() - Method in class ilog.opl.IloOplModel
Relaxes all integer decision variables.
copy() - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function creates and returns a new function that is a copy of the invoking function.
copy() - Method in interface ilog.concert.IloNumToNumStepFunction
This member function creates and returns a new function that is a copy of the invoking function.
Corrections - Static variable in class ilog.opl.IloCplex.Param.Barrier.Limits
Corrections.
count(IloIntExpr[], int) - Method in class ilog.cp.IloCP
This method creates a new constrained integer expression equal to the number of variables in exprs that are fixed to the value v.
countDifferent(IloIntExpr[]) - Method in class ilog.cp.IloCP
This method creates a new constrained integer expression equal to the number of different values assigned to the variables in exprs.
CountDifferentInferenceLevel - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
CountInferenceLevel - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
Cover - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_COVER
Covers - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Covers - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
Covers.
cpp_MakeElement(String, IloTuple) - Method in class ilog.opl.IloOplDataElements
Creates a new data element, which can be added to this collection.
cpp_printElementToString(IloOplElement) - Method in class ilog.opl.IloOplDataSerializer
 
cpp_printObjectToString(IloOplObject) - Method in class ilog.opl.IloOplDataSerializer
 
cpp_printTupleKeyToString(IloTuple) - Method in class ilog.opl.IloOplDataSerializer
 
cpp_printTupleToString(IloTuple) - Method in class ilog.opl.IloOplDataSerializer
 
cppHasCP() - Method in class ilog.opl.IloOplModel
Returns IloTrue, if this model has a CP engine associated.
CPUmask - Static variable in class ilog.opl.IloCplex.Param
CPUmask.
CPUMask - Static variable in class ilog.opl.IloCplex.StringParam
Deprecated.
CPUTime - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of TimeMode which indicates that CPU time should be used for all time reporting and limit setting.
CraInd - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Crash - Static variable in class ilog.opl.IloCplex.Param.Simplex
Crash.
createCP() - Method in class ilog.opl.IloOplFactory
Creates a new ILOG CP Optimizer instance.
createCplex() - Method in class ilog.opl.IloOplFactory
Creates a new ILOG CPLEX instance.
createOplCompiler() - Method in class ilog.opl.IloOplFactory
 
createOplConflictIterator(IloOplModel) - Method in class ilog.opl.IloOplFactory
 
createOplCplexBasis() - Method in class ilog.opl.IloOplFactory
 
createOplCplexVectors() - Method in class ilog.opl.IloOplFactory
 
createOplDataElements() - Method in class ilog.opl.IloOplFactory
 
createOplDataSerializer(OutputStream) - Method in class ilog.opl.IloOplFactory
Deprecated. 
createOplDataSerializer(IloOplSettings, OutputStream) - Method in class ilog.opl.IloOplFactory
 
createOplDataSource(String) - Method in class ilog.opl.IloOplFactory
 
createOplDataSourceFromStream(InputStream, String) - Method in class ilog.opl.IloOplFactory
Creates an OPL data source from a set of data given as a stream.
createOplDataSourceFromString(String, String) - Method in class ilog.opl.IloOplFactory
Creates an OPL data source from a set of data given as a string.
createOplErrorHandler(OutputStream) - Method in class ilog.opl.IloOplFactory
 
createOplErrorHandler() - Method in class ilog.opl.IloOplFactory
Creates an error handler that display messages on the standard output.
createOplModel(IloOplModelDefinition, IloCplex) - Method in class ilog.opl.IloOplFactory
 
createOplModel(IloOplModelDefinition, IloCP) - Method in class ilog.opl.IloOplFactory
 
createOplModelDefinition(IloOplModelSource, IloOplErrorHandler) - Method in class ilog.opl.IloOplFactory
Deprecated. 
createOplModelDefinition(IloOplModelSource, IloOplSettings) - Method in class ilog.opl.IloOplFactory
 
createOplModelSource(String, boolean) - Method in class ilog.opl.IloOplFactory
Deprecated. 
createOplModelSource(String) - Method in class ilog.opl.IloOplFactory
 
createOplModelSourceFromStream(InputStream, String) - Method in class ilog.opl.IloOplFactory
Creates an OPL model source from a model given as a stream.
createOplModelSourceFromString(String, String) - Method in class ilog.opl.IloOplFactory
Creates an OPL model source from a model given as a string.
createOplModelSourceFromString(String, String, boolean) - Method in class ilog.opl.IloOplFactory
Deprecated. 
createOplProfiler() - Method in class ilog.opl.IloOplFactory
 
createOplProject(String) - Method in class ilog.opl.IloOplFactory
 
createOplProject(InputStream, String) - Method in class ilog.opl.IloOplFactory
 
createOplRelaxationIterator(IloOplModel) - Method in class ilog.opl.IloOplFactory
 
createOplRunConfiguration(String, String) - Method in class ilog.opl.IloOplFactory
 
createOplRunConfiguration(String) - Method in class ilog.opl.IloOplFactory
 
createOplRunConfiguration(String, String[]) - Method in class ilog.opl.IloOplFactory
 
createOplRunConfiguration(IloOplModelDefinition) - Method in class ilog.opl.IloOplFactory
 
createOplRunConfiguration(IloOplModelDefinition, IloOplDataElements) - Method in class ilog.opl.IloOplFactory
 
createOplSettings(IloOplErrorHandler) - Method in class ilog.opl.IloOplFactory
 
Crossover - Static variable in class ilog.opl.IloCplex.Param.Barrier
Crossover.
cumulFunctionExpr() - Method in class ilog.cp.IloCP
This method creates a constant cumul function expression everywhere equal to 0 that the user can modify subsequently with the operators add, sub.
cumulFunctionExpr(String) - Method in class ilog.cp.IloCP
This method creates a constant cumul function expression everywhere equal to 0 that the user can modify subsequently with the functions add, sub.
CumulFunctionInferenceLevel - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
customDispose(IloOplModel) - Method in class ilog.opl.IloCustomOplDisposeListener
 
customEndPostProcess() - Method in class ilog.opl.IloCustomOplPostProcessListener
 
customEnterSection(IloOplProfilerI.Section, String, double) - Method in class ilog.opl.IloCustomOplProgressListener
 
customExitSection(IloOplProfilerI.Section, String, double) - Method in class ilog.opl.IloCustomOplProgressListener
 
CustomOplDataHandler - Class in ilog.opl
Base class for custom data handlers.
CustomOplDataHandler(IloOplFactory) - Constructor for class ilog.opl.CustomOplDataHandler
 
CustomOplResultPublisher - Class in ilog.opl
Base class for custom result publishers.
CustomOplResultPublisher(IloOplFactory) - Constructor for class ilog.opl.CustomOplResultPublisher
 
customPublish() - Method in class ilog.opl.CustomOplResultPublisher
 
customRead() - Method in class ilog.opl.IloCustomOplDataSource
 
customRun(int) - Method in class ilog.opl.IloCustomOplRunseedProgress
 
customStartPostProcess() - Method in class ilog.opl.IloCustomOplPostProcessListener
 
CutLo - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
CutPass - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
CutPass - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
CutPasses - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
CutPasses.
CutsFactor - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
CutsFactor - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
CutsFactor.
CutUp - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.

D

DataCheck - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
DataCheck - Static variable in class ilog.opl.IloCplex.Param.Read
DataCheck.
Default - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of various inference level parameters, indicating that the default inference level is to be used.
DefaultInferenceLevel - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
DefaultVarSel - Static variable in class ilog.opl.IloCplex.VariableSelect
Branch variable automatically selected.
delDirection(IloNumVar) - Method in class ilog.opl.IloCplex
Removes any existing branching direction assignments from the variable var.
delDirections(IloNumVar[]) - Method in class ilog.opl.IloCplex
Removes any existing branching direction assignments all the variables in array var.
delDirections(IloNumVar[], int, int) - Method in class ilog.opl.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 interface ilog.concert.IloMPModeler
Deletes the modeling objects in an array obj from the invoking IloModel.
delete(IloCopyable[], int, int) - Method in interface ilog.concert.IloMPModeler
Deletes the modeling objects in obj[start] through obj[start+num-1] from a model.
delete(IloCopyable) - Method in class ilog.opl.IloCplex
delete(IloCopyable[]) - Method in class ilog.opl.IloCplex
delete(IloCopyable[], int, int) - Method in class ilog.opl.IloCplex
delete() - Method in interface ilog.opl.IloCplex.MIPCallback.NodeData
Method called by CPLEX when a node is deleted When CPLEX deletes a branch and cut node to which a user-object is attached and which implements the NodeData interface, this method is called for the user-object associated with the node being deleted.
deleteMIPStarts(int, int) - Method in class ilog.opl.IloCplex
Deletes a number of MIP starts, starting with the MIP start designated by its index.
deleteMIPStarts(int) - Method in class ilog.opl.IloCplex
Deletes the MIP start designated by its index.
deleteStart(ilog.cplex.cppimpl.IloCplex) - Method in class ilog.opl.IloOplCplexVectors
Delete all the MIP start information of the given cplex
delPriorities(IloNumVar[]) - Method in class ilog.opl.IloCplex
Removes any existing branch priority assignment from the variables in array var.
delPriorities(IloNumVar[], int, int) - Method in class ilog.opl.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.opl.IloCplex
Removes any existing branch priority assignment from variable var.
delSolnPoolSoln(int) - Method in class ilog.opl.IloCplex
Deletes the specified solution from the solution pool and renumbers the indices of the remaining solutions in the pool.
delSolnPoolSolns(int, int) - Method in class ilog.opl.IloCplex
Deletes a range of solutions from the solution pool and renumbers the indices of the remaining solutions in the pool.
Dependency - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
Dependency.
DepInd - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
DepthFirst - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of SearchType indicating that a depth-first search should be used.
Deterministic - Static variable in class ilog.opl.IloCplex.ParallelMode
Limit parallelism to maintain determinism
DetTiLim - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
DetTime - Static variable in class ilog.opl.IloCplex.Param.MIP.PolishAfter
DetTime.
DetTimeLim - Static variable in class ilog.opl.IloCplex.TuningStatus
Tuning reached deterministic time limit.
DetTimeLimit - Static variable in class ilog.opl.IloCplex.Param
DetTimeLimit.
DetTimeLimit - Static variable in class ilog.opl.IloCplex.Param.Tune
DetTimeLimit.
Devex - Static variable in class ilog.opl.IloCplex.DualPricing
Devex pricing.
Devex - Static variable in class ilog.opl.IloCplex.PrimalPricing
Devex pricing.
DFS - Static variable in class ilog.opl.IloCplex.NodeSelect
Depth-first search.
DGradient - Static variable in class ilog.opl.IloCplex.Param.Simplex
DGradient.
diff(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the difference between expression e and value v.
diff(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the difference between the expressions e1 and e2.
diff(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the difference between the value v and the expression e1.
diff(IloIntExpr, int) - Method in interface ilog.concert.IloModeler
Creates and returns an integer expression representing the difference between integer expression e and value v.
diff(IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an integer expression representing the difference between the integer expressions expr1 and expr2.
diff(int, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an integer expression representing the difference between the value v and the integer expression e1.
diff(IloCumulFunctionExpr, IloCumulFunctionExpr) - Method in class ilog.cp.IloCP
This operator returns a cumul function expression equal to the difference of its arguments.
dilate(double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function multiplies by k the scale of x for the invoking piecewise linear function.
dilate(double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function multiplies by k the scale of x for the invoking step function.
DiscreteVars - Static variable in class ilog.opl.IloCplex.WriteLevel
Specifies that all discrete variables should be written to the file.
Disj - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_DISJ
DisjCuts - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Disjunctive - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
Disjunctive.
Display - Static variable in class ilog.opl.IloCplex.Param.Barrier
Display.
Display - Static variable in class ilog.opl.IloCplex.Param.Conflict
Display.
Display - Static variable in class ilog.opl.IloCplex.Param.MIP
Display.
Display - Static variable in class ilog.opl.IloCplex.Param.MultiObjective
Display.
Display - Static variable in class ilog.opl.IloCplex.Param.Network
Display.
Display - Static variable in class ilog.opl.IloCplex.Param.Sifting
Display.
Display - Static variable in class ilog.opl.IloCplex.Param.Simplex
Display.
Display - Static variable in class ilog.opl.IloCplex.Param.Tune
Display.
distribute(IloIntExpr[], int[], IloIntExpr[]) - Method in class ilog.cp.IloCP
Creates and returns a counting constraint in a model.
distribute(IloIntExpr[], IloIntExpr[]) - Method in class ilog.cp.IloCP
Creates and returns a counting constraint in a model.
DistributeInferenceLevel - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
div(IloIntExpr, IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns the integer division e1 / e2.
div(int, IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns the integer division e1 / e2.
div(IloIntExpr, int) - Method in class ilog.cp.IloCP
Creates and returns the integer division e1 / e2.
Dive - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
Dive.
Diversity - Static variable in class ilog.opl.IloCplex.FilterType
 
DiveType - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
domainMax() - Method in class ilog.cp.IloCP
This method returns a variable evaluator.
domainMin() - Method in class ilog.cp.IloCP
This method returns a variable evaluator.
domainSize() - Method in class ilog.cp.IloCP
This method returns a variable evaluator.
DoubleType - Static variable in class ilog.opl.IloCplex.Parameter
 
Down - Static variable in class ilog.opl.IloCplex.BranchDirection
Downwards branch direction.
DPriInd - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Dual - Static variable in class ilog.opl.IloCplex.Algorithm
Selects the dual simplex algorithm.
Dual - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
Dual.
DualObj - Static variable in class ilog.opl.IloCplex.QualityType
 
dumpModel(String) - Method in class ilog.cp.IloCP
This function dumps the currently loaded model into the file named filename.
dumpModel(OutputStream) - Method in class ilog.cp.IloCP
This function dumps the currently loaded model into a stream.
Dynamic - Static variable in class ilog.opl.IloCplex.MIPSearch
Use dynamic tree search.
DynamicProbing - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
DynamicProbingStrength - Static variable in class ilog.cp.IloCP.DoubleParam
This parameter controls the effort which is dedicated to dynamic probing.
DynamicRows - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
DynamicRows - Static variable in class ilog.opl.IloCplex.Param.Simplex
DynamicRows.

E

EachCutLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
EachCutLimit - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
EachCutLimit.
EffectiveOptimalityTolerance - Static variable in class ilog.cp.IloCP.DoubleInfo
Double info parameter.
EffectiveWorkers - Static variable in class ilog.cp.IloCP.IntInfo
This information represents number of workers used for search.
ElapsedTime - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of TimeMode which indicates that elapsed (wall clock) time should be used for all time reporting and limit setting.
element(IloIntExpr, IloIntExpr, int[]) - Method in class ilog.cp.IloCP
Creates and returns the new constraint var == values[index].
element(IloNumExpr, IloIntExpr, double[]) - Method in class ilog.cp.IloCP
Creates and returns the new constraint var == values[index].
element(IloIntExpr[], IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns a new integer expression equal to exprs[index].
element(int[], IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns a new integer expression equal to values[index].
element(double[], IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns a new expression equal to values[index].
ElementInferenceLevel - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
end() - Method in interface ilog.concert.IloSolution
 
end() - Method in interface ilog.concert.IloTupleSchema
This method deletes the invoking implementation.
end() - Method in class ilog.cp.IloCP
Frees all memory resources allocated by the invoking CP Optimizer.
end() - Method in class ilog.cp.IloCustomIntValueChooser
 
end() - Method in class ilog.cp.IloCustomIntValueEval
 
end() - Method in class ilog.cp.IloCustomIntVarChooser
 
end() - Method in class ilog.cp.IloCustomIntVarEval
 
end() - Method in interface ilog.cp.IloIntValueChooser
 
end() - Method in interface ilog.cp.IloIntValueEval
 
end() - Method in interface ilog.cp.IloIntVarChooser
 
end() - Method in interface ilog.cp.IloIntVarEval
 
end() - Method in interface ilog.cp.IloSearchPhase
 
end() - Method in interface ilog.cp.IloValueSelector
 
end() - Method in interface ilog.cp.IloVarSelector
 
end() - Method in class ilog.opl.IloCplex.Aborter
Ends the invoking aborter.
end() - Method in class ilog.opl.IloCplex
Releases the IloCplex license held by the invoking object, and all the memory allocated by it.
end() - Method in class ilog.opl.IloOplCompiler
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplConflictIterator
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplCplexBasis
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplCplexVectors
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplDataHandler
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplDataSource
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplElement
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplErrorHandler
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplFactory
Deletes the OPL environment, clearing all the memory used by the objects created through this factory.
end() - Method in class ilog.opl.IloOplModel
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplModelDefinition
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplModelSource
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplProfiler
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplProgressListener
 
end() - Method in class ilog.opl.IloOplProject
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplRelaxationIterator
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplRunConfiguration
Clears the memory used by this object
end() - Method in class ilog.opl.IloOplSettings
Clears the memory used by this object.
endArray() - Method in class ilog.opl.IloOplDataHandler
End an array.
endAtEnd(IloIntervalVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-end(a)between the end of interval a and the end of interval b must be equal to 0.
endAtEnd(IloIntervalVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-end(a)between the end of interval a and the end of interval b must be equal to z.
endAtEnd(IloIntervalVar, IloIntervalVar, IloIntExpr) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-end(a)between the end of interval a and the end of interval b must be equal to z.
endAtStart(IloIntervalVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance start(b)-end(a)between the end of interval a and the start of interval b must be equal to 0.
endAtStart(IloIntervalVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance start(b)-end(a)between the end of interval a and the start of interval b must be equal to z.
endAtStart(IloIntervalVar, IloIntervalVar, IloIntExpr) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance start(b)-end(a)between the end of interval a and the start of interval b must be equal to z.
endBeforeEnd(IloIntervalVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-end(a)between the end of interval a and the end of interval b must be greater than or equal to 0.
endBeforeEnd(IloIntervalVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-end(a)between the end of interval a and the end of interval b must be greater than or equal to z.
endBeforeEnd(IloIntervalVar, IloIntervalVar, IloIntExpr) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-end(a)between the end of interval a and the end of interval b must be greater than or equal to z.
endBeforeStart(IloIntervalVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance start(b)-end(a)between the end of interval a and the start of interval b must be greater than or equal to 0.
endBeforeStart(IloIntervalVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance start(b)-end(a)between the end of interval a and the start of interval b must be greater than or equal to z.
endBeforeStart(IloIntervalVar, IloIntervalVar, IloIntExpr) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance start(b)-end(a)between the end of interval a and the start of interval b must be greater than or equal to z.
endCpp() - Method in class ilog.opl.IloOplErrorHandler
Clears the memory used by this object
endCpp() - Method in class ilog.opl.IloOplModel
Clears the memory used by this object
endCpp() - Method in class ilog.opl.IloOplRunConfiguration
Clears the memory used by this object
endElement() - Method in class ilog.opl.IloOplDataHandler
End an element.
endEval(IloIntervalVar, IloNumToNumSegmentFunction) - Method in class ilog.cp.IloCP
This method returns a numerical expression that represents the value of function f evaluated on the end of interval variable a whenever the interval variable is present.
endEval(IloIntervalVar, IloNumToNumSegmentFunction, double) - Method in class ilog.cp.IloCP
This method returns a numerical expression that represents the value of function f evaluated on the end of interval variable a whenever the interval variable is present.
endIndexedArray() - Method in class ilog.opl.IloOplDataHandler
End an indexed array.
endItemTupleIndex() - Method in class ilog.opl.IloOplDataHandler
End the next item's index.
endModel() - Method in class ilog.opl.IloCplex
endNamedTuple() - Method in class ilog.opl.IloOplDataHandler
End a named tuple.
endOf(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the end of interval variable a whenever the interval variable is present.
endOf(IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the end of interval variable a whenever the interval variable is present.
endOfNext(IloIntervalSequenceVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the end of the interval variable that is next to interval a in sequence variable seq.
endOfNext(IloIntervalSequenceVar, IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the end of the interval variable that is next to interval a in sequence variable seq.
endOfPrevious(IloIntervalSequenceVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the end of the interval variable that is previous to interval a in sequence variable seq.
endOfPrevious(IloIntervalSequenceVar, IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the end of the interval variable that is previous to interval a in sequence variable seq.
endSearch() - Method in class ilog.cp.IloCP
This method terminates a search and deletes the internal objects created by CP Optimizer to carry out the search.
endSet() - Method in class ilog.opl.IloOplDataHandler
End a set.
endTuple() - Method in class ilog.opl.IloOplDataHandler
End a tuple.
EpAGap - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
EpGap - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
EpInt - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
EpLin - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
EpMrk - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
EpOpt - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
EpPer - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
EpRelax - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
EpRHS - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
eq(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint e1 == e2.
eq(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint e1 == e2 and assigned the name name.
eq(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr == rhs.
eq(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr == rhs and assigned the name name.
eq(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val == expr.
eq(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val == expr and assigned the name name.
eq(IloIntExpr, int) - Method in class ilog.cp.IloCP
Creates and returns the new constraint e == v.
eq(IloIntExpr, IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns the new constraint e1 == e2.
eq(int, IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns the new constraint v == e.
eq(IloNumExpr, IloNumExpr, String) - Method in class ilog.opl.IloCplex
 
eqGoal(IloNumExpr, double) - Method in class ilog.opl.IloCplex
Creates a constraint goal for the constraint expr == rhs.
eqGoal(IloNumExpr, IloNumExpr) - Method in class ilog.opl.IloCplex
Creates a constraint goal for the constraint expr1 == expr2.
eqGoal(double, IloNumExpr) - Method in class ilog.opl.IloCplex
Creates a constraint goal for the constraint lhs == expr.
equals(Object) - Method in class ilog.opl.IloCplex.BasisStatus
This method can be use to test whether two basis statuses are equal.
equals(Object) - Method in class ilog.opl.IloCplex.BranchDirection
 
equals(Object) - Method in class ilog.opl.IloCplex.BranchType
This method tests whether two branch types are equal.
equals(Object) - Method in class ilog.opl.IloCplex.ConflictStatus
Tests whether two node identifiers are equal.
equals(Object) - Method in class ilog.opl.IloCplex.CplexStatus
 
equals(Object) - Method in class ilog.opl.IloCplex.IntegerFeasibilityStatus
 
equals(Object) - Method in class ilog.opl.IloCplex.NodeId
This method can be use to test whether two node identifiers are equal.
equiv(IloConstraint, IloConstraint) - Method in class ilog.cp.IloCP
Deprecated.
Deprecated since V21.1 Creates and returns the new constraint c1 <=> c2, in which the two constraints c1 and c2 are equivalent.
error() - Method in class ilog.cp.IloCP
Returns the error output stream of the invoking IloCP object.
error() - Method in class ilog.opl.IloCplex
Returns the error output stream of the invoking IloCplex object.
Error - Static variable in class ilog.opl.IloCplex.Status
The Error solution status indicates that an error has occurred.
eval(IloCPEngine, IloIntVar, int) - Method in class ilog.cp.IloCustomIntValueEval
This abstract method returns a floating-point evaluation of the instantiation of x to value.
eval(IloCPEngine, IloIntVar) - Method in class ilog.cp.IloCustomIntVarEval
This abstract method returns a floating-point evaluation of the integer variable x.
evaluate() - Method in class ilog.opl.IloCplex.NodeEvaluator
IloCplex calls this method for every node controlled by the invoking evaluator in order to compute an evaluation value for the node.
ExactKappa - Static variable in class ilog.opl.IloCplex.QualityType
 
excludeConflict() - Method in class ilog.opl.IloOplConflictIterator
Excludes the current conflict and find next.
Excluded - Static variable in class ilog.opl.IloCplex.ConflictStatus
This element is excluded from the conflict.
execute() - Method in class ilog.cp.IloCustomConstraint
When subclassing the IloCustomConstraint class to create your own custom constraint, it is the execute function that you define.
execute() - Method in interface ilog.cp.IloPropagator
When defining a class which implements the IloPropagator interface to create your own custom constraint, it is the execute function that you define.
execute(IloCplex) - Method in class ilog.opl.IloCplex.Goal
This method must be implemented by the user to specify the logic of the goal.
EXECUTE - Static variable in class ilog.opl.IloOplProfilerI.Section
 
explainFailure(int) - Method in class ilog.cp.IloCP
This method specifies a tag(index) of the failure to explain.
explainFailure(int[]) - Method in class ilog.cp.IloCP
This method specifies an array of tags (indices) of failures to explain.
explicitValueEval(int[], int[], double) - Method in class ilog.cp.IloCP
This method returns a value evaluator.
explicitValueEval(int[], int[]) - Method in class ilog.cp.IloCP
This method is a shortcut to explicitValueEval(vals, evaluation, 0).
explicitValueEval(int[], double[], double) - Method in class ilog.cp.IloCP
This method returns a value evaluator.
explicitValueEval(int[], double[]) - Method in class ilog.cp.IloCP
This method is a shortcut to explicitValueEval(vals, evaluation, 0).
explicitVarEval(IloIntVar[], int[], double) - Method in class ilog.cp.IloCP
This method returns a variable evaluator.
explicitVarEval(IloIntVar[], int[]) - Method in class ilog.cp.IloCP
This method is a shortcut to explicitVarEval(vars, vals, 0).
explicitVarEval(IloIntVar[], double[], double) - Method in class ilog.cp.IloCP
This method returns a variable evaluator.
explicitVarEval(IloIntVar[], double[]) - Method in class ilog.cp.IloCP
This method is a shortcut to explicitVarEval(vars, vals, 0).
exponent(IloNumExpr) - Method in class ilog.cp.IloCP
Creates and returns the new expression exp(e).
exportModel(String) - Method in class ilog.cp.IloCP
This function exports the currently loaded model into the file named filename.
exportModel(OutputStream) - Method in class ilog.cp.IloCP
This function exports the currently loaded model into a stream.
exportModel(String) - Method in class ilog.opl.IloCplex
Writes the active model to a file named name.
Extended - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of various inference level parameters, indicating that the extended (highest) inference level is to be used.
ExtractionTime - Static variable in class ilog.cp.IloCP.DoubleInfo
Double info parameter.

F

FailFeas - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
FailFeasNoTree - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
failGoal() - Method in class ilog.opl.IloCplex
Creates and returns a goal that always fails.
FailInfeas - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
FailInfeasNoTree - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
FailLimit - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
FailureDirectedSearch - Static variable in class ilog.cp.IloCP.IntParam
This parameter controls usage of failure-directed search.
FailureDirectedSearchEmphasis - Static variable in class ilog.cp.IloCP.DoubleParam
This parameter controls how much time CP Optimizer invests into failure-directed search once it is started.
FailureDirectedSearchMaxMemory - Static variable in class ilog.cp.IloCP.IntParam
This parameter controls the maximum amount of memory (in bytes) available to failure-directed search.
falseConstraint() - Method in class ilog.cp.IloCP
Creates and returns a new constraint that is always false.
Fast - Static variable in class ilog.opl.IloCplex.ConflictAlgorithm
Quickly reduce conflict size with cheapest algorithm and finish with exact algorithm.
Feasibility - Static variable in class ilog.opl.IloCplex.MIPEmphasis
Feasibility over optimality.
Feasibility - Static variable in class ilog.opl.IloCplex.Param.Network.Tolerances
Feasibility.
Feasibility - Static variable in class ilog.opl.IloCplex.Param.Simplex.Tolerances
Feasibility.
feasibilitycut - Static variable in class ilog.opl.IloCplex.Param.Benders.Tolerances
Deprecated.
FeasibilityCut - Static variable in class ilog.opl.IloCplex.Param.Benders.Tolerances
FeasibilityCut.
Feasible - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
Feasible - Static variable in class ilog.opl.IloCplex.IntegerFeasibilityStatus
Indicates that a variable or SOS is considered to be integer feasible in the current node solution.
Feasible - Static variable in class ilog.opl.IloCplex.Status
The Feasible solution status indicates that the IloCplex optimizer has found a feasible solution that can be queried with the method getValue.
FeasibleRelaxedInf - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
FeasibleRelaxedQuad - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
FeasibleRelaxedSum - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
FeasOpt - Static variable in class ilog.opl.IloCplex.Algorithm
This value may not be used to select an optimizer but is returned by IloCplex.getAlgorithm when the method feasOpt has generated the current solution.
feasOpt(IloConstraint[], double[]) - Method in class ilog.opl.IloCplex
This method computes a minimum-cost relaxation in order to make the active model feasible by relaxing the constraints specified in cts.
feasOpt(IloRange[], double[], double[], IloNumVar[], double[], double[]) - Method in class ilog.opl.IloCplex
This method computes a minimum-cost relaxation in order to make the active model feasible by relaxing the bounds of the variables specified in the array vars and by relaxing the bounds of the range constraints specified in the array rngs.
feasOpt(IloNumVar[], double[], double[]) - Method in class ilog.opl.IloCplex
This method computes a minimum-cost relaxation in order to make the active model feasible by relaxing the bounds of the variables specified in the array vars.
feasOpt(IloRange[], double[], double[]) - Method in class ilog.opl.IloCplex
This method computes a minimum-cost relaxation in order to make the active model feasible by relaxing the bounds of the range constraints specified in the array rngs.
FeasOptMode - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
File - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
File.
FileEncoding - Static variable in class ilog.opl.IloCplex.Param.Read
FileEncoding.
FileEncoding - Static variable in class ilog.opl.IloCplex.StringParam
Deprecated.
Fill - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
Fill.
find(IloTupleBuffer) - Method in interface ilog.concert.IloTupleSet
This method checks whether a given IloTupleBuffer object is in the collection.
first(IloIntervalSequenceVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever interval variable a is present, it must be ordered first in the sequence variable seq.
first() - Method in class ilog.opl.IloOplConflictIterator
Goes to the first in conflict.
first() - Method in class ilog.opl.IloOplRelaxationIterator
Goes to the first relaxation.
FirstOrder - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
FirstOrder - Static variable in class ilog.opl.IloCplex.OptimalityTarget
Searches for a solution that satisfies first-order optimality conditions, but is not necessarily globally optimal.
FixBasis - Static variable in class ilog.opl.IloCplex.DeleteMode
If the delete mode is set to IloCplex.DeleteMode.FixBasis, the invoking object will do basis pivots in order to maintain a valid basis when variables or constraints are removed.
Float - Static variable in class ilog.concert.IloNumVarType
Floating point or, equivalently, continuous variable type.
FlowCover - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_FLOWCOVER
FlowCovers - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
FlowCovers - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
FlowCovers.
FlowPath - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_FLOWPATH
FlowPaths - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Folding - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Folding - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
Folding.
forbiddenAssignments(IloIntVar[], IloIntTupleSet) - Method in class ilog.cp.IloCP
Creates and returns a new constraint based on explicitly stating the forbidden assignments for a small group of variables.
forbiddenAssignments(IloIntExpr, int[]) - Method in class ilog.cp.IloCP
Creates and returns a new constraint based on explicitly stating the forbidden assignments (values) for a single variable.
forbidEnd(IloIntervalVar, IloNumToNumStepFunction) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever interval variable a is present, it cannot end at a value t such that f(t-1)=0.
forbidExtent(IloIntervalVar, IloNumToNumStepFunction) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever interval variable a is present, it cannot contain a value t such that f(t)=0.
forbidStart(IloIntervalVar, IloNumToNumStepFunction) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever interval variable a is present, it cannot start at a value t such that f(t)=0.
FPHeur - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
FPHeur - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
FPHeur.
Frac - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_FRAC
FracCand - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
FracCuts - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
FracPass - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
FracPass - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
FreeOrSuperbasic - Static variable in class ilog.opl.IloCplex.BasisStatus
This status indicates that the variable is nonbasic, but not at a bound.
Full - Static variable in class ilog.opl.IloCplex.BendersStrategy
Full
Full - Static variable in class ilog.opl.IloCplex.DualPricing
Full pricing.
Full - Static variable in class ilog.opl.IloCplex.PrimalPricing
Full pricing.
FullSteep - Static variable in class ilog.opl.IloCplex.DualPricing
Steepest- edge pricing in slack space

G

ge(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr >= rhs.
ge(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr >= rhs and assigned the name name.
ge(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 >= e2.
ge(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 >= e2 and assigned the name name.
ge(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val >= expr.
ge(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val >= expr and assigned the name name.
ge(IloIntExpr, int) - Method in class ilog.cp.IloCP
Creates and returns the new constraint e >= v.
ge(IloIntExpr, IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns the new constraint e1 >= e2.
ge(int, IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns the new constraint v >= e.
ge(int, IloCumulFunctionExpr) - Method in class ilog.cp.IloCP
This method returns a constraint that states that the value of cumul function expression f should never be greater than vmax.
ge(IloIntExpr, IloCumulFunctionExpr) - Method in class ilog.cp.IloCP
This method returns a constraint that states that the value of cumul function expression f should never be greater than vmax.
ge(IloCumulFunctionExpr, int) - Method in class ilog.cp.IloCP
This method returns a constraint that states that the value of cumul function expression f should never be less than vmin.
ge(IloCumulFunctionExpr, IloIntExpr) - Method in class ilog.cp.IloCP
This method returns a constraint that states that the value of cumul function expression f should never be less than vmin.
ge(IloNumExpr, IloNumExpr, String) - Method in class ilog.opl.IloCplex
 
geGoal(IloNumExpr, double) - Method in class ilog.opl.IloCplex
Creates a constraint goal for the constraint expr >= rhs.
geGoal(IloNumExpr, IloNumExpr) - Method in class ilog.opl.IloCplex
Creates a constraint goal for the constraint expr1 >= expr2.
geGoal(double, IloNumExpr) - Method in class ilog.opl.IloCplex
Creates a constraint goal for the constraint lhs >= expr.
generate() - Method in class ilog.opl.IloOplModel
Generates the problem and uses the optimization engine to extract it.
get(int) - Method in interface ilog.concert.IloConstraintMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloConstraintMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloConstraintMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloConstraintMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloCumulFunctionExprMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloCumulFunctionExprMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloCumulFunctionExprMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloCumulFunctionExprMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloIntDExprMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloIntDExprMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloIntDExprMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloIntDExprMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloIntervalSequenceVarMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloIntervalSequenceVarMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloIntervalSequenceVarMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloIntervalSequenceVarMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloIntervalVarMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloIntervalVarMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloIntervalVarMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloIntervalVarMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloIntMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloIntMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloIntMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloIntMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloIntSetMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloIntSetMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloIntSetMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloIntSetMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloIntVarMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloIntVarMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloIntVarMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloIntVarMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloNumDExprMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloNumDExprMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloNumDExprMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloNumDExprMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloNumMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloNumMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloNumMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloNumMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloNumSetMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloNumSetMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloNumSetMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloNumSetMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloNumVarMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloNumVarMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloNumVarMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloNumVarMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloPiecewiseFunctionExprMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloPiecewiseFunctionExprMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloPiecewiseFunctionExprMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloPiecewiseFunctionExprMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloStateFunctionExprMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloStateFunctionExprMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloStateFunctionExprMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloStateFunctionExprMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloSymbolMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloSymbolMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloSymbolMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloSymbolMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloSymbolSetMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloSymbolSetMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloSymbolSetMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloSymbolSetMap
This method returns the element index from the map.
get(int) - Method in interface ilog.concert.IloTupleSetMap
This method returns the element index from the map.
get(double) - Method in interface ilog.concert.IloTupleSetMap
This method returns the element index from the map.
get(String) - Method in interface ilog.concert.IloTupleSetMap
This method returns the element index from the map.
get(IloTuple) - Method in interface ilog.concert.IloTupleSetMap
This method returns the element index from the map.
getAborter() - Method in class ilog.opl.IloCplex
Returns a handle to the aborter being
getAlgorithm() - Method in class ilog.opl.IloCplex
Returns the algorithm that was used to generate the current solution.
getAllConstrainedIloCumulFunctionExprs() - Method in class ilog.cp.IloCP
This method returns an array of all the cumulative function expressions extracted by the invoking CP Optimizer engine whose heights are constrained: on whole definition interval using operator <= or >=, during certain intervals using constraint IloAlwaysIn (alwaysIn in CPO language).
getAllIloIntervalSequenceVars() - Method in class ilog.cp.IloCP
This method returns an array of all the interval sequence variables extracted by the invoking CP Optimizer engine.
getAllIloIntervalVars() - Method in class ilog.cp.IloCP
This method returns an array of all the interval variables extracted by the invoking CP Optimizer engine.
getAllIloIntVars() - Method in class ilog.cp.IloCP
This method returns an array of all the integer variables extracted by the invoking CP Optimizer engine.
getAllIloStateFunctions() - Method in class ilog.cp.IloCP
This method returns an array of all the state functions extracted by the invoking CP Optimizer engine.
getAllKPINames() - Method in class ilog.cp.IloCP
This method returns names of all KPIs.
getAnyCollectionValue(int) - Method in interface ilog.concert.IloTuple
Returns the IloAnyCollection value of the given column of the invoking tuple.
getAnyCollectionValue(String) - Method in interface ilog.concert.IloTuple
Returns the IloAnyCollection value of the given column of the invoking tuple.
getArea(double, double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function returns the area of the invoking piecewise linear function on the interval [x1,x2).
getArea(double, double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function returns the sum of the invoking step function on the interval [x1, x2).
getAt(IloMapIndexArray) - Method in interface ilog.concert.IloCumulFunctionExprMap
This method returns the element corresponding to indices from the map.
getAt(IloMapIndexArray) - Method in interface ilog.concert.IloIntervalSequenceVarMap
This method returns the value of the element.
getAt(IloMapIndexArray) - Method in interface ilog.concert.IloIntervalVarMap
This method returns the value of the element.
getAt(IloMapIndexArray) - Method in interface ilog.concert.IloIntMap
This method returns the value of the element.
getAt(IloMapIndexArray) - Method in interface ilog.concert.IloIntSetMap
This method returns the value of the element.
getAt(IloMapIndexArray) - Method in interface ilog.concert.IloIntVarMap
This method returns the value of the element.
getAt(IloMapIndexArray) - Method in interface ilog.concert.IloNumMap
This method returns the value of the element.
getAt(IloMapIndexArray) - Method in interface ilog.concert.IloNumSetMap
This method returns the value of the element.
getAt(IloMapIndexArray) - Method in interface ilog.concert.IloNumVarMap
This method returns the value of the element.
getAt(IloMapIndexArray) - Method in interface ilog.concert.IloPiecewiseFunctionExprMap
This method returns the value of the element.
getAt(IloMapIndexArray) - Method in interface ilog.concert.IloStateFunctionExprMap
This method returns the value of the element.
getAt(IloMapIndexArray) - Method in interface ilog.concert.IloSymbolMap
This method returns the value of the element.
getAt(IloMapIndexArray) - Method in interface ilog.concert.IloSymbolSetMap
This method returns the value of the element.
getAt(IloMapIndexArray, IloTuple) - Method in interface ilog.concert.IloTupleMap
Returns the value of the element pointed to by indexes from the map.
getAt(IloMapIndexArray) - Method in interface ilog.concert.IloTupleSetMap
This method returns the element corresponding to indices from the map.
getAX(IloLPMatrix) - Method in class ilog.opl.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.opl.IloCplex
Returns row activity values for a range of rows of an LP matrix.
getAX(IloRange) - Method in class ilog.opl.IloCplex
Returns the row activity value for a range constraint.
getAX(IloRange[]) - Method in class ilog.opl.IloCplex
Returns row activity values for an array of range constraints.
getAX(IloRange[], int, int) - Method in class ilog.opl.IloCplex
Queries row activity values for a set of range constraints.
getAX(IloForAllRange) - Method in class ilog.opl.IloCplex
 
getAX(IloForAllRange[]) - Method in class ilog.opl.IloCplex
 
getBasis(IloCplex) - Method in class ilog.opl.IloOplCplexBasis
Saves basis information for a CPLEX instance.
getBasisStatus(IloNumVar) - Method in class ilog.opl.IloCplex
Returns the basis status for variable var.
getBasisStatus(IloConstraint) - Method in class ilog.opl.IloCplex
Returns the basis status for the constraint con.
getBasisStatuses(IloNumVar[]) - Method in class ilog.opl.IloCplex
Returns basis statuses for the variables in array var.
getBasisStatuses(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex
Returns basis statuses for a set of variables in array var.
getBasisStatuses(IloConstraint[]) - Method in class ilog.opl.IloCplex
Returns basis statuses for the constraints in array con.
getBasisStatuses(IloConstraint[], int, int) - Method in class ilog.opl.IloCplex
Returns basis statuses for a set of constraints.
getBestObjValue() - Method in class ilog.opl.IloCplex
This method returns a bound on the optimal solution value of the active problem.
getBestObjValue() - Method in class ilog.opl.IloCplex.Goal
Returns a bound on the optimal solution value of the active problem.
getBestObjValue() - Method in class ilog.opl.IloCplex.MIPInfoCallback
This method returns a bound on the optimal solution value of the active problem at the moment the callback is called.
getBigMapThreshold() - Method in class ilog.opl.IloOplSettings
This member function returns the threshold set for arrays or maps to be considered big.
getBoundSA(double[], double[], double[], double[], IloLPMatrix) - Method in class ilog.opl.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.opl.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.opl.IloCplex
Computes and returns sensitivity analysis information for variable bounds.
getBoundSA(double[], double[], double[], double[], IloNumVar[], int, int) - Method in class ilog.opl.IloCplex
Computes and returns sensitivity analysis information for variable bounds.
getBranches(IloNumVar[][], double[][], IloCplex.BranchDirection[][]) - Method in class ilog.opl.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.opl.IloCplex.Goal
Queries the branches IloCplex would create at the current node unless overridden by the invoking goal.
getBranchType() - Method in class ilog.opl.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.opl.IloCplex.Goal
Returns the type of branching IloCplex is going to do at the current node unless overridden by the invoking goal.
getBranchVar(int) - Method in class ilog.opl.IloCplex.NodeCallback
Returns the variable that was branched upon to create the node specified by number node.
getBranchVar() - Method in class ilog.opl.IloCplex.NodeEvaluator
Returns the variable that was branched upon to create the current node.
getBuildID() - Method in class ilog.cp.IloCP
 
getColumnIndex(String) - Method in interface ilog.concert.IloTupleSchema
This method returns the index of a named column.
getColumnName(int) - Method in interface ilog.concert.IloTupleSchema
This method is used to determine the definition of a column referenced by index.
getConflict(IloConstraint) - Method in class ilog.cp.IloCP
This method returns the conflict status for a given constraint cst.
getConflict(IloNumVar) - Method in class ilog.cp.IloCP
This method returns the conflict status for a given numerical variable var.
getConflict(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns the conflict status for a given interval variable var.
getConflict(IloConstraint[]) - Method in class ilog.opl.IloCplex
If a model has been proven to be infeasible, this method can access the constraints of a conflict previously computed by the method refineConflict and return the status of the constraints in the array cts.
getConflict(IloConstraint) - Method in class ilog.opl.IloCplex
If a model has been proven to be infeasible, this method can access a conflict previously computed by the method refineConflict and return the conflict status for the constraint ct.
getConflict(IloConstraint[], int, int) - Method in class ilog.opl.IloCplex
If a model has been proven to be infeasible, this method can access a conflict (or a subset of a conflict) previously computed by the method refineConflict by returning the conflict status of num consecutive constraints in the array cts.
getConflictIterator() - Method in class ilog.opl.IloOplModel
Returns the default conflict iterator.
getConsoleOutput() - Method in class ilog.opl.IloOplSettings
Returns an output stream that can be used to display informations on the current processing.
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.
getConstant() - Method in interface ilog.concert.IloObjective
Queries the constant term from the invoking IloObjective.
getConstraint() - Method in class ilog.opl.IloCplex.Quality
Returns the constraint for which the quality measure is attained, if any.
getConstraint() - Method in class ilog.opl.IloOplRelaxationIterator
Returns the relaxed constraint.
getCP() - Method in class ilog.cp.IloCustomConstraint
Returns the embedded IloCP.
getCP() - Method in class ilog.opl.IloOplModel
Returns the CP optimization engine associated with this OPL model instance.
getCP() - Method in class ilog.opl.IloOplRunConfiguration
This member function retrieves the current instance of the CP engine.
getCplex() - Method in class ilog.opl.IloOplModel
Returns the CPLEX optimization engine associated with this OPL model instance.
getCplex() - Method in class ilog.opl.IloOplRunConfiguration
This member function retrieves the current instance of the CPLEX engine.
getCplexStatus() - Method in class ilog.opl.IloCplex
Returns the status of the IloCplex algorithm.
getCplexStatus() - Method in class ilog.opl.IloCplex.HeuristicCallback
Returns the IloCplex.CplexStatus for the current node.
getCplexStatus() - Method in class ilog.opl.IloCplex.SolveCallback
Returns the IloCplex.CplexStatus of the last solve call.
getCplexSubStatus() - Method in class ilog.opl.IloCplex
Returns the IloCplex.CplexStatus status of the last node problem solved.
getCplexTime() - Method in class ilog.opl.IloCplex.Callback
This method returns a time stamp, useful in measuring elapsed time in seconds.
getCplexTime() - Method in class ilog.opl.IloCplex
This method returns a time stamp, useful in measuring elapsed time in seconds.
getCustomResultPublisherName() - Method in class ilog.opl.CustomOplResultPublisher
 
getCutoff() - Method in class ilog.opl.IloCplex
Returns the cutoff for the objective value when nodes are being solved during branch-and-cut search.
getCutoff() - Method in class ilog.opl.IloCplex.Goal
Returns the cutoff for the objective value when nodes are being solved during branch-and-cut search.
getCutoff() - Method in class ilog.opl.IloCplex.MIPInfoCallback
Returns the cutoff for the objective value when nodes are being solved during branch-and-cut search.
getDataHandler() - Method in class ilog.opl.CustomOplDataHandler
 
getDataHandler() - Method in class ilog.opl.IloCustomOplDataSource
 
getDataSourceName() - Method in class ilog.opl.IloOplDataSource
Returns the name of this data source.
getDefault(IloCplex.IntParam) - Method in class ilog.opl.IloCplex
Returns the default value of an integer parameter.
getDefault(IloCplex.BooleanParam) - Method in class ilog.opl.IloCplex
Returns the default value of a Boolean parameter.
getDefault(IloCplex.LongParam) - Method in class ilog.opl.IloCplex
Returns the default value of a Long parameter.
getDefault(IloCplex.DoubleParam) - Method in class ilog.opl.IloCplex
Returns the default value of a double parameter.
getDefault(IloCplex.StringParam) - Method in class ilog.opl.IloCplex
Returns the default value of a string parameter.
getDefinitionIntervalMax() - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function returns the right-most point of the definition interval of the invoking piecewise linear function.
getDefinitionIntervalMax() - Method in interface ilog.concert.IloNumToNumStepFunction
This member function returns the right-most point of the definition interval of the invoking step function.
getDefinitionIntervalMin() - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function returns the left-most point of the definition interval of the invoking piecewise linear function.
getDefinitionIntervalMin() - Method in interface ilog.concert.IloNumToNumStepFunction
This member function returns the left-most point of the definition interval of the invoking step function.
getDeleteMode() - Method in class ilog.opl.IloCplex
Returns the current delete mode of the invoking IloCplex object.
getDepth(int) - Method in class ilog.opl.IloCplex.NodeCallback
Returns the depth of the node in the search tree.
getDepth() - Method in class ilog.opl.IloCplex.NodeEvaluator
Returns the depth in the search tree of the current node.
getDetTime() - Method in class ilog.opl.IloCplex.Callback
This method returns a deterministic time stamp in ticks.
getDetTime() - Method in class ilog.opl.IloCplex
This method returns a deterministic time stamp in ticks.
getDirection(IloNumVar) - Method in class ilog.opl.IloCplex
Returns the branch direction for a variable.
getDirection(IloNumVar) - Method in class ilog.opl.IloCplex.Goal
Returns the branch direction for variable var.
getDirection(IloNumVar) - Method in class ilog.opl.IloCplex.MIPInfoCallback
Returns the branch direction for variable var.
getDirections(IloNumVar[]) - Method in class ilog.opl.IloCplex
Returns branch directions for an array of variables.
getDirections(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex
Returns branch directions for a set of variables.
getDisplayPrecision() - Method in class ilog.opl.IloOplSettings
This member function returns the display precision when serializing model elements.
getDisplayWidth() - Method in class ilog.opl.IloOplSettings
This member function returns the display width when serializing model elements.
getDiverging() - Method in class ilog.opl.IloCplex
This method returns the diverging variable or constraint, in a case where the primal simplex algorithm has determined the problem to be infeasible.
getDomain(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns the current domain of interval variable var as maintained by the invoking instance of IloCP.
getDomainSize(IloNumVar) - Method in class ilog.cp.IloCP
This member function returns the size of the domain of variable var as maintained in the invoking instance of IloCP.
getDomainSize(IloNumVar) - Method in class ilog.cp.IloCPEngine
This member function returns the size of the domain of variable var as maintained in the invoking instance of IloCPEngine.
getDomainSize(IloNumVar) - Method in class ilog.cp.IloCustomConstraint
The member function returns the number of domain elements of variable var.
getDownPseudoCost(IloNumVar) - Method in class ilog.opl.IloCplex.ControlCallback
Returns the pseudo cost for branching down on variable var.
getDownPseudoCost(IloNumVar) - Method in class ilog.opl.IloCplex.Goal
Returns the pseudo cost for branching down on variable var.
getDual(IloRange) - Method in class ilog.opl.IloCplex
Returns the dual solution value for a constraint.
getDual(IloForAllRange) - Method in class ilog.opl.IloCplex
 
getDualInfeasibility() - Method in class ilog.opl.IloCplex.ContinuousCallback
Returns a measure for the dual infeasibility of the current solution.
getDualObjValue() - Method in class ilog.opl.IloCplex.BarrierCallback
Returns the current dual objective value.
getDuals(IloLPMatrix) - Method in class ilog.opl.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.opl.IloCplex
Returns dual solution values for the constraints corresponding to a range of rows of an LP matrix.
getDuals(IloRange[]) - Method in class ilog.opl.IloCplex
Returns dual solution values for an array of range constraints.
getDuals(IloRange[], int, int) - Method in class ilog.opl.IloCplex
Returns dual solution values for a set of constraints.
getElement(String) - Method in class ilog.opl.CustomOplResultPublisher
Get an element from the publishing OPL model.
getElement(String) - Method in class ilog.opl.IloOplDataElements
Returns a named data element.
getElement(String) - Method in class ilog.opl.IloOplModel
Returns a named model element.
getElementIterator() - Method in class ilog.opl.IloOplDataElements
Returns a new iterator for the elements in this model.
getElementIterator() - Method in class ilog.opl.IloOplModel
Returns a new iterator for the elements in this model.
getElementIterator(boolean) - Method in class ilog.opl.IloOplModel
Returns a new iterator for the elements in this model.
getElementType() - Method in class ilog.opl.IloOplElement
This member function retrieves the OPL type of the element.
getEnd(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Returns the end value of interval variable a in the invoking solution.
getEnd(String) - Method in class ilog.cp.IloCP
This method returns the current end time of the interval variable with the specified name.
getEnd(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns the current value of the end of interval variable a in the invoking instance of IloCP.
getEndDetTime() - Method in class ilog.opl.IloCplex.Callback
This method returns a deterministic time stamp specifying when the deterministic time limit will occur.
getEndMax() - Method in interface ilog.concert.IloIntervalVar
This member function returns the maximal end value of the invoking interval variable.
getEndMax(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Returns the maximal end value of interval variable a in the invoking solution.
getEndMax(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns the maximum value for the end of interval variable a in the invoking instance of IloCP.
getEndMin() - Method in interface ilog.concert.IloIntervalVar
This member function returns the minimal end value of the invoking interval variable.
getEndMin(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Returns the minimal end value of interval variable a in the invoking solution.
getEndMin(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns the minimum value for the end of interval variable a in the invoking instance of IloCP.
getEndTime() - Method in class ilog.opl.IloCplex.Callback
This method returns a time stamp specifying when the time limit will occur.
getEnvImpl() - Method in class ilog.opl.IloCplex.Callback
 
getErrorHandler() - Method in class ilog.opl.CustomOplResultPublisher
Get the error handler associated with this publisher.
getErrorHandler() - Method in class ilog.opl.IloOplRunConfiguration
This member function retrieves the error handler.
getErrorHandler() - Method in class ilog.opl.IloOplSettings
Returns the OPL error handler.
getErrStream() - Method in class ilog.opl.IloOplFactory
 
getEstimatedObjValue(int) - Method in class ilog.opl.IloCplex.NodeCallback
Returns the estimated objective value for the node indicated by the node number node.
getEstimatedObjValue() - Method in class ilog.opl.IloCplex.NodeEvaluator
Returns the estimated objective value of the current node.
getExportExternalData() - Method in class ilog.opl.IloOplSettings
Returns the file name of the external data export or null.
getExportInternalData() - Method in class ilog.opl.IloOplSettings
Returns the file name of the internal data export or null.
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.
getExtractable() - Method in class ilog.opl.IloOplConflictIterator
Returns the extractable in conflict.
getFeasibilities(IloNumVar[]) - Method in class ilog.opl.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[], int, int) - Method in class ilog.opl.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[]) - Method in class ilog.opl.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.opl.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.opl.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.opl.IloCplex.Goal
Indicates whether the variable var is integer feasible, integer infeasible, or implied integer feasible in the current node solution.
getFirst(IloIntervalSequenceVar) - Method in class ilog.cp.IloCP
This method assumes that interval sequence variable seq is fixed.
getGranularity() - Method in interface ilog.concert.IloIntervalVar
This member function returns the granularity of the intensity function of the invoking interval variable.
getIloCumulFunctionExpr(String) - Method in class ilog.cp.IloCP
This function finds the cumulative function expression with the given name in the current model.
getIloIntervalSequenceVar(String) - Method in class ilog.cp.IloCP
This function finds the interval sequence variable with the given name in the current model.
getIloIntervalVar(String) - Method in class ilog.cp.IloCP
This function finds the interval variable with the given name in the current model.
getIloIntVar(String) - Method in class ilog.cp.IloCP
This function finds the integer variable with the given name in the current model.
getIloStateFunction(String) - Method in class ilog.cp.IloCP
This function finds the state function with the given name in the current model.
getImpl() - Method in class ilog.cp.IloCPEngine
 
getIncumbentNode() - Method in class ilog.opl.IloCplex
Returns the node number where the current incumbent was found.
getIncumbentNode64() - Method in class ilog.opl.IloCplex
Returns the node number where the current incumbent was found.
getIncumbentObjValue() - Method in class ilog.opl.IloCplex.Goal
Returns the objective value of the current best integer solution.
getIncumbentObjValue() - Method in class ilog.opl.IloCplex.MIPInfoCallback
Returns the objective value of the current best integer solution at the moment the callback is called.
getIncumbentValue(String) - Method in class ilog.cp.IloCP
This method returns the value of a named expression in the incumbent solution.
getIncumbentValue(IloNumExpr) - Method in class ilog.cp.IloCP
This method returns the value of the given expression in the incumbent solution.
getIncumbentValue(IloNumVar) - Method in class ilog.opl.IloCplex.Goal
Returns the value of variable var for the current best integer solution.
getIncumbentValue(IloNumVar) - Method in class ilog.opl.IloCplex.MIPInfoCallback
Returns the value of var for the current best integer solution.
getIncumbentValue(IloNumExpr) - Method in class ilog.opl.IloCplex.MIPInfoCallback
Returns the value of expr for the current best integer solution.
getIncumbentValues(IloNumVar[]) - Method in class ilog.opl.IloCplex.Goal
Returns incumbent solution values for an array of variables.
getIncumbentValues(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex.Goal
Returns the incumbent solution values for a set of variables.
getIncumbentValues(IloNumVar[]) - Method in class ilog.opl.IloCplex.MIPInfoCallback
Returns incumbent solution values for an array of variables.
getIncumbentValues(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex.MIPInfoCallback
Returns the incumbent solution values for a set of variables.
getIndex() - Method in interface ilog.concert.IloTuple
Returns the position of the invoking tuple in its tuple set.
getIndex(IloTuple) - Method in interface ilog.concert.IloTupleSet
This member function checks whether a given IloTuple is in the collection.
getIndex() - Method in class ilog.opl.IloCplex.FilterIndex
 
getIndexer() - Method in interface ilog.concert.IloTupleMap
Returns the data collection that indexes the map.
getInfeasibilities(IloConstraint[], int, int) - Method in class ilog.opl.IloCplex
Returns infeasibility values for num consecutive constraints, starting from the index specified by start, from an array con of constraints.
getInfeasibilities(IloNumVar[]) - Method in class ilog.opl.IloCplex
Returns infeasibility values for an array of variables.
getInfeasibilities(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex
Returns infeasibility values for num consecutive variables, starting from the index specified by start.
getInfeasibilities(IloConstraint[]) - Method in class ilog.opl.IloCplex
Returns infeasibility values for an array of constraints.
getInfeasibility() - Method in class ilog.opl.IloCplex.ContinuousCallback
Returns a measure for the primal infeasibility of the current solution.
getInfeasibility(IloConstraint) - Method in class ilog.opl.IloCplex
Returns the infeasibility value for a constraint.
getInfeasibility(IloNumVar) - Method in class ilog.opl.IloCplex
Returns the infeasibility for a variable.
getInfeasibility() - Method in class ilog.opl.IloCplex.NetworkCallback
Returns the primal infeasibility measure at the moment the callback is called.
getInfeasibilitySum(int) - Method in class ilog.opl.IloCplex.NodeCallback
Returns the sum of integer infeasibility of the node indicated by the node number node.
getInfeasibilitySum() - Method in class ilog.opl.IloCplex.NodeEvaluator
Returns the sum of integer infeasibility of the current node.
getInfo(IloCP.IntInfo) - Method in class ilog.cp.IloCP
This method returns the value of the integer information which in the invoked IloCP instance.
getInfo(IloCP.DoubleInfo) - Method in class ilog.cp.IloCP
This method returns the value of the floating-point information which in the invoked IloCP instance.
getInfo(IloCPEngine.IntInfo) - Method in class ilog.cp.IloCPEngine
This method returns the value of the integer information which in the invoked IloCPEngine instance.
getIntCollectionValue(int) - Method in interface ilog.concert.IloTuple
Returns the IloIntCollection value of the given column of the invoking tuple.
getIntCollectionValue(String) - Method in interface ilog.concert.IloTuple
Returns the IloIntCollection value of the given column of the invoking tuple.
getIntensity() - Method in interface ilog.concert.IloIntervalVar
This member function returns the intensity function of the invoking interval variable.
getIntMapValue(int) - Method in interface ilog.concert.IloTuple
Returns the IloIntMap value of the given column of the invoking tuple.
getIntMapValue(String) - Method in interface ilog.concert.IloTuple
Returns the IloIntMap value of the given column of the invoking tuple.
getIntSetValue(int) - Method in interface ilog.concert.IloTuple
Returns the IloIntSet value of the given column of the invoking tuple.
getIntSetValue(String) - Method in interface ilog.concert.IloTuple
Returns the IloIntSet value of the given column of the invoking tuple.
getIntValue(int) - Method in interface ilog.concert.IloTuple
Returns the integer value of the given column of the invoking tuple and produces an execution error if the column type is not int.
getIntValue(String) - Method in interface ilog.concert.IloTuple
Returns the value of the given column of the invoking tuple as an integer.
getIntValue(IloIntVar) - Method in class ilog.cp.IloCP
This method returns the current value of the variable var in the invoking instance of IloCP.
getKey() - Method in class ilog.opl.IloCplex.BooleanParameter
 
getKey() - Method in class ilog.opl.IloCplex.DoubleParameter
 
getKey() - Method in class ilog.opl.IloCplex.IntParameter
 
getKey() - Method in class ilog.opl.IloCplex.LongParameter
 
getKey() - Method in class ilog.opl.IloCplex.StringParameter
 
getKPIValue(String) - Method in class ilog.cp.IloCP
This method returns the value of the KPI named name.
getLast(IloIntervalSequenceVar) - Method in class ilog.cp.IloCP
This method assumes that interval sequence variable seq is fixed.
getLB() - Method in interface ilog.concert.IloIntRange
This method returns the lower bound of the domain.
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.opl.IloCplex.ControlCallback
Returns the current lower bound for variable var.
getLB(IloForAllRange) - Method in class ilog.opl.IloCplex
 
getLB(IloNumVar) - Method in class ilog.opl.IloCplex.Goal
Returns the current lower bound for variable var.
getLB() - Method in class ilog.opl.IloOplRelaxationIterator
Returns the lower bound.
getLBs(IloNumVar[]) - Method in class ilog.opl.IloCplex.ControlCallback
Returns the current lower bounds for an array of variables.
getLBs(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex.ControlCallback
Returns the current lower bounds for a set of variables.
getLBs(IloNumVar[]) - Method in class ilog.opl.IloCplex.Goal
Returns the current lower bounds for an array of variables.
getLBs(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex.Goal
Returns the current lower bounds for a set of variables.
getLength(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Returns the length value of interval variable a in the invoking solution.
getLength(String) - Method in class ilog.cp.IloCP
This method returns the current length of the interval variable with the specified name.
getLength(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns the current value of the length of interval variable a in the invoking instance of IloCP.
getLengthMax() - Method in interface ilog.concert.IloIntervalVar
This member function returns the maximal length value of the invoking interval variable.
getLengthMax(IloIntervalVar) - Method in interface ilog.concert.IloSolution
This member function returns the maximal length value of interval variable a in the invoking solution.
getLengthMax(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns the maximum value for the length of interval variable a in the invoking instance of IloCP.
getLengthMin() - Method in interface ilog.concert.IloIntervalVar
This member function returns the minimal length value of the invoking interval variable.
getLengthMin(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Returns the minimal length value of interval variable a in the invoking solution.
getLengthMin(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns the minimum value for the length of interval variable a in the invoking instance of IloCP.
getMasterCP() - Method in class ilog.cp.IloCPEngine
This method returns the master IloCP class which created the invoking IloCPEngine object.
getMatrix() - Method in class ilog.opl.IloCplex
 
getMax() - Method in interface ilog.concert.IloIntVar
Returns the initial maximum value for this integer variable.
getMax(double, double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function returns the maximal value of the invoking piecewise linear function on the interval [x1,x2).
getMax(double, double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function returns the maximal value of the invoking step function on the interval [x1, x2).
getMax(IloNumVar) - Method in interface ilog.concert.IloSolution
 
getMax(IloIntVar) - Method in interface ilog.concert.IloSolution
 
getMax(IloNumVar) - Method in class ilog.cp.IloCP
This member function returns the maximum value of the variable var in the invoking instance of IloCP.
getMax(IloNumVar) - Method in class ilog.cp.IloCPEngine
This member function returns the maximum value of the variable var in the invoking instance of IloCPEngine.
getMax(IloNumVar) - Method in class ilog.cp.IloCustomConstraint
The member function returns the maximum value of the domain of variable var.
getMax(IloCplex.IntParam) - Method in class ilog.opl.IloCplex
Returns the maximum allowed value for an integer parameter.
getMax(IloCplex.DoubleParam) - Method in class ilog.opl.IloCplex
Returns the maximum allowed value for a double parameter.
getMax(IloCplex.LongParam) - Method in class ilog.opl.IloCplex
Returns the maximum allowed value for a long parameter.
getMessage() - Method in class ilog.opl.IloOplException
Returns the exception message text.
getMin() - Method in interface ilog.concert.IloIntVar
Returns the initial minimum value for this integer variable.
getMin(double, double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function returns the minimal value of the invoking piecewise linear function on the interval [x1,x2).
getMin(double, double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function returns the minimal value of the invoking step function on the interval [x1, x2).
getMin(IloNumVar) - Method in interface ilog.concert.IloSolution
 
getMin(IloIntVar) - Method in interface ilog.concert.IloSolution
 
getMin(IloNumVar) - Method in class ilog.cp.IloCP
This member function returns the minimum value of the variable var in the invoking instance of IloCP.
getMin(IloNumVar) - Method in class ilog.cp.IloCPEngine
This member function returns the minimum value of the variable var in the invoking instance of IloCPEngine.
getMin(IloNumVar) - Method in class ilog.cp.IloCustomConstraint
The member function returns the minimum value of the domain of variable var.
getMin(IloCplex.IntParam) - Method in class ilog.opl.IloCplex
Returns the minimum value allowed for an integer parameter.
getMin(IloCplex.DoubleParam) - Method in class ilog.opl.IloCplex
Returns the minimum value allowed for a double parameter.
getMin(IloCplex.LongParam) - Method in class ilog.opl.IloCplex
Returns the minimum value allowed for a long parameter.
getMIPRelativeGap() - Method in class ilog.opl.IloCplex
 
getMIPRelativeGap() - Method in class ilog.opl.IloCplex.MIPInfoCallback
 
getMIPStart(int, IloNumVar[], int, int, double[], boolean[]) - Method in class ilog.opl.IloCplex
Returns the level of effort associated with the MIP start identified by its index, defined by a range of pairs of variable and the corresponding value from two arrays.
getMIPStart(int, IloNumVar[], double[], boolean[]) - Method in class ilog.opl.IloCplex
Returns the level of effort associated with the MIP start identified by its index, defined by two arrays of variables and the corresponding values.
getMIPStart(int, IloNumVar[], int, int, double[]) - Method in class ilog.opl.IloCplex
Returns the level of effort associated with a MIP start, identified by its index and defined by a range of numeric variables and corresponding values.
getMIPStart(int, IloNumVar[], double[]) - Method in class ilog.opl.IloCplex
Returns the level of effort associated with a MIP start, identified by its index and defined by an array of numeric variables and an array of corresponding values.
getMIPStart(int) - Method in class ilog.opl.IloCplex
Returns the level of effort associated with a MIP start, identified by its index among all the MIP starts associated with the current problem.
getMIPStartIndex(String) - Method in class ilog.opl.IloCplex
Returns the index of the MIP start specified by its name.
getMIPStartName(int) - Method in class ilog.opl.IloCplex
Returns the name of the MIP start specified by its index.
getModel() - Method in interface ilog.concert.IloMPModeler
Returns the active model.
getModel() - Method in class ilog.opl.IloCplex.Callback
Returns the model being solved when the invoking callback is called, that is the active model.
getModel() - Method in class ilog.opl.IloCplex
 
getModelDefinition() - Method in class ilog.opl.IloOplModel
Returns the model definition.
getModelImplSafe() - Method in class ilog.cp.IloCP
 
getMyThreadNum() - Method in class ilog.opl.IloCplex.MIPInfoCallback
Returns the identifier of the parallel thread being currently executed.
getName() - Method in interface ilog.concert.IloAddable
Accesses the name assigned to the invoking modeling object.
getName() - Method in interface ilog.concert.IloMap
This method returns the name of the map.
getName() - Method in interface ilog.concert.IloNumVar
Returns the name of the invoking variable.
getName() - Method in interface ilog.concert.IloTupleSchema
This method returns the name of the schema.
getName() - Method in interface ilog.concert.IloTupleSet
This method returns the name of the tupleset
getName() - Method in class ilog.cp.IloCustomConstraint
 
getName() - Method in class ilog.opl.IloOplElement
This member function retrieves the name of the element.
getName() - Method in class ilog.opl.IloOplModel
Returns the name of an OPL model.
getNbarrierIterations() - Method in class ilog.opl.IloCplex
Returns the number of barrier iterations from the last solve.
getNbarrierIterations64() - Method in class ilog.opl.IloCplex
Returns the number of barrier iterations from the last solve.
getNbDim() - Method in interface ilog.concert.IloMap
This method returns the dimension of the map i.e the number of indexers.
getNbinVars() - Method in class ilog.opl.IloCplex
Returns the number of binary (or Boolean) variables in the matrix representation of the active model.
getNbranches() - Method in class ilog.opl.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.opl.IloCplex.Goal
Returns the number of branches IloCplex is going to create at the current node unless overridden by the invoking goal.
getNcols() - Method in interface ilog.concert.IloLPMatrix
Returns the number of columns in the invoking LP matrix.
getNcols() - Method in class ilog.opl.IloCplex.Callback
Returns the number of columns of the matrix representation of the active model being solved when the invoking callback is called.
getNcols() - Method in class ilog.opl.IloCplex
Returns the number of columns in the matrix representation of the active model.
getNcols() - Method in class ilog.opl.IloOplCplexBasis
Returns the number of columns in the currently saved basis.
getNcols() - Method in class ilog.opl.IloOplCplexVectors
Returns the number of columns in the currently saved basis.
getNcrossDExch() - Method in class ilog.opl.IloCplex
Returns the number of dual exchange operations in the crossover of the last solve.
getNcrossDExch64() - Method in class ilog.opl.IloCplex
Returns the number of dual exchange operations in the crossover of the last solve.
getNcrossDPush() - Method in class ilog.opl.IloCplex
Returns the number of dual push operations in the crossover of the last solve.
getNcrossDPush64() - Method in class ilog.opl.IloCplex
Returns the number of dual push operations in the crossover of the last solve.
getNcrossPExch() - Method in class ilog.opl.IloCplex
Returns the number of primal exchange operations in the crossover of the last solve.
getNcrossPExch64() - Method in class ilog.opl.IloCplex
Returns the number of primal exchange operations in the crossover of the last solve.
getNcrossPPush() - Method in class ilog.opl.IloCplex
Returns the number of primal push operations in the crossover of the last solve.
getNcrossPPush64() - Method in class ilog.opl.IloCplex
Returns the number of primal push operations in the crossover of the last solve.
getNdualExchanges() - Method in class ilog.opl.IloCplex.CrossoverCallback
Returns the number of dual exchange operations at the moment the callback is called.
getNdualPushes() - Method in class ilog.opl.IloCplex.CrossoverCallback
Returns the number of dual push operations at the moment the callback is called.
getNdualSuperbasics() - Method in class ilog.opl.IloCplex
Returns the number of dual superbasic variables in the basis.
getNext(IloIntervalSequenceVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method assumes that interval sequence variable seq is fixed.
getNindicators() - Method in class ilog.opl.IloCplex
Returns the number of indicator constraints in the active model.
getNinfeasibilities(int) - Method in class ilog.opl.IloCplex.NodeCallback
Returns the number of integer infeasible variables for the node indicated by the node number node.
getNinfeasibilities() - Method in class ilog.opl.IloCplex.NodeEvaluator
Returns the number of integer infeasible variables for the current node.
getNintVars() - Method in class ilog.opl.IloCplex
Returns the number of integer variables in the matrix representation of the active model.
getNiterations() - Method in class ilog.opl.IloCplex.ContinuousCallback
Returns the number of iterations performed so far.
getNiterations() - Method in class ilog.opl.IloCplex
Returns the number of iterations from the last solve.
getNiterations() - Method in class ilog.opl.IloCplex.Goal
Returns the total number of iterations for solving node problems during the current optimization.
getNiterations() - Method in class ilog.opl.IloCplex.MIPInfoCallback
Returns the total number of iterations for solving node relaxations during the current optimization.
getNiterations() - Method in class ilog.opl.IloCplex.NetworkCallback
Returns the number of iterations performed by the network optimizer at the moment the callback is called.
getNiterations64() - Method in class ilog.opl.IloCplex
Returns the number of iterations from the last solve.
getNLCs() - Method in class ilog.opl.IloCplex
Returns the number of lazy constraints that have been added to the invoking IloCplex object with the methods addLazyConstraint and addLazyConstraints.
getNMIPStarts() - Method in class ilog.opl.IloCplex
Returns the number of MIP starts associated with the current problem.
getNnodes() - Method in class ilog.opl.IloCplex
Returns the number of branch-and-cut nodes explored in solving the active model.
getNnodes() - Method in class ilog.opl.IloCplex.Goal
Returns the number of nodes processed so far in the active branch-and-cut search.
getNnodes() - Method in class ilog.opl.IloCplex.MIPInfoCallback
Returns the number of nodes processed so far in the active branch-and-cut search.
getNnodes64() - Method in class ilog.opl.IloCplex
Returns the number of branch-and-cut nodes explored in solving the active model.
getNnodesLeft() - Method in class ilog.opl.IloCplex
Returns the number of unexplored nodes in the branch-and-cut tree.
getNnodesLeft64() - Method in class ilog.opl.IloCplex
Returns the number of unexplored nodes in the branch-and-cut tree.
getNNZs() - Method in class ilog.opl.IloCplex
Returns the number of nonzero elements in the matrix representation of the active model.
getNNZs64() - Method in class ilog.opl.IloCplex
Returns the number of nonzero elements in the matrix representation of the active model.
getNodeData() - Method in class ilog.opl.IloCplex.ControlCallback
 
getNodeData() - Method in class ilog.opl.IloCplex.IncumbentCallback
Returns the user object attached to the current node.
getNodeData(int) - Method in class ilog.opl.IloCplex.NodeCallback
Returns the user object attached to the node with number node.
getNodeId() - Method in class ilog.opl.IloCplex.BranchCallback
Returns the IloCplex.NodeId of the current node.
getNodeId() - Method in class ilog.opl.IloCplex.IncumbentCallback
Returns the node identifier of the current node.
getNodeId(int) - Method in class ilog.opl.IloCplex.NodeCallback
Returns the node identifier of the node indicated by the node number node.
getNodeId() - Method in class ilog.opl.IloCplex.NodeEvaluator
Returns the node identifier of the current node.
getNodeNumber(IloCplex.NodeId) - Method in class ilog.opl.IloCplex.NodeCallback
Returns the node number of the node indicated by the node identifier nodeid.
getNonEmptySlotSize() - Method in interface ilog.concert.IloMap
 
getNphaseOneIterations() - Method in class ilog.opl.IloCplex
Returns the number of phase I simplex iterations from the last solve.
getNphaseOneIterations64() - Method in class ilog.opl.IloCplex
Returns the number of phase I simplex iterations from the last solve.
getNprimalExchanges() - Method in class ilog.opl.IloCplex.CrossoverCallback
Returns the number of primal exchange operations at the moment the callback is called.
getNprimalPushes() - Method in class ilog.opl.IloCplex.CrossoverCallback
Returns the number of primal push operations at the moment the callback is called.
getNprimalSuperbasics() - Method in class ilog.opl.IloCplex
Returns the number of primal superbasic variables in the basis.
getNQCs() - Method in class ilog.opl.IloCplex.Callback
Returns the number of quadratic constraints in the active model being solved when the invoking callback is called.
getNQCs() - Method in class ilog.opl.IloCplex
Returns the number of quadratic constraints in the active model.
getNremainingNodes() - Method in class ilog.opl.IloCplex.Goal
Returns the number of nodes remaining to be processed, or, equivalently, the number of active nodes in the tree.
getNremainingNodes() - Method in class ilog.opl.IloCplex.MIPInfoCallback
Returns the number of nodes remaining to be processed, or, equivalently, the number of active nodes in the tree.
getNrows() - Method in interface ilog.concert.IloLPMatrix
Returns the number of rows in the invoking LP matrix.
getNrows() - Method in class ilog.opl.IloCplex.Callback
Returns the number of rows of the matrix representation of the active model being solved when the invoking callback is called.
getNrows() - Method in class ilog.opl.IloCplex
Returns the number of rows of the matrix representation of the active model.
getNrows() - Method in class ilog.opl.IloOplCplexBasis
Returns the number of rows in the currently saved basis.
getNrows() - Method in class ilog.opl.IloOplCplexVectors
Returns the number of rows in the currently saved basis.
getNsemiContVars() - Method in class ilog.opl.IloCplex
Returns the number of semi-continuous variables in the matrix representation of the active model.
getNsemiIntVars() - Method in class ilog.opl.IloCplex
Returns the number of semi-integer variables in the matrix representation of the active model.
getNsiftingIterations() - Method in class ilog.opl.IloCplex
Returns the number of sifting iterations from the last solve.
getNsiftingIterations64() - Method in class ilog.opl.IloCplex
Returns the number of sifting iterations from the last solve.
getNsiftingPhaseOneIterations() - Method in class ilog.opl.IloCplex
Returns the number of sifting phase I iterations from the last solve.
getNsiftingPhaseOneIterations64() - Method in class ilog.opl.IloCplex
Returns the number of sifting phase I iterations from the last solve.
getNSOS1() - Method in class ilog.opl.IloCplex
Returns the number of SOSs of type 1 in the active model.
getNSOS2() - Method in class ilog.opl.IloCplex
Returns the number of SOSs of type 2 in the active model.
getNSOSs() - Method in class ilog.opl.IloCplex
Returns the number of SOSs of both types, 1 and 2 in the active model.
getNsuperbasics() - Method in class ilog.opl.IloCplex.CrossoverCallback
Returns the number of super basics created at the moment the callback is called.
getNUCs() - Method in class ilog.opl.IloCplex
Returns the number of user cuts that have been added to the invoking IloCplex object with the methods addUserCut and addUserCuts.
getNumberOfSegments(IloCumulFunctionExpr) - Method in class ilog.cp.IloCP
This method assumes that the cumul function expression f is fixed.
getNumberOfSegments(IloStateFunction) - Method in class ilog.cp.IloCP
This method assumes that state function f is fixed.
getNumCollectionValue(int) - Method in interface ilog.concert.IloTuple
Returns the IloNumCollection value of the given column of the invoking tuple.
getNumCollectionValue(String) - Method in interface ilog.concert.IloTuple
Returns the IloNumCollection value of the given column of the invoking tuple.
getNumCores() - Method in class ilog.opl.IloCplex
Returns the number of logical cores.
getNumMapValue(int) - Method in interface ilog.concert.IloTuple
Returns the IloNumMap value of the given column of the invoking tuple.
getNumMapValue(String) - Method in interface ilog.concert.IloTuple
Returns the IloNumMap value of the given column of the invoking tuple.
getNumSetValue(int) - Method in interface ilog.concert.IloTuple
Returns the IloNumSet value of the given column of the invoking tuple.
getNumSetValue(String) - Method in interface ilog.concert.IloTuple
Returns the IloNumSet value of the given column of the invoking tuple.
getNumValue(int) - Method in interface ilog.concert.IloTuple
Returns the numeric value of the given column of the invoking tuple and produces an execution error if the column type is not compatible.
getNumValue(String) - Method in interface ilog.concert.IloTuple
Returns the value of the given column of the invoking tuple as floating-point number.
getNumVar(int) - Method in interface ilog.concert.IloLPMatrix
Returns the variable corresponding to the i-th column of LP matrix.
getNumVar() - Method in class ilog.opl.IloCplex.Quality
Returns the variable at which the quality measure is attained, if any.
getNumVars() - Method in interface ilog.concert.IloLPMatrix
Returns an array of variables corresponding to the columns of the LP matrix.
getObjBound() - Method in class ilog.cp.IloCP
This method returns the best bound on the objective found during the solve of an optimization problem.
getObjBounds() - Method in class ilog.cp.IloCP
This method delivers the current bound on the objective criteria in the invoking instance of IloCP.
getObjCoef(IloNumVar) - Method in class ilog.opl.IloCplex.Goal
Returns the linear objective function coefficient for variable var in the model being solved.
getObjCoef(IloNumVar) - Method in class ilog.opl.IloCplex.MIPCallback
Returns the linear objective function coefficient for variable var in the model being solved.
getObjCoefs(IloNumVar[]) - Method in class ilog.opl.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.opl.IloCplex.Goal
Returns the linear objective function coefficients for a set of variables in the model being solved.
getObjCoefs(IloNumVar[]) - Method in class ilog.opl.IloCplex.MIPCallback
Returns the linear objective function coefficients for an array of variables in the model being solved.
getObjCoefs(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex.MIPCallback
Returns the linear objective function coefficients for a set of variables in the model being solved.
getObjective() - Method in class ilog.opl.IloCplex
Returns the IloObjective object of the active model, or null if no IloObjective object is currently in the active model.
getObjective() - Method in class ilog.opl.IloOplModel
Returns a Concert objective for the objective.
getObjGap() - Method in class ilog.cp.IloCP
This method returns the relative gap between the objective value of the best solution found and the current objective bound.
getObjGaps() - Method in class ilog.cp.IloCP
This method delivers the current gap values on the objective criteria in the invoking instance of IloCP.
getObjSA(double[], double[], IloLPMatrix) - Method in class ilog.opl.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.opl.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.opl.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.opl.IloCplex
Computes and returns sensitivity analysis information for objective coefficients for a set of variables.
getObjValue() - Method in class ilog.cp.IloCP
This method returns the numeric value of the objective function associated with the CP engine.
getObjValue() - Method in class ilog.opl.IloCplex.ContinuousCallback
Returns the current objective value.
getObjValue() - Method in class ilog.opl.IloCplex.ControlCallback
Returns the objective function value of the solution of the continuous relaxation of the current node.
getObjValue() - Method in class ilog.opl.IloCplex
Returns the objective value of the current solution.
getObjValue(int) - Method in class ilog.opl.IloCplex
This member function returns the numeric value of the objective function for the solution pool member indexed by soln.
getObjValue() - Method in class ilog.opl.IloCplex.Goal
Returns the objective function value of the solution of the continuous relaxation of the current node.
getObjValue() - Method in class ilog.opl.IloCplex.IncumbentCallback
Returns the objective value of the potential incumbent.
getObjValue() - Method in class ilog.opl.IloCplex.NetworkCallback
Returns the current objective value.
getObjValue(int) - Method in class ilog.opl.IloCplex.NodeCallback
Returns the objective value of the node indicated by the node number node.
getObjValue() - Method in class ilog.opl.IloCplex.NodeEvaluator
Returns the objective value of the current node.
getObjValues() - Method in class ilog.cp.IloCP
This method returns the numeric values of all objective values in a multi-objective function associated with the CP engine.
getOplFactoryFrom(IloOplModel) - Static method in class ilog.opl.IloOplFactory
Gets an OPL factory from an existing OPL model.
getOplModel() - Method in class ilog.opl.CustomOplResultPublisher
Get the OPL model this publisher runs on.
getOplModel() - Method in class ilog.opl.IloOplRunConfiguration
This member function retrieves the OPL model instance for this run configuration.
getOutStream() - Method in class ilog.opl.IloOplFactory
 
getParam(IloCplex.IntParam) - Method in class ilog.opl.IloCplex
Returns the current value of an integer parameter.
getParam(IloCplex.BooleanParam) - Method in class ilog.opl.IloCplex
Returns the current value of a Boolean parameter.
getParam(IloCplex.LongParam) - Method in class ilog.opl.IloCplex
Returns the current value of a Long parameter.
getParam(IloCplex.DoubleParam) - Method in class ilog.opl.IloCplex
Returns the current value of a double parameter.
getParam(IloCplex.StringParam) - Method in class ilog.opl.IloCplex
Returns the current value of a string parameter.
getParam(IloCplex.IntParam) - Method in class ilog.opl.IloCplex.ParameterSet
Returns the current value of an integer parameter.
getParam(IloCplex.StringParam) - Method in class ilog.opl.IloCplex.ParameterSet
Returns the current value of a string parameter.
getParam(IloCplex.BooleanParam) - Method in class ilog.opl.IloCplex.ParameterSet
Returns the current value of a Boolean parameter.
getParam(IloCplex.DoubleParam) - Method in class ilog.opl.IloCplex.ParameterSet
Returns the current value of a double parameter.
getParameter(IloCP.IntParam) - Method in class ilog.cp.IloCP
This method returns the value of the integer parameter param in the invoked IloCP instance.
getParameter(IloCP.DoubleParam) - Method in class ilog.cp.IloCP
This method returns the value of the floating-point parameter param in the invoked IloCP instance.
getParameterDefault(IloCP.IntParam) - Method in class ilog.cp.IloCP
This method returns the default value of the integer parameter param in the invoked IloCP instance.
getParameterDefault(IloCP.DoubleParam) - Method in class ilog.cp.IloCP
This method returns the default value of the floating-point parameter param in the invoked IloCP instance.
getParameterSet() - Method in class ilog.opl.IloCplex
Returns a parameter set corresponding to the present parameter state.
getPhase() - Method in class ilog.opl.IloCplex.ProbingCallback
Returns the current phase of probing.
getPhase() - Method in class ilog.opl.IloCplex.ProbingInfoCallback
Returns the current phase of probing.
getPrev(IloIntervalSequenceVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method assumes that interval sequence variable seq is fixed.
getPriorities(IloNumVar[]) - Method in class ilog.opl.IloCplex
Returns branch priorities for an array of variables.
getPriorities(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex
Returns branch priorities for a set of variables.
getPriority(IloNumVar) - Method in class ilog.opl.IloCplex
Returns the branch priority for a variable.
getPriority(IloNumVar) - Method in class ilog.opl.IloCplex.Goal
Returns the branch priority for variable var.
getPriority(IloNumVar) - Method in class ilog.opl.IloCplex.MIPInfoCallback
Returns the branch priority for variable var.
getProfiler() - Method in class ilog.opl.IloOplSettings
Returns the OPL profiler if the feature is activated.
getProgress() - Method in class ilog.opl.IloCplex.DisjunctiveCutCallback
Returns the fraction of completion of the disjunctive cut generation.
getProgress() - Method in class ilog.opl.IloCplex.DisjunctiveCutInfoCallback
Returns the fraction of completion of the disjunctive cut generation.
getProgress() - Method in class ilog.opl.IloCplex.FlowMIRCutCallback
Returns the fraction of completion of the cut generation.
getProgress() - Method in class ilog.opl.IloCplex.FlowMIRCutInfoCallback
Returns the fraction of completion of the cut generation.
getProgress() - Method in class ilog.opl.IloCplex.FractionalCutCallback
Returns the fraction of completion of the fractional cut generation.
getProgress() - Method in class ilog.opl.IloCplex.FractionalCutInfoCallback
Returns the fraction of completion of the fractional cut generation.
getProgress() - Method in class ilog.opl.IloCplex.ProbingCallback
Returns the fraction of completion of the probing phase.
getProgress() - Method in class ilog.opl.IloCplex.ProbingInfoCallback
Returns the fraction of completion of the current probing phase.
getQuality(IloCplex.QualityType) - Method in class ilog.opl.IloCplex
Returns an instance of IloCplex.Quality that contains the requested quality measure.
getQuality(IloCplex.QualityType, int) - Method in class ilog.opl.IloCplex
Returns an instance of IloCplex.Quality that contains the requested quality measure.
getQualityType() - Method in class ilog.opl.IloCplex.Quality
Returns the IloCplex.QualityType of the invoking quality measure.
getRandomInt(int) - Method in class ilog.cp.IloCP
This method returns a pseudo-randomly generated integer value in the range [0..n).
getRandomNum() - Method in class ilog.cp.IloCP
This method returns a pseudo-randomly generated floating-point value in the range [0..1).
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[], IloRange[]) - Method in class ilog.opl.IloCplex
Computes and returns sensitivity analysis information for range constraint bounds.
getRangeSA(double[], double[], double[], double[], IloRange[], int, int) - Method in class ilog.opl.IloCplex
Computes and returns sensitivity analysis information for range constraint bounds.
getRangeSA(double[], double[], double[], double[], IloLPMatrix, int, int) - Method in class ilog.opl.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[], IloLPMatrix) - Method in class ilog.opl.IloCplex
Computes and returns sensitivity analysis information for the constraints corresponding to the rows of the LP matrix matrix.
getRay(IloNumArray, IloNumVarArray) - Method in class ilog.opl.IloCplex
 
getReducedCost(IloNumVar) - Method in class ilog.opl.IloCplex
Returns the reduced cost for a variable.
getReducedCosts(IloLPMatrix) - Method in class ilog.opl.IloCplex
Returns reduced costs for the variables corresponding to the columns of an LP matrix.
getReducedCosts(IloLPMatrix, int, int) - Method in class ilog.opl.IloCplex
Returns reduced costs for the variables corresponding to a range of columns of LP matrix.
getReducedCosts(IloNumVar[]) - Method in class ilog.opl.IloCplex
Returns reduced costs for an array of variables.
getReducedCosts(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex
Returns reduced costs for a set of variables.
getRelaxationIterator() - Method in class ilog.opl.IloOplModel
Returns the default relaxation iterator.
getRelaxationLevel() - Method in class ilog.opl.IloOplSettings
This member function returns the level for relaxation.
getRelaxedLB() - Method in class ilog.opl.IloOplRelaxationIterator
Returns the relaxed lower bound.
getRelaxedUB() - Method in class ilog.opl.IloOplRelaxationIterator
Returns the relaxed upper bound.
getResolverPath() - Method in class ilog.opl.IloOplSettings
Returns the current resources search path.
getResultPublisherName() - Method in class ilog.opl.CustomOplResultPublisher
 
getRHSSA(double[], double[], IloRange[]) - Method in class ilog.opl.IloCplex
Computes and returns sensitivity analysis information for RHS values of constraints.
getRHSSA(double[], double[], IloRange[], int, int) - Method in class ilog.opl.IloCplex
Computes and returns sensitivity analysis information for RHS values of a set of constraints.
getRHSSA(double[], double[], IloLPMatrix) - Method in class ilog.opl.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.opl.IloCplex
Computes and returns sensitivity analysis information for RHS values of the constraints corresponding to a range of rows of an LP matrix.
getSchema() - Method in interface ilog.concert.IloTuple
Returns the schema of the created tuple.
getSchema() - Method in interface ilog.concert.IloTupleMap
Returns the schema of the tuples that are in the current map.
getSchema() - Method in interface ilog.concert.IloTupleSet
This method returns the schema of the tupleset.
getSchema() - Method in interface ilog.concert.IloTupleSetMap
This method returns the schema of the created tuple.
getSegmentEnd(IloCumulFunctionExpr, int) - Method in class ilog.cp.IloCP
This method assumes that the cumul function expression f is fixed.
getSegmentEnd(IloStateFunction, int) - Method in class ilog.cp.IloCP
This method assumes that state function f is fixed.
getSegmentMax() - Method in interface ilog.concert.IloNumToNumSegmentFunctionCursor
This member function returns the right-most point of the segment currently specified by the cursor.
getSegmentMax() - Method in interface ilog.concert.IloNumToNumStepFunctionCursor
This member function returns the right-most point of the step currently specified by the cursor.
getSegmentMin() - Method in interface ilog.concert.IloNumToNumSegmentFunctionCursor
This member function returns the left-most point of the segment currently specified by the cursor.
getSegmentMin() - Method in interface ilog.concert.IloNumToNumStepFunctionCursor
This member function returns the left-most point of the step currently specified by the cursor.
getSegmentStart(IloCumulFunctionExpr, int) - Method in class ilog.cp.IloCP
This method assumes that the cumul function expression f is fixed.
getSegmentStart(IloStateFunction, int) - Method in class ilog.cp.IloCP
This method assumes that state function f is fixed.
getSegmentValue(IloCumulFunctionExpr, int) - Method in class ilog.cp.IloCP
This method assumes that the cumul function expression f is fixed.
getSegmentValue(IloStateFunction, int) - Method in class ilog.cp.IloCP
This method assumes that state function f is fixed.
getSense() - Method in interface ilog.concert.IloObjective
Queries the optimization sense of the invoking IloObjective object.
getSettings() - Method in class ilog.opl.IloOplModel
Returns the settings object.
getSettings() - Method in class ilog.opl.IloOplRunConfiguration
This member function retrieves the current OPL settings.
getSize() - Method in class ilog.concert.IloColumnArray
Returns the number of variables that are created by the invoking IloColumnArray object.
getSize() - Method in interface ilog.concert.IloMap
This method returns an integer specifying the size of the invoking array.
getSize() - Method in interface ilog.concert.IloMapIndexArray
This method returns an integer specifying the size of the invoking array.
getSize(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Returns the size value of interval variable a in the invoking solution.
getSize() - Method in interface ilog.concert.IloTransitionDistance
This member function returns the size of the invoking transition distance.
getSize() - Method in interface ilog.concert.IloTupleSchema
This method is used to determine the size of the invoking array.
getSize() - Method in interface ilog.concert.IloTupleSet
This method returns the number of lines in the tupleset.
getSize(String) - Method in class ilog.cp.IloCP
This method returns current size of the interval variable with the specified name.
getSize(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns the current value of the size of interval variable a in the invoking instance of IloCP.
getSizeMax() - Method in interface ilog.concert.IloIntervalVar
This member function returns the maximal size value of the invoking interval variable.
getSizeMax(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Returns the maximal size value of interval variable a in the invoking solution.
getSizeMax(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns the maximum value for the size of interval variable a in the invoking instance of IloCP.
getSizeMin() - Method in interface ilog.concert.IloIntervalVar
This member function returns the minimal size value of the invoking interval variable.
getSizeMin(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Returns the minimal size value of interval variable a in the invoking solution.
getSizeMin(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns the minimum value for the size of interval variable a in the invoking instance of IloCP.
getSlack(IloRange) - Method in class ilog.opl.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.opl.IloCplex
Returns the slack value for a range constraint.
getSlack(IloRange, int) - Method in class ilog.opl.IloCplex
Returns the slack value for a range constraint.
getSlack(IloForAllRange) - Method in class ilog.opl.IloCplex
 
getSlack(IloRange) - Method in class ilog.opl.IloCplex.Goal
Returns the slack value of a constraint for the solution of the continuous relaxation of the current node.
getSlack(IloRange) - Method in class ilog.opl.IloCplex.IncumbentCallback
Returns the slack value of a constraint for the proposed incumbent solution.
getSlacks(IloRange[]) - Method in class ilog.opl.IloCplex.ControlCallback
Returns the slack values of an array of constraints for the solution of the current node.
getSlacks(IloRange[], int, int) - Method in class ilog.opl.IloCplex.ControlCallback
Returns the slack values of a set of constraints for the solution of the current node.
getSlacks(IloLPMatrix) - Method in class ilog.opl.IloCplex
Returns slack values for the constraints corresponding to the rows of an LP matrix.
getSlacks(IloLPMatrix, int) - Method in class ilog.opl.IloCplex
Returns slack values for the constraints corresponding to the rows of an LP matrix.
getSlacks(IloLPMatrix, int, int) - Method in class ilog.opl.IloCplex
Returns slack values for a range of rows of an LP matrix.
getSlacks(IloLPMatrix, int, int, int) - Method in class ilog.opl.IloCplex
Returns slack values for a range of rows of an LP matrix.
getSlacks(IloRange[]) - Method in class ilog.opl.IloCplex
Returns slack values for an array of range constraints.
getSlacks(IloRange[], int) - Method in class ilog.opl.IloCplex
Returns slack values for an array of range constraints.
getSlacks(IloRange[], int, int) - Method in class ilog.opl.IloCplex
Returns slack values for a set of constraints.
getSlacks(IloRange[], int, int, int) - Method in class ilog.opl.IloCplex
Returns slack values for a set of constraints.
getSlacks(IloRange[]) - Method in class ilog.opl.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.opl.IloCplex.Goal
Returns the slack values for a set of constraints for the solution of the current node.
getSlacks(IloRange[]) - Method in class ilog.opl.IloCplex.IncumbentCallback
Returns the slack values for an array of constraints for the proposed incumbent solution.
getSlacks(IloRange[], int, int) - Method in class ilog.opl.IloCplex.IncumbentCallback
Returns the slack values for a set of constraints for the proposed incumbent solution.
getSolnPoolMeanObjValue() - Method in class ilog.opl.IloCplex
Computes the mean of the objective values of the solutions currently in the solution pool.
getSolnPoolNreplaced() - Method in class ilog.opl.IloCplex
Accesses the number of solutions that have been replaced according to the solution pool replacement strategy.
getSolnPoolNsolns() - Method in class ilog.opl.IloCplex
Accesses the number of solutions currently in the solution pool.
getSOSFeasibility(IloSOS1) - Method in class ilog.opl.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(IloSOS2) - Method in class ilog.opl.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(IloSOS1) - Method in class ilog.opl.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.opl.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.
getSourceName() - Method in class ilog.opl.IloOplModel
Returns the name of a model definition's source.
getStart(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Returns the start value of interval variable a in the invoking solution.
getStart(String) - Method in class ilog.cp.IloCP
This method returns the current start time of the interval variable with the specified name.
getStart(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns the current value of the start of interval variable a in the invoking instance of IloCP.
getStart(IloCplex) - Method in class ilog.opl.IloOplCplexVectors
Saves the MIP start information.
getStartDetTime() - Method in class ilog.opl.IloCplex.Callback
This method returns a deterministic time stamp specifying when the solving process was started.
getStartMax() - Method in interface ilog.concert.IloIntervalVar
This member function returns the maximal start value of the invoking interval variable.
getStartMax(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Returns the maximal start value of interval variable a in the invoking solution.
getStartMax(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns the maximum value for the start of interval variable a in the invoking instance of IloCP.
getStartMin() - Method in interface ilog.concert.IloIntervalVar
This member function returns the minimal start value of the invoking interval variable.
getStartMin(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Returns the minimal start value of interval variable a in the invoking solution.
getStartMin(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns the minimum value for the start of interval variable a in the invoking instance of IloCP.
getStartTime() - Method in class ilog.opl.IloCplex.Callback
This method returns a time stamp specifying when the solving process was started.
getStatus() - Method in class ilog.opl.IloCplex
Returns the solution status of the active model.
getStatus() - Method in class ilog.opl.IloCplex.HeuristicCallback
Returns the solution status for the current node.
getStatus() - Method in class ilog.opl.IloCplex.SolveCallback
Returns the solution status of the last solve call.
getStatus() - Method in class ilog.opl.IloOplConflictIterator
Returns the CPLEX status of the conflict.
getStatus() - Method in class ilog.opl.IloOplCplexBasis
Returns the CPLEX status of the last invocation of CPLEX API.
getStatus() - Method in class ilog.opl.IloOplCplexVectors
Returns the CPLEX status of the last invocation of CPLEX API.
getStringValue(int) - Method in interface ilog.concert.IloTuple
Returns the value of the given column of the invoking tuple as a string.
getStringValue(String) - Method in interface ilog.concert.IloTuple
Returns the value of the given column of the invoking tuple as a string.
getSub(int) - Method in interface ilog.concert.IloConstraintMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloConstraintMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloConstraintMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloConstraintMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloCumulFunctionExprMap
This method returns the submap index from the map.
getSub(int) - Method in interface ilog.concert.IloCumulFunctionExprMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloCumulFunctionExprMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloCumulFunctionExprMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloIntervalSequenceVarMap
This method returns the submap index from the map.
getSub(int) - Method in interface ilog.concert.IloIntervalSequenceVarMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloIntervalSequenceVarMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloIntervalSequenceVarMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloIntervalVarMap
This method returns the submap index from the map.
getSub(int) - Method in interface ilog.concert.IloIntervalVarMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloIntervalVarMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloIntervalVarMap
This method returns the submap index from the map.
getSub(int) - Method in interface ilog.concert.IloIntMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloIntMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloIntMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloIntMap
This method returns the submap index from the map.
getSub(int) - Method in interface ilog.concert.IloIntSetMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloIntSetMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloIntSetMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloIntSetMap
This method returns the submap index from the map.
getSub(int) - Method in interface ilog.concert.IloIntVarMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloIntVarMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloIntVarMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloIntVarMap
This method returns the submap index from the map.
getSub(int) - Method in interface ilog.concert.IloNumMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloNumMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloNumMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloNumMap
This method returns the submap index from the map.
getSub(int) - Method in interface ilog.concert.IloNumSetMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloNumSetMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloNumSetMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloNumSetMap
This method returns the submap index from the map.
getSub(int) - Method in interface ilog.concert.IloNumVarMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloNumVarMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloNumVarMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloNumVarMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloPiecewiseFunctionExprMap
This method returns the submap index from the map.
getSub(int) - Method in interface ilog.concert.IloPiecewiseFunctionExprMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloPiecewiseFunctionExprMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloPiecewiseFunctionExprMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloStateFunctionExprMap
This method returns the submap index from the map.
getSub(int) - Method in interface ilog.concert.IloStateFunctionExprMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloStateFunctionExprMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloStateFunctionExprMap
This method returns the submap index from the map.
getSub(int) - Method in interface ilog.concert.IloSymbolMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloSymbolMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloSymbolMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloSymbolMap
This method returns the submap index from the map.
getSub(int) - Method in interface ilog.concert.IloSymbolSetMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloSymbolSetMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloSymbolSetMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloSymbolSetMap
This method returns the submap index from the map.
getSub(int) - Method in interface ilog.concert.IloTupleSetMap
This method returns the submap index from the map.
getSub(double) - Method in interface ilog.concert.IloTupleSetMap
This method returns the submap index from the map.
getSub(String) - Method in interface ilog.concert.IloTupleSetMap
This method returns the submap index from the map.
getSub(IloTuple) - Method in interface ilog.concert.IloTupleSetMap
This method returns the submap index from the map.
getSubAlgorithm() - Method in class ilog.opl.IloCplex
Returns the algorithm that was used to generate the solution of the last branch-and-cut node solved during a MIP solve.
getSymbolicValueName(int) - Method in class ilog.cp.IloCP
This method returns the name of the value if it exists or null otherwise IloCP instance.
getSymbolSetValue(int) - Method in interface ilog.concert.IloTuple
Returns the IloSymbolSet value of the given column of the invoking tuple.
getSymbolSetValue(String) - Method in interface ilog.concert.IloTuple
Returns the IloSymbolSet value of the given column of the invoking tuple.
getTmpDir() - Method in class ilog.opl.IloOplSettings
Returns the current path for temporary files.
getTotalSize() - Method in interface ilog.concert.IloMap
This method returns the total number of values that are in this array.
getType() - Method in interface ilog.concert.IloNumVar
Queries the type of the invoking IloNumVar object.
getType() - Method in interface ilog.concert.IloNumVarBound
Return the bound type represented by the invoking instance.
getType() - Method in class ilog.opl.IloCplex.BooleanParameter
 
getType() - Method in class ilog.opl.IloCplex.DoubleParameter
 
getType() - Method in class ilog.opl.IloCplex.IntParameter
 
getType() - Method in class ilog.opl.IloCplex.LongParameter
 
getType() - Method in class ilog.opl.IloCplex.Parameter
 
getType() - Method in class ilog.opl.IloCplex.StringParameter
 
getUB() - Method in interface ilog.concert.IloIntRange
This method returns the upper bound of the domain.
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.opl.IloCplex.ControlCallback
Returns the current upper bound for variable var.
getUB(IloForAllRange) - Method in class ilog.opl.IloCplex
 
getUB(IloNumVar) - Method in class ilog.opl.IloCplex.Goal
Returns the current upper bound for variable var.
getUB() - Method in class ilog.opl.IloOplRelaxationIterator
Returns the upper bound.
getUBs(IloNumVar[]) - Method in class ilog.opl.IloCplex.ControlCallback
Returns the current upper bounds for an array of variables.
getUBs(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex.ControlCallback
Returns the current upper bounds for a set of variables.
getUBs(IloNumVar[]) - Method in class ilog.opl.IloCplex.Goal
Returns the current upper bounds for an array of variables.
getUBs(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex.Goal
Returns the current upper bounds for a set of variables.
getUpPseudoCost(IloNumVar) - Method in class ilog.opl.IloCplex.ControlCallback
Returns the pseudo cost for branching up on variable var.
getUpPseudoCost(IloNumVar) - Method in class ilog.opl.IloCplex.Goal
Returns the pseudo cost for branching up on variable var.
getUserThreads() - Method in class ilog.opl.IloCplex.MIPCallback
 
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(double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function returns the value of the function at point x.
getValue(double) - Method in interface ilog.concert.IloNumToNumSegmentFunctionCursor
This member function returns the value of the piecewise linear function at time t.
getValue(double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function returns the value of the invoking step function at x.
getValue() - Method in interface ilog.concert.IloNumToNumStepFunctionCursor
This member function returns the value of the step currently specified by the cursor.
getValue(IloNumVar) - Method in interface ilog.concert.IloSolution
 
getValue(IloIntVar) - Method in interface ilog.concert.IloSolution
 
getValue(int, int) - Method in interface ilog.concert.IloTransitionDistance
This member function returns the value of the invoking transition distance between index fromState and index toState.
getValue() - Method in class ilog.cp.IloCP.DoubleInfo
 
getValue() - Method in class ilog.cp.IloCP.DoubleParam
 
getValue(String) - Method in class ilog.cp.IloCP
This method returns the current value of an integer variable with the given name.
getValue(IloIntVar) - Method in class ilog.cp.IloCP
This method returns the current value of the variable i in the invoking instance of IloCP.
getValue(IloIntExpr) - Method in class ilog.cp.IloCP
This method returns the current value of the expression i in the invoking instance of IloCP.
getValue(IloNumExpr) - Method in class ilog.cp.IloCP
This method returns the current value of the expression num in the invoking instance of IloCP.
getValue(IloCumulFunctionExpr, int) - Method in class ilog.cp.IloCP
This method assumes that cumul function expression f is fixed.
getValue(IloStateFunction, int) - Method in class ilog.cp.IloCP
This method assumes that state function f is fixed.
getValue() - Method in class ilog.cp.IloCP.IntInfo
 
getValue() - Method in class ilog.cp.IloCP.IntParam
 
getValue() - Method in class ilog.cp.IloCP.ParameterValues
 
getValue() - Method in class ilog.cp.IloCPEngine.IntInfo
 
getValue(IloNumVar) - Method in class ilog.cp.IloCustomConstraint
The member function returns the value of the variable var.
getValue() - Method in class ilog.opl.IloCplex.BooleanParam
 
getValue() - Method in class ilog.opl.IloCplex.BooleanParameter
 
getValue(IloNumVar) - Method in class ilog.opl.IloCplex.ControlCallback
Returns the solution value of a variable at the current node.
getValue(IloNumExpr) - Method in class ilog.opl.IloCplex.ControlCallback
Returns the value expr takes for the solution of the continuous relaxation of the current node.
getValue() - Method in class ilog.opl.IloCplex.DoubleParam
 
getValue() - Method in class ilog.opl.IloCplex.DoubleParameter
 
getValue() - Method in class ilog.opl.IloCplex.FilterIndex
 
getValue(IloNumVar) - Method in class ilog.opl.IloCplex
Returns the solution value for a variable.
getValue(IloNumVar, int) - Method in class ilog.opl.IloCplex
Returns the solution value for a variable.
getValue(IloNumExpr) - Method in class ilog.opl.IloCplex
Returns the value that expr takes for the current solution.
getValue(IloNumExpr, int) - Method in class ilog.opl.IloCplex
Returns the value that expr takes for the current solution.
getValue(IloNumVar) - Method in class ilog.opl.IloCplex.Goal
Returns the solution value of a variable at the current node.
getValue(IloNumExpr) - Method in class ilog.opl.IloCplex.Goal
Returns the value expr takes for the solution of the current node relaxation.
getValue(IloNumVar) - Method in class ilog.opl.IloCplex.IncumbentCallback
Returns the value of the variable var in the potential incumbent solution.
getValue(IloNumExpr) - Method in class ilog.opl.IloCplex.IncumbentCallback
Returns the value expr takes for the proposed incumbent solution.
getValue() - Method in class ilog.opl.IloCplex.IntParam
 
getValue() - Method in class ilog.opl.IloCplex.IntParameter
 
getValue() - Method in class ilog.opl.IloCplex.LongParam
 
getValue() - Method in class ilog.opl.IloCplex.LongParameter
 
getValue() - Method in class ilog.opl.IloCplex.Quality
Returns the numeric value of the invoking quality measure.
getValue() - Method in class ilog.opl.IloCplex.StringParam
 
getValue() - Method in class ilog.opl.IloCplex.StringParameter
 
getValueLeft() - Method in interface ilog.concert.IloNumToNumSegmentFunctionCursor
This member function returns the value of the function at the left-most point of the segment currently specified by the cursor.
getValueRight() - Method in interface ilog.concert.IloNumToNumSegmentFunctionCursor
This member function returns the value of the function at the right-most point of the segment currently specified by the cursor.
getValues(IloIntVar[], double[]) - Method in class ilog.cp.IloCP
This method accepts an array of variables vars and puts the corresponding values into the array vals; the corresponding values come from the current solution of the invoking algorithm.
getValues(IloNumVar[]) - Method in class ilog.opl.IloCplex.ControlCallback
Returns the solution values for an array of variables at the current node.
getValues(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex.ControlCallback
Returns the solution values for a set of variables at the current node.
getValues(IloLPMatrix) - Method in class ilog.opl.IloCplex
Returns the solution vector for the columns of an LP matrix.
getValues(IloLPMatrix, int) - Method in class ilog.opl.IloCplex
Returns the solution vector for the columns of an LP matrix.
getValues(IloLPMatrix, int, int) - Method in class ilog.opl.IloCplex
Returns the solution vector for a range of columns of an LP matrix.
getValues(IloLPMatrix, int, int, int) - Method in class ilog.opl.IloCplex
Returns the solution vector for a range of columns of an LP matrix.
getValues(IloNumVar[]) - Method in class ilog.opl.IloCplex
Returns solution values for an array of variables.
getValues(IloNumVar[], int) - Method in class ilog.opl.IloCplex
Returns solution values for an array of variables.
getValues(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex
Returns solution values for a set of variables.
getValues(IloNumVar[], int, int, int) - Method in class ilog.opl.IloCplex
Returns solution values for a set of variables.
getValues(IloNumVar[]) - Method in class ilog.opl.IloCplex.Goal
Returns the solution values for an array of variables at the current node.
getValues(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex.Goal
Returns the solution values for a set of variables at the current node.
getValues(IloNumVar[]) - Method in class ilog.opl.IloCplex.IncumbentCallback
Returns the values of variables in the array var in the potential incumbent solution.
getValues(IloNumVar[], int, int) - Method in class ilog.opl.IloCplex.IncumbentCallback
Returns the values of num variables in the array var of variables in the potential incumbent solution.
getVar() - Method in interface ilog.concert.IloNumVarBound
Returns the variable for which the invoking instance represents a bound.
getVersion() - Method in class ilog.cp.IloCP
This method returns a string indicating the version of the product.
getVersion() - Method in class ilog.opl.IloCplex
Returns a string that indicates the version of CPLEX.
getVersion() - Static method in class ilog.opl.IloOplFactory
Returns the version of the OPL library.
getWarningStream() - Method in class ilog.opl.IloOplFactory
 
Global - Static variable in class ilog.opl.IloCplex.BranchDirection
Global branch direction.
globalCutGoal(IloConstraint) - Method in class ilog.opl.IloCplex
Creates and returns a global cut goal for the constraint cut.
globalCutGoal(IloConstraint[]) - Method in class ilog.opl.IloCplex
Creates and returns a global cut goal for the constraints specified in array cut.
Gomory - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
Gomory.
GomoryCand - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
GomoryCand.
GomoryPass - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
GomoryPass.
Growth - Static variable in class ilog.opl.IloCplex.Param.Barrier.Limits
Growth.
gt(IloIntExpr, int) - Method in class ilog.cp.IloCP
Creates and returns the new constraint e > v.
gt(IloIntExpr, IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns the new constraint e1 > e2.
gt(int, IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns the new constraint v > e.
GUBCover - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_GUBCOVER
GUBCovers - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
GUBCovers - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
GUBCovers.

H

handleConnection(String, String, String) - Method in class ilog.opl.CustomOplDataHandler
 
handleInvoke(String, String) - Method in class ilog.opl.CustomOplDataHandler
 
handlePublishElement(String, String, String) - Method in class ilog.opl.CustomOplDataHandler
 
handleReadElement(String, String, String) - Method in class ilog.opl.CustomOplDataHandler
 
hasCP() - Method in class ilog.opl.IloOplModel
Returns IloTrue, if this model has a CP engine associated.
hasCplex() - Method in class ilog.opl.IloOplModel
Returns IloTrue, if this model has a CPLEX engine associated.
hasIncumbent() - Method in class ilog.opl.IloCplex.Goal
Returns true if an incumbent solution has been found.
hasIncumbent() - Method in class ilog.opl.IloCplex.MIPInfoCallback
Returns true if an incumbent solution has been found when the callback is called.
hasMain() - Method in class ilog.opl.IloOplModelDefinition
This function checks whether the model definition has a main scripting block.
hasNext() - Method in class ilog.concert.IloTupleIterator
 
hasNext() - Method in class ilog.opl.IloOplConflictIterator
Returns true, if there another conflict.
hasNext() - Method in class ilog.opl.IloOplRelaxationIterator
Returns true, if there another relaxation.
hasObjective() - Method in class ilog.cp.IloCP
This method returns true if and only if the invoking CP Optimizer has extracted a model involving an objective.
hasProfiler() - Method in class ilog.opl.IloOplSettings
Returns true if the OPL profiling feature is activated.
hasSlicingCache() - Method in class ilog.opl.IloOplSettings
Returns true if the OPL slicing can cache results to get possible performance improvements.
heightAtEnd(IloIntervalVar, IloCumulFunctionExpr) - Method in class ilog.cp.IloCP
Whenever interval variable a is present, this function returns an integer expression that represents the total contribution of the end of interval variable a to the cumul function expression f.
heightAtEnd(IloIntervalVar, IloCumulFunctionExpr, int) - Method in class ilog.cp.IloCP
Whenever interval variable a is present, this function returns an integer expression that represents the total contribution of the end of interval variable a to the cumul function expression f.
heightAtStart(IloIntervalVar, IloCumulFunctionExpr) - Method in class ilog.cp.IloCP
Whenever interval variable a is present, this method returns an integer expression that represents the total contribution of the start of interval variable a to the cumul function expression f.
heightAtStart(IloIntervalVar, IloCumulFunctionExpr, int) - Method in class ilog.cp.IloCP
Whenever interval variable a is present, this method returns an integer expression that represents the total contribution of the start of interval variable a to the cumul function expression f.
HeurFreq - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
HeurFreq - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
HeuristicEffort - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
HeuristicEffort - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
HeuristicEffort.
HeuristicFreq - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
HeuristicFreq.
HeuristicSolution - Static variable in class ilog.opl.IloCplex.SolutionSource
The integral solution was found by a CPLEX internal heuristic.
HiddenFeas - Static variable in class ilog.opl.IloCplex.MIPEmphasis
Emphasize finding hidden feasible solutions.

I

ifThen(IloConstraint, IloConstraint) - Method in interface ilog.concert.IloModeler
Creates and returns a constraint that if con1 is true, then con2 must also be true.
ifThen(IloConstraint, IloConstraint, String) - Method in interface ilog.concert.IloModeler
Creates and returns a constraint that if con1 is true, then con2 must also be true, and it names the new constraint.
ifThenElse(IloConstraint, IloConstraint, IloConstraint) - Method in class ilog.cp.IloCP
Deprecated.
Deprecated since V21.1 Creates and returns the new constraint (c1 => c2) && (! c1 => c3), that is, if the first constraint is satisfied, it implies the second, and if it is violated, it implies the third.
IIS - Static variable in class ilog.opl.IloCplex.ConflictAlgorithm
Use Irreducible Infeasible Set algorithm for linear constraints only
IloAddable - Interface in ilog.concert
This interface is used for modeling objects.
IloAdvCollectionHelper - Class in ilog.concert
An abstract class for integer discrete data.
IloAdvCollectionHelper() - Constructor for class ilog.concert.IloAdvCollectionHelper
 
IloAlternative - Interface in ilog.concert
An instance of this class represents an alternative constraint.
IloAnd - Interface in ilog.concert
This interface defines the API for classes that represent and-constraints.
IloColumnArray - Class in ilog.concert
Objects of the class IloColumnArray are used to create an array of variables using column-wise modeling.
IloColumnArray() - Constructor for class ilog.concert.IloColumnArray
 
IloConstraint - Interface in ilog.concert
This interface defines the API for constraints.
IloConstraintMap - Interface in ilog.concert
This is the class for mapping a list of constraint values.
IloCP - Class in ilog.cp
An instance of this class represents an algorithm for CP Optimizer.
IloCP() - Constructor for class ilog.cp.IloCP
This method creates an algorithm for CP Optimizer.
IloCP.Callback - Interface in ilog.cp
This interface allows you to monitor different aspects of CP Optimizer's search process by being called upon different events.
IloCP.Callback.Reason - Enum in ilog.cp
This enumerated type comprises the different reasons for which a user callback can be invoked.
IloCP.ConflictStatus - Enum in ilog.cp
This enumeration lists the values that report the status of a constraint or a variable with respect to a conflict.
IloCP.DoubleInfo - Class in ilog.cp
Symbolic parameter names for floating-point information.
IloCP.DoubleInfo() - Constructor for class ilog.cp.IloCP.DoubleInfo
 
IloCP.DoubleParam - Class in ilog.cp
Symbolic parameter names for double-valued IloCP parameters.
IloCP.DoubleParam() - Constructor for class ilog.cp.IloCP.DoubleParam
 
IloCP.IntInfo - Class in ilog.cp
Symbolic parameter names for integer information.
IloCP.IntInfo() - Constructor for class ilog.cp.IloCP.IntInfo
 
IloCP.IntParam - Class in ilog.cp
Symbolic parameter names for integer-valued IloCP parameters.
IloCP.IntParam() - Constructor for class ilog.cp.IloCP.IntParam
 
IloCP.ParameterValues - Class in ilog.cp
Symbolic parameter names for integer-valued IloCP parameters.
IloCP.ParameterValues() - Constructor for class ilog.cp.IloCP.ParameterValues
 
IloCPEngine - Class in ilog.cp
An instance of this class represents a backtracking search engine for CP Optimizer.
IloCPEngine.IntInfo - Class in ilog.cp
Symbolc names for integer information of IloCPEngine.
IloCPEngine.IntInfo() - Constructor for class ilog.cp.IloCPEngine.IntInfo
 
IloCplex - Class in ilog.opl
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() - Constructor for class ilog.opl.IloCplex
This constructor creates an instance of IloCplex with an empty active model.
IloCplex.Aborter - Class in ilog.opl
Gracefully terminates the solve and tuning methods of CPLEX.
IloCplex.Aborter() - Constructor for class ilog.opl.IloCplex.Aborter
Constructs an instance of the aborter class.
IloCplex.Algorithm - Class in ilog.opl
Enumeration of algorithm types used by IloCplex.
IloCplex.Algorithm() - Constructor for class ilog.opl.IloCplex.Algorithm
 
IloCplex.BarrierCallback - Class in ilog.opl
This is the callback class to use when cplex uses the barrier optimizer.
IloCplex.BarrierCallback() - Constructor for class ilog.opl.IloCplex.BarrierCallback
Constructor for user-written barrier callback.
IloCplex.BasisStatus - Class in ilog.opl
Enumeration of possible basis status codes.
IloCplex.BendersStrategy - Class in ilog.opl
Enumeration of possible values for the IloCplex.Param.Benders.Strategy parameter.
IloCplex.BendersStrategy() - Constructor for class ilog.opl.IloCplex.BendersStrategy
 
IloCplex.BooleanParam - Class in ilog.opl
Parameters of type boolean.
IloCplex.BooleanParam(int, String) - Constructor for class ilog.opl.IloCplex.BooleanParam
 
IloCplex.BooleanParameter - Class in ilog.opl
Members of this class access parameters that take a Boolean value.
IloCplex.BooleanParameter(IloCplex.BooleanParam, boolean) - Constructor for class ilog.opl.IloCplex.BooleanParameter
 
IloCplex.BranchCallback - Class in ilog.opl
This is the base class for user-written callbacks that control branching during the branch-and-cut search.
IloCplex.BranchCallback() - Constructor for class ilog.opl.IloCplex.BranchCallback
Constructor for user-written branch callbacks.
IloCplex.BranchDirection - Class in ilog.opl
Enumeration of branch direction values.
IloCplex.BranchType - Class in ilog.opl
This class identifies the branch type for IloCplex.BranchCallback.
IloCplex.Callback - Class in ilog.opl
The callback base class.
IloCplex.ConflictAlgorithm - Class in ilog.opl
Enumeration of possible values for the conflict algorithm IloCplex.Param.Conflict.Algorithm.
IloCplex.ConflictAlgorithm() - Constructor for class ilog.opl.IloCplex.ConflictAlgorithm
 
IloCplex.ConflictStatus - Class in ilog.opl
The class of status values returned by refineConflict.
IloCplex.ContinuousCallback - Class in ilog.opl
The callback base class for user-written continuous callbacks.
IloCplex.ContinuousCallback() - Constructor for class ilog.opl.IloCplex.ContinuousCallback
The user-written callback constructor.
IloCplex.ControlCallback - Class in ilog.opl
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.opl.IloCplex.ControlCallback
 
IloCplex.CplexEndedException - Exception in ilog.opl
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 IloCplex.end() method has been called.
IloCplex.CplexStatus - Class in ilog.opl
Enumeration of possible cplex algorithm status codes.
IloCplex.CrossoverCallback - Class in ilog.opl
The base class for user-written callbacks during crossover from a barrier solution to a simplex basis.
IloCplex.CrossoverCallback() - Constructor for class ilog.opl.IloCplex.CrossoverCallback
Constructor for user-written crossover callback.
IloCplex.CutManagement - Class in ilog.opl
Enumeration of possible values to specify where a cut callback is called from.
IloCplex.CutManagement() - Constructor for class ilog.opl.IloCplex.CutManagement
 
IloCplex.CutType - Class in ilog.opl
Enumeration of cut types.
IloCplex.CutType() - Constructor for class ilog.opl.IloCplex.CutType
 
IloCplex.DataCheck - Class in ilog.opl
Enumeration of possible values for the IloCplex.IntParam.DataCheck parameter.
IloCplex.DataCheck() - Constructor for class ilog.opl.IloCplex.DataCheck
 
IloCplex.DeleteMode - Class in ilog.opl
Enumeration of possible values for the delete mode of IloCplex, as controlled by the methods IloCplex.setDeleteMode(ilog.opl.IloCplex.DeleteMode) and IloCplex.getDeleteMode().
IloCplex.DisjunctiveCutCallback - Class in ilog.opl
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.DisjunctiveCutCallback() - Constructor for class ilog.opl.IloCplex.DisjunctiveCutCallback
Constructor for user-written disjunctive cut callbacks.
IloCplex.DisjunctiveCutInfoCallback - Class in ilog.opl
Monitors the progress of the generation of disjunctive cuts when a mixed integer programming problem (MIP) is being solved.
IloCplex.DisjunctiveCutInfoCallback() - Constructor for class ilog.opl.IloCplex.DisjunctiveCutInfoCallback
Constructor for user-written disjunctive cut callbacks.
IloCplex.DoubleParam - Class in ilog.opl
Parameters of type double.
IloCplex.DoubleParam(int, String) - Constructor for class ilog.opl.IloCplex.DoubleParam
 
IloCplex.DoubleParameter - Class in ilog.opl
Members of this class access parameters that take a double value.
IloCplex.DoubleParameter(IloCplex.DoubleParam, double) - Constructor for class ilog.opl.IloCplex.DoubleParameter
 
IloCplex.DualPricing - Class in ilog.opl
Enumeration of possible values for the dual pricing parameter IloCplex.IntParam.DPriInd.
IloCplex.DualPricing() - Constructor for class ilog.opl.IloCplex.DualPricing
 
IloCplex.FilterIndex - Class in ilog.opl
An instance of this class represents the index of a filter associated with the solution pool.
IloCplex.FilterIndex(int) - Constructor for class ilog.opl.IloCplex.FilterIndex
 
IloCplex.FilterType - Class in ilog.opl
An instance of this class represents the type of a filter associated with the solution pool.
IloCplex.FilterType() - Constructor for class ilog.opl.IloCplex.FilterType
 
IloCplex.FlowMIRCutCallback - Class in ilog.opl
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.FlowMIRCutCallback() - Constructor for class ilog.opl.IloCplex.FlowMIRCutCallback
Constructor for user-written flow cover and MIR cut callbacks.
IloCplex.FlowMIRCutInfoCallback - Class in ilog.opl
Monitors the progress of the generation of flow cover and mixed integer rounding (MIR) cuts when a mixed integer programming problem (MIP) is being solved.
IloCplex.FlowMIRCutInfoCallback() - Constructor for class ilog.opl.IloCplex.FlowMIRCutInfoCallback
Constructor for user-written flow cover and MIR cut callbacks.
IloCplex.FractionalCutCallback - Class in ilog.opl
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.opl.IloCplex.FractionalCutCallback
Constructor for user-written fractional cut callbacks.
IloCplex.FractionalCutInfoCallback - Class in ilog.opl
Monitors the progress of the generation of fractional cuts when a mixed integer programming problem (MIP) is being solved.
IloCplex.FractionalCutInfoCallback() - Constructor for class ilog.opl.IloCplex.FractionalCutInfoCallback
Constructor for user-written fractional cut callbacks.
IloCplex.Goal - Class in ilog.opl
Goals can be used to control the branch-and-cut search in IloCplex.
IloCplex.Goal() - Constructor for class ilog.opl.IloCplex.Goal
 
IloCplex.HeuristicCallback - Class in ilog.opl
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.opl.IloCplex.HeuristicCallback
Constructor for user-written heuristic callbacks.
IloCplex.IncumbentCallback - Class in ilog.opl
This callback class is called whenever a new potential incumbent is found during the branch-and-cut search.
IloCplex.IncumbentCallback() - Constructor for class ilog.opl.IloCplex.IncumbentCallback
Constructor for user-written incumbent callback.
IloCplex.IntegerFeasibilityStatus - Class in ilog.opl
Objects of this class are used to indicate integer feasibility.
IloCplex.IntParam - Class in ilog.opl
Parameters of type int.
IloCplex.IntParam(int, String, boolean) - Constructor for class ilog.opl.IloCplex.IntParam
 
IloCplex.IntParameter - Class in ilog.opl
Members of this class access parameters that take integer values.
IloCplex.IntParameter(IloCplex.IntParam, int) - Constructor for class ilog.opl.IloCplex.IntParameter
 
IloCplex.LongParam - Class in ilog.opl
Parameters of type long.
IloCplex.LongParam(int, String) - Constructor for class ilog.opl.IloCplex.LongParam
 
IloCplex.LongParameter - Class in ilog.opl
Members of this class access parameters that take integer values.
IloCplex.LongParameter(IloCplex.LongParam, long) - Constructor for class ilog.opl.IloCplex.LongParameter
 
IloCplex.MIPCallback - Class in ilog.opl
The base class for all MIP callbacks.
IloCplex.MIPCallback() - Constructor for class ilog.opl.IloCplex.MIPCallback
Constructor for user-written MIP callback.
IloCplex.MIPCallback.NodeData - Interface in ilog.opl
Interface for user-objects attached to nodes.
IloCplex.MIPEmphasis - Class in ilog.opl
Enumeration of possible values for the IloCplex.IntParam.MIPEmphasis parameter.
IloCplex.MIPEmphasis() - Constructor for class ilog.opl.IloCplex.MIPEmphasis
 
IloCplex.MIPInfoCallback - Class in ilog.opl
The base class for all MIP informational callbacks.
IloCplex.MIPInfoCallback() - Constructor for class ilog.opl.IloCplex.MIPInfoCallback
Constructor for user-written MIP informational callback.
IloCplex.MIPSearch - Class in ilog.opl
Enumeration of possible values for the dual pricing parameter IloCplex.IntParam.MIPSearch.
IloCplex.MIPSearch() - Constructor for class ilog.opl.IloCplex.MIPSearch
 
IloCplex.MIPStartEffort - Class in ilog.opl
Levels of effort for CPLEX to expend to solve a MIP start.
IloCplex.NetworkCallback - Class in ilog.opl
This is the callback class to use when IloCplex uses the network optimizer.
IloCplex.NetworkCallback() - Constructor for class ilog.opl.IloCplex.NetworkCallback
Constructor for user-written network callback.
IloCplex.NodeCallback - Class in ilog.opl
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.opl.IloCplex.NodeCallback
This is the constructor for user-written node callbacks.
IloCplex.NodeEvaluator - Class in ilog.opl
Node evaluators can be used to control the node selection strategy during the branch-and-cut search.
IloCplex.NodeEvaluator() - Constructor for class ilog.opl.IloCplex.NodeEvaluator
Constructor for user-written node evaluator.
IloCplex.NodeId - Class in ilog.opl
A class for uniquely identifying a MIP node in a branch-and-cut tree.
IloCplex.NodeSelect - Class in ilog.opl
Enumeration of possible values for the IloCplex.IntParam.NodeSel parameter.
IloCplex.NodeSelect() - Constructor for class ilog.opl.IloCplex.NodeSelect
 
IloCplex.OptimalityTarget - Class in ilog.opl
Enumeration of possible values for the QP solution target parameter IloCplex.IntParam.OptimalityTarget.
IloCplex.OptimalityTarget() - Constructor for class ilog.opl.IloCplex.OptimalityTarget
 
IloCplex.ParallelMode - Class in ilog.opl
Enumeration of possible values for the dual pricing parameter IloCplex.IntParam.ParallelMode.
IloCplex.ParallelMode() - Constructor for class ilog.opl.IloCplex.ParallelMode
 
IloCplex.Param - Class in ilog.opl
 
IloCplex.Param() - Constructor for class ilog.opl.IloCplex.Param
 
IloCplex.Param.Barrier - Class in ilog.opl
Barrier
IloCplex.Param.Barrier() - Constructor for class ilog.opl.IloCplex.Param.Barrier
 
IloCplex.Param.Barrier.Limits - Class in ilog.opl
Limits
IloCplex.Param.Barrier.Limits() - Constructor for class ilog.opl.IloCplex.Param.Barrier.Limits
 
IloCplex.Param.Benders - Class in ilog.opl
Benders
IloCplex.Param.Benders() - Constructor for class ilog.opl.IloCplex.Param.Benders
 
IloCplex.Param.Benders.Tolerances - Class in ilog.opl
Tolerances
IloCplex.Param.Benders.Tolerances() - Constructor for class ilog.opl.IloCplex.Param.Benders.Tolerances
 
IloCplex.Param.Conflict - Class in ilog.opl
Conflict
IloCplex.Param.Conflict() - Constructor for class ilog.opl.IloCplex.Param.Conflict
 
IloCplex.Param.Emphasis - Class in ilog.opl
Emphasis
IloCplex.Param.Emphasis() - Constructor for class ilog.opl.IloCplex.Param.Emphasis
 
IloCplex.Param.Feasopt - Class in ilog.opl
Feasopt
IloCplex.Param.Feasopt() - Constructor for class ilog.opl.IloCplex.Param.Feasopt
 
IloCplex.Param.MIP - Class in ilog.opl
MIP
IloCplex.Param.MIP() - Constructor for class ilog.opl.IloCplex.Param.MIP
 
IloCplex.Param.MIP.Cuts - Class in ilog.opl
Cuts
IloCplex.Param.MIP.Cuts() - Constructor for class ilog.opl.IloCplex.Param.MIP.Cuts
 
IloCplex.Param.MIP.Limits - Class in ilog.opl
Limits
IloCplex.Param.MIP.Limits() - Constructor for class ilog.opl.IloCplex.Param.MIP.Limits
 
IloCplex.Param.MIP.PolishAfter - Class in ilog.opl
PolishAfter
IloCplex.Param.MIP.PolishAfter() - Constructor for class ilog.opl.IloCplex.Param.MIP.PolishAfter
 
IloCplex.Param.MIP.Pool - Class in ilog.opl
Pool
IloCplex.Param.MIP.Pool() - Constructor for class ilog.opl.IloCplex.Param.MIP.Pool
 
IloCplex.Param.MIP.Strategy - Class in ilog.opl
Strategy
IloCplex.Param.MIP.Strategy() - Constructor for class ilog.opl.IloCplex.Param.MIP.Strategy
 
IloCplex.Param.MIP.SubMIP - Class in ilog.opl
SubMIP
IloCplex.Param.MIP.SubMIP() - Constructor for class ilog.opl.IloCplex.Param.MIP.SubMIP
 
IloCplex.Param.MIP.Tolerances - Class in ilog.opl
Tolerances
IloCplex.Param.MIP.Tolerances() - Constructor for class ilog.opl.IloCplex.Param.MIP.Tolerances
 
IloCplex.Param.MultiObjective - Class in ilog.opl
MultiObjective
IloCplex.Param.MultiObjective() - Constructor for class ilog.opl.IloCplex.Param.MultiObjective
 
IloCplex.Param.Network - Class in ilog.opl
Network
IloCplex.Param.Network() - Constructor for class ilog.opl.IloCplex.Param.Network
 
IloCplex.Param.Network.Tolerances - Class in ilog.opl
Tolerances
IloCplex.Param.Network.Tolerances() - Constructor for class ilog.opl.IloCplex.Param.Network.Tolerances
 
IloCplex.Param.Output - Class in ilog.opl
Output
IloCplex.Param.Output() - Constructor for class ilog.opl.IloCplex.Param.Output
 
IloCplex.Param.Preprocessing - Class in ilog.opl
Preprocessing
IloCplex.Param.Preprocessing() - Constructor for class ilog.opl.IloCplex.Param.Preprocessing
 
IloCplex.Param.Read - Class in ilog.opl
Read
IloCplex.Param.Read() - Constructor for class ilog.opl.IloCplex.Param.Read
 
IloCplex.Param.Sifting - Class in ilog.opl
Sifting
IloCplex.Param.Sifting() - Constructor for class ilog.opl.IloCplex.Param.Sifting
 
IloCplex.Param.Simplex - Class in ilog.opl
Simplex
IloCplex.Param.Simplex() - Constructor for class ilog.opl.IloCplex.Param.Simplex
 
IloCplex.Param.Simplex.Limits - Class in ilog.opl
Limits
IloCplex.Param.Simplex.Limits() - Constructor for class ilog.opl.IloCplex.Param.Simplex.Limits
 
IloCplex.Param.Simplex.Perturbation - Class in ilog.opl
Perturbation
IloCplex.Param.Simplex.Perturbation() - Constructor for class ilog.opl.IloCplex.Param.Simplex.Perturbation
 
IloCplex.Param.Simplex.Tolerances - Class in ilog.opl
Tolerances
IloCplex.Param.Simplex.Tolerances() - Constructor for class ilog.opl.IloCplex.Param.Simplex.Tolerances
 
IloCplex.Param.Tune - Class in ilog.opl
Tune
IloCplex.Param.Tune() - Constructor for class ilog.opl.IloCplex.Param.Tune
 
IloCplex.Parameter - Class in ilog.opl
Members of this class enumerate the types of parameters.
IloCplex.Parameter() - Constructor for class ilog.opl.IloCplex.Parameter
 
IloCplex.ParameterSet - Class in ilog.opl
A parameter set for IloCplex.
IloCplex.PrimalPricing - Class in ilog.opl
Enumeration of possible values for the primal pricing parameter IloCplex.IntParam.PPriInd.
IloCplex.PrimalPricing() - Constructor for class ilog.opl.IloCplex.PrimalPricing
 
IloCplex.ProbingCallback - Class in ilog.opl
The base class for user-written callbacks that monitor probing progress.
IloCplex.ProbingCallback() - Constructor for class ilog.opl.IloCplex.ProbingCallback
Constructor for user-written probing callbacks.
IloCplex.ProbingInfoCallback - Class in ilog.opl
Monitors probing progress for user-written callbacks in a mixed integer program (MIP).
IloCplex.ProbingInfoCallback() - Constructor for class ilog.opl.IloCplex.ProbingInfoCallback
Constructor for user-written probing callbacks.
IloCplex.Quality - Class in ilog.opl
Objects of the class IloCplex.Quality contain information computed to measure the quality of a solution.
IloCplex.QualityType - Class in ilog.opl
This class contains symbolic names for IloCplex solution qualities.
IloCplex.QualityType() - Constructor for class ilog.opl.IloCplex.QualityType
 
IloCplex.Relaxation - Class in ilog.opl
Enumeration of possible values for the parameter FeasOptMode.
IloCplex.Relaxation() - Constructor for class ilog.opl.IloCplex.Relaxation
 
IloCplex.SimplexCallback - Class in ilog.opl
This is the callback class to use when IloCplex uses the simplex optimizer.
IloCplex.SimplexCallback() - Constructor for class ilog.opl.IloCplex.SimplexCallback
Constructor for a user-written simplex callback.
IloCplex.SolutionSource - Class in ilog.opl
This enumeration lists the values that tell for which type of solution the incumbent callback or lazy constraint callback was invoked.
IloCplex.SolutionSource() - Constructor for class ilog.opl.IloCplex.SolutionSource
 
IloCplex.SolveCallback - Class in ilog.opl
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.opl.IloCplex.SolveCallback
Constructor for user-written solve callback.
IloCplex.Status - Class in ilog.opl
Enumeration of possible solution status values, as returned by method cplex.getStatus.
IloCplex.StringParam - Class in ilog.opl
Parameters of type string.
IloCplex.StringParam(int, String) - Constructor for class ilog.opl.IloCplex.StringParam
 
IloCplex.StringParameter - Class in ilog.opl
Members of this class access parameters that take a string as a value.
IloCplex.StringParameter(IloCplex.StringParam, String) - Constructor for class ilog.opl.IloCplex.StringParameter
 
IloCplex.TuningStatus - Class in ilog.opl
Members of this class represent the status of a tuning session.
IloCplex.TuningStatus() - Constructor for class ilog.opl.IloCplex.TuningStatus
 
IloCplex.VariableSelect - Class in ilog.opl
Enumeration of possible values for the IloCplex.IntParam.VarSel parameter.
IloCplex.VariableSelect() - Constructor for class ilog.opl.IloCplex.VariableSelect
 
IloCplex.WriteLevel - Class in ilog.opl
Levels of detail when MIP starts and solutions are written to formatted files.
IloCplex.WriteLevel() - Constructor for class ilog.opl.IloCplex.WriteLevel
 
IloCumulFunctionExpr - Interface in ilog.concert
An instance of this class represents a cumul function expression in a model.
IloCumulFunctionExprMap - Interface in ilog.concert
This is the class for mapping a list of interval sequence variables.
IloCustomConstraint - Class in ilog.cp
This is the base class for custom constraint.
IloCustomConstraint(IloCP) - Constructor for class ilog.cp.IloCustomConstraint
This constructor is used in the constructor of your subclass as follows: super(cp)
IloCustomIntValueChooser - Class in ilog.cp
This is the base class for custom IntValueChooser.
IloCustomIntValueChooser(IloCP) - Constructor for class ilog.cp.IloCustomIntValueChooser
This constructor is to used in the constructor of your subclass as follows: super(cp)
IloCustomIntValueEval - Class in ilog.cp
This is the base class for custom IntValueEval.
IloCustomIntValueEval(IloCP) - Constructor for class ilog.cp.IloCustomIntValueEval
This constructor is to used in the constructor of your subclass as follows: super(cp)
IloCustomIntVarChooser - Class in ilog.cp
This is the base class for custom IntVarChooser.
IloCustomIntVarChooser(IloCP) - Constructor for class ilog.cp.IloCustomIntVarChooser
This constructor is to used in the constructor of your subclass as follows: super(cp)
IloCustomIntVarEval - Class in ilog.cp
This is the base class for custom IntVarEval.
IloCustomIntVarEval(IloCP) - Constructor for class ilog.cp.IloCustomIntVarEval
This constructor is to used in the constructor of your subclass as follows: super(cp)
IloCustomOplDataSource - Class in ilog.opl
This is the base class for custom data sources.
IloCustomOplDataSource(IloOplFactory) - Constructor for class ilog.opl.IloCustomOplDataSource
As all OPL objects, your data source needs a factory to be created.
IloCustomOplDisposeListener - Class in ilog.opl
This is the base class for custom datasources.
IloCustomOplDisposeListener(IloOplFactory) - Constructor for class ilog.opl.IloCustomOplDisposeListener
As all OPL objects, your datasource needs a factory to be created.
IloCustomOplPostProcessListener - Class in ilog.opl
You need to subclass this to implement your own postProcess listener.
IloCustomOplPostProcessListener(IloOplFactory) - Constructor for class ilog.opl.IloCustomOplPostProcessListener
As all OPL objects, your datasource needs a factory to be created.
IloCustomOplProgressListener - Class in ilog.opl
This is the base class for custom datasources.
IloCustomOplProgressListener(IloOplFactory) - Constructor for class ilog.opl.IloCustomOplProgressListener
As all OPL objects, your datasource needs a factory to be created.
IloCustomOplRunseedProgress - Class in ilog.opl
This is the base class for custom datasources.
IloCustomOplRunseedProgress(IloOplFactory) - Constructor for class ilog.opl.IloCustomOplRunseedProgress
As all OPL objects, your datasource needs a factory to be created.
IloException - Exception in ilog.concert
This is the base class for exceptions for the ilog.concert package.
IloException(String) - Constructor for exception ilog.concert.IloException
Creates an exception with its corresponding message.
IloException() - Constructor for exception ilog.concert.IloException
Creates an exception without a message.
IloException(Throwable) - Constructor for exception ilog.concert.IloException
Creates a new exception with the specified cause.
IloException(String, Throwable) - Constructor for exception ilog.concert.IloException
Creates a new exception with the specified message and cause.
ilog.concert - package ilog.concert
Concert modeling API.
ilog.cp - package ilog.cp
CP control API.
ilog.cplex - package ilog.cplex
 
ilog.opl - package ilog.opl
OPL control API.
IloIntDExprMap - Interface in ilog.concert
 
IloIntervalSequenceVar - Interface in ilog.concert
An instance of this class represents an interval sequence variable An interval sequence variable is defined on a set of interval variables {a1,...
IloIntervalSequenceVarMap - Interface in ilog.concert
This is the class for mapping a list of interval sequence variables.
IloIntervalVar - Interface in ilog.concert
An instance of this class represents an interval variable in a model.
IloIntervalVarMap - Interface in ilog.concert
This is the interface for mapping a list of interval variables.
IloIntExpr - Interface in ilog.concert
This is the basic public interface for integer expressions.
IloIntMap - Interface in ilog.concert
The interface IloIntMap maps a list of integer elements.
IloIntRange - Interface in ilog.concert
This interface represents the domain of an integer range.
IloIntSetMap - Interface in ilog.concert
This is the interface for mapping set of integer elements such as IloIntSet.
IloIntTupleSet - Interface in ilog.concert
An ordered set of values represented by an array.
IloIntValueChooser - Interface in ilog.cp
A value chooser is applied to a variable in a search strategy.
IloIntValueEval - Interface in ilog.cp
An evaluator of integer values is an object that is used by value selectors (IloValueSelector) to define instantiation strategies.
IloIntVar - Interface in ilog.concert
This interface defines the API for integer variables.
IloIntVarChooser - Interface in ilog.cp
A variable chooser is applied to an array of IloIntVar in a search strategy.
IloIntVarEval - Interface in ilog.cp
An evaluator of integer variables is an object that is used by selectors (IloVarSelector) of variables to define instantiation strategies.
IloIntVarMap - Interface in ilog.concert
This is the interface for mapping integer variable elements.
IloIsomorphism - Interface in ilog.concert
An instance of this class represents an isomorphism constraint.
IloLinearIntExpr - Interface in ilog.concert
This is the interface for scalar product expressions for integer variables.
IloLinearIntExprIterator - Interface in ilog.concert
Iterator for the linear terms of an IloLinearIntExpr expression object.
IloLinearNumExpr - Interface in ilog.concert
This is the interface for scalar product expressions for numerical variables of any type.
IloLinearNumExprIterator - Interface in ilog.concert
This is the iterator for the linear terms of an IloLinearNumExpr expression object.
IloLPMatrix - Interface in ilog.concert
As a modeling object, an instance of IloLPMatrix allows you to treat a set of variables and range constraints (instances of IloRange) as a matrix.
IloMap - Interface in ilog.concert
The superinterface for all maps, allowing to query the size, etc.
IloMapIndexArray - Interface in ilog.concert
This interface allows you to manipulate indices to access instances of IloTupleMap.
IloMemoryException - Exception in ilog.concert
Thrown when the Concert cannot allocate memory
IloMemoryException(String) - Constructor for exception ilog.concert.IloMemoryException
Creates an exception with its corresponding message.
IloMemoryException() - Constructor for exception ilog.concert.IloMemoryException
Creates an exception without a message.
IloModel - Interface in ilog.concert
This interface defines the API for classes that represent optimization models.
IloModeler - Interface in ilog.concert
Interface for basic modeling.
IloMPModeler - Interface in ilog.concert
IloMPModeler is an extension of the IloModeler modeling interface for mathematical programming (MP).
IloMultiCriterionExpr - Interface in ilog.concert
An instance of this class represents a multicriteria expression in a model.
IloNoOverlap - Interface in ilog.concert
An instance of this class represents a no-overlap constraint.
IloNumDExprMap - Interface in ilog.concert
 
IloNumExpr - Interface in ilog.concert
This is the public basic interface for all numerical expressions.
IloNumMap - Interface in ilog.concert
The interface IloNumMap maps a list of float elements.
IloNumSetMap - Interface in ilog.concert
This is the class for mapping set of float elements such as IloNumSet.
IloNumToNumSegmentFunction - Interface in ilog.concert
Piecewise linear function over a segment.
IloNumToNumSegmentFunctionCursor - Interface in ilog.concert
An instance of the class IloNumToNumSegmentFunctionCursor allows you to inspect the contents of an IloNumToNumSegmentFunction.
IloNumToNumStepFunction - Interface in ilog.concert
Represents a step function that is defined everywhere on an interval An instance of IloNumToNumStepFunction represents a step function that is defined everywhere on an interval [xMin, xMax).
IloNumToNumStepFunctionCursor - Interface in ilog.concert
An instance of the class IloNumToNumStepFunctionCursor allows you to inspect the contents of an instance of IloNumToNumStepFunction.
IloNumVar - Interface in ilog.concert
This interface defines the API for numerical variables of any type.
IloNumVarBound - Interface in ilog.concert
This interface defines the API for classes that represent the upper or lower bound of a variable as a constraint.
IloNumVarBoundType - Class in ilog.concert
Objects of this class represent the bound-type for a modeling variable.
IloNumVarMap - Interface in ilog.concert
This is the class for mapping a list of integer variables values.
IloNumVarType - Class in ilog.concert
Objects of this class represent the type of a modeling variable.
IloObjective - Interface in ilog.concert
This interface defines the API for objectives.
IloObjectiveSense - Class in ilog.concert
Objects of this class represent the sense of an IloObjective object.
IloOplCompiler - Class in ilog.opl
The OPL model source compiler.
IloOplConflictIterator - Class in ilog.opl
Utility for finding conflicts in constraints.
IloOplCplexBasis - Class in ilog.opl
Utility for CPLEX warm start of LP problems.
IloOplCplexVectors - Class in ilog.opl
Utility for CPLEX warm start of MIP problems.
IloOplDataElements - Class in ilog.opl
Data elements used by an OPL model instance.
IloOplDataHandler - Class in ilog.opl
Interface to provide OPL with data.
IloOplDataSerializer - Class in ilog.opl
Service class to serialize OPL data objects.
IloOplDataSerializer(IloOplSettings, OutputStream, boolean) - Method in class ilog.opl.IloOplFactory
 
IloOplDataSource - Class in ilog.opl
Provide data for an OPL model.
IloOplElement - Class in ilog.opl
Element declared in an OPL model.
IloOplErrorHandler - Class in ilog.opl
Interface for error handling.
IloOplException - Class in ilog.opl
Base class for all exceptions thrown by OPL.
IloOplFactory - Class in ilog.opl
The OPL factory allows you to create instances of OPL objects like models, datasources, etc.
IloOplFactory() - Constructor for class ilog.opl.IloOplFactory
Initialize the OPL environment necessary to create other objects.
IloOplModel - Class in ilog.opl
Instance of an OPL model.
IloOplModelDefinition - Class in ilog.opl
Definition for an OPL model.
IloOplModelSource - Class in ilog.opl
The source for an OPL model.
IloOplProfiler - Class in ilog.opl
The OPL profiling feature.
IloOplProfilerI - Class in ilog.opl
 
IloOplProfilerI.Section - Class in ilog.opl
 
IloOplProgressListener - Class in ilog.opl
 
IloOplProgressListener(IloOplProgressListenerI) - Constructor for class ilog.opl.IloOplProgressListener
 
IloOplProject - Class in ilog.opl
Convenience class for OPL projects.
IloOplRelaxationIterator - Class in ilog.opl
Utility for relaxing constraints.
IloOplRunConfiguration - Class in ilog.opl
Convenience class for running configurations.
IloOplSettings - Class in ilog.opl
Modifies the settings for OPL.
IloOr - Interface in ilog.concert
This interface defines the API for classes that represent or-constraints.
IloPiecewiseFunctionExpr - Interface in ilog.concert
IloPiecewiseFunctionExpr
IloPiecewiseFunctionExprMap - Interface in ilog.concert
This is the class for mapping a list of piecewise function expressions.
IloPropagator - Interface in ilog.cp
The IloPropagator interface offers a simple way to define a custom constraint, that is, one where you define the propagation rules by creating your own sub-class of IloCustomConstraint.
IloRange - Interface in ilog.concert
This is the interface for modeling objects representing ranged constraints of the format lb <= expr <= ub.
IloSearchPhase - Interface in ilog.cp
The interface IloSearchPhase is used to define instantiation strategies to help the embedded CP Optimizer search.
IloSolution - Interface in ilog.concert
This class represents solutions to a problem.
IloSpan - Interface in ilog.concert
An instance of this class represents a span constraint.
IloStateFunction - Interface in ilog.concert
An instance of this class represents an state function in a model.
IloStateFunctionExpr - Interface in ilog.concert
State function expressions.
IloStateFunctionExprMap - Interface in ilog.concert
This is the class for mapping a list of state function expressions.
IloSymbolMap - Interface in ilog.concert
The class IloSymbolMap maps a list of string elements.
IloSymbolSet - Interface in ilog.concert
The class IloSymbolSet is used to represent a collection of string values with no duplicate.
IloSymbolSetMap - Interface in ilog.concert
The class IloSymbolSetMap maps set-of-strings elements such as IloSymbolSet.
IloSynchronize - Interface in ilog.concert
Deprecated.
Since V20.1, use combination of IloStartAtStart and IloEndAtEnd constraints instead. An instance of this class represents a synchronization constraint.

An instance of IloSynchronize represents a synchronization constraint. A synchronization constraint between an interval variable a and a set of interval variables {b1,...,bn} makes all present intervals in {b1,...,bn} start and end together with interval a, if it is present.

IloTransitionDistance - Interface in ilog.concert
An instance of this class represents a transition distance.
IloTuple - Interface in ilog.concert
This interface represents an IloTuple that is a line of an IloTupleSet (pointed to by the index).
IloTupleBuffer - Interface in ilog.concert
The class IloTupleBuffer allows you to create a new tuple using the values of its different fields.
IloTupleIterator - Class in ilog.concert
 
IloTupleIterator(IloTupleSet) - Constructor for class ilog.concert.IloTupleIterator
 
IloTupleMap - Interface in ilog.concert
This class represents a convenient way to map tuple values.
IloTupleSchema - Interface in ilog.concert
This class declares an IloTupleSet schema.
IloTupleSet - Interface in ilog.concert
Allows you to represent a set of columns of different types in Concert Technology.
IloTupleSetMap - Interface in ilog.concert
This is the class for mapping set of tuple elements such as IloTupleSet.
IloValueSelector - Interface in ilog.cp
A selector of integer values is used by value choosers (interface IloIntValueChooser) to define search strategies.
IloVarSelector - Interface in ilog.cp
A selector of integer variables is used by variable choosers (interface IloIntVarChooser) to define search strategies.
impactOfLastBranch() - Method in class ilog.cp.IloCP
This method returns a variable evaluator.
ImplBd - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_IMPLBD
ImplBd - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Implied - Static variable in class ilog.opl.IloCplex.IntegerFeasibilityStatus
Indicates that a variable has been presolved out, but would be integer feasible when all the remaining integer variables are integer feasible.
Implied - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
Implied.
imply(IloConstraint, IloConstraint) - Method in class ilog.cp.IloCP
Creates and returns the new constraint c1 => c2, that is, the first constraint implies the other.
importModel(String) - Method in class ilog.cp.IloCP
This function reads a model from a file specified by the filename parameter.
importModel(InputStream) - Method in class ilog.cp.IloCP
This function reads a model from the specified stream.
importModel(String) - Method in class ilog.opl.IloCplex
Reads a model from the file indicated by name into the active model.
Indicator - Static variable in class ilog.opl.IloCplex.Param.Simplex.Perturbation
Indicator.
Infeasible - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
Infeasible - Static variable in class ilog.opl.IloCplex.IntegerFeasibilityStatus
Indicates that a variable or SOS is considered to be integer infeasible in the current node solution.
Infeasible - Static variable in class ilog.opl.IloCplex.Status
The Infeasible solution status indicates that the IloCplex optimizer has determined that the model is infeasible.
InfeasibleOrUnbounded - Static variable in class ilog.opl.IloCplex.Status
The InfeasibleOrUnbounded solution status indicates that the IloCplex optimizer has determined that the model is infeasible or unbounded.
inferred(IloIntVar[]) - Method in class ilog.cp.IloCP
Returns an "addable" which identifies certain variables as having their values inferred by the values taken on by non-inferred variables.
inferred(IloIntVar) - Method in class ilog.cp.IloCP
Returns an addable which identifies var as having its value inferred by the values taken on by non-inferred variables.
Infinity - Static variable in class ilog.cp.IloCP
This constant represents positive infinity of type double.
InfOrUnbd - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
init() - Method in class ilog.opl.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 - Static variable in class ilog.opl.IloOplProfilerI.Section
 
Int - Static variable in class ilog.concert.IloNumVarType
Integer variable type.
Integrality - Static variable in class ilog.opl.IloCplex.Param.MIP.Tolerances
Integrality.
Intensity - Static variable in class ilog.opl.IloCplex.Param.MIP.Pool
Intensity.
Interval - Static variable in class ilog.opl.IloCplex.Param.MIP
Interval.
IntervalMax - Static variable in class ilog.cp.IloCP
This constant represents the largest value that can be taken by the start or end of an interval variable.
IntervalMin - Static variable in class ilog.cp.IloCP
This constant represents the smallest value that can be taken by the start or end of an interval variable.
IntervalSequenceInferenceLevel - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
intervalSequenceVar(IloIntervalVar[], String) - Method in class ilog.cp.IloCP
This method creates an instance of sequence variable on the set of interval variables defined by array a.
intervalSequenceVar(IloIntervalVar[]) - Method in class ilog.cp.IloCP
This method creates an instance of sequence variable on the set of interval variables defined by array a.
intervalSequenceVar(IloIntervalVar[], int[], String) - Method in class ilog.cp.IloCP
This method creates an instance of sequence variable on the set of interval variables defined by array a.
intervalSequenceVar(IloIntervalVar[], int[]) - Method in class ilog.cp.IloCP
This method creates an instance of sequence variable on the set of interval variables defined by array a.
intervalVar() - Method in class ilog.cp.IloCP
This method creates an interval variable.
intervalVar(String) - Method in class ilog.cp.IloCP
This method creates an interval variable.
intervalVar(int) - Method in class ilog.cp.IloCP
This method creates an interval variable.
intervalVar(int, String) - Method in class ilog.cp.IloCP
This method creates an interval variable.
intervalVar(int, int) - Method in class ilog.cp.IloCP
This method creates an interval variable.
intervalVar(int, int, boolean, IloNumToNumStepFunction, int) - Method in class ilog.cp.IloCP
This method creates an interval variable.
intExpr() - Method in interface ilog.concert.IloModeler
Creates and returns an empty integer expression as an object.
intExpr(IloConstraint) - Method in class ilog.cp.IloCP
Creates and returns a new IloIntExpr from the ct.
intExprArray(int) - Method in class ilog.cp.IloCP
Creates and returns an array of null expressions.
IntMax - Static variable in class ilog.cp.IloCP
This constant represents the largest possible positive integer allowed in CP Optimizer.
IntMin - Static variable in class ilog.cp.IloCP
This constant represents the smallest possible negative integer allowed in CP Optimizer.
intRange(int, int) - Method in class ilog.opl.IloOplFactory
Creates an integer range.
intSet() - Method in class ilog.opl.IloOplFactory
Creates a set of integer values.
IntSolFilePrefix - Static variable in class ilog.opl.IloCplex.Param.Output
IntSolFilePrefix.
IntSolFilePrefix - Static variable in class ilog.opl.IloCplex.StringParam
Deprecated.
IntSolLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
IntSolLim - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
intTable(int) - Method in class ilog.cp.IloCP
Creates and returns a new table table.
IntType - Static variable in class ilog.opl.IloCplex.Parameter
 
intValueChooser(IloValueSelector) - Method in class ilog.cp.IloCP
This method returns an IloIntValueChooser made with the IloValueSelector valueSel.
intValueChooser(IloValueSelector[]) - Method in class ilog.cp.IloCP
This method returns an IloIntValueChooser made with the array of IloValueSelector valueSels.
intVar(int, int, String) - Method in interface ilog.concert.IloModeler
Creates and returns a new integer variable with the specified bounds and a name.
intVar(int, int) - Method in interface ilog.concert.IloModeler
Creates and returns a new integer variable with the specified bounds.
intVar(IloColumn, int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an integer modeling variable with specified upper bound, lower bound, and name for column-wise modeling.
intVar(IloColumn, int, int) - Method in interface ilog.concert.IloMPModeler
Creates an integer modeling variable, with specified upper and lower bound, for column-wise modeling.
intVar(int, int, String) - Method in class ilog.cp.IloCP
 
intVar(int[], String) - Method in class ilog.cp.IloCP
Creates and returns a new integer variable with a domain of possible values and a name.
intVar(int[]) - Method in class ilog.cp.IloCP
Creates and returns a new integer variable with a domain of possible values.
intVar(IloColumn, int, int) - Method in class ilog.opl.IloCplex
intVar(IloColumn, int, int, String) - Method in class ilog.opl.IloCplex
intVarArray(int, int, int) - Method in interface ilog.concert.IloModeler
Creates and returns a new array of n integer variables with the specified bounds.
intVarArray(int, int, int, String[]) - Method in interface ilog.concert.IloModeler
Creates an array of length n initialized to n new modeling integer variables, each with the same specified bounds and returns them in an array.
intVarArray(int, int[], int[]) - Method in interface ilog.concert.IloModeler
Creates an array of length n initialized to n new integer variables, each variable with its own bounds.
intVarArray(int, int[], int[], String[]) - Method in interface ilog.concert.IloModeler
Creates an array of length n initialized to n new integer variables, each variable with its own bounds.
intVarArray(IloColumnArray, int, int, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns integer modeling variables, all with the same specified upper bound and lower bound, with individually specified names, for column-wise modeling.
intVarArray(IloColumnArray, int, int) - Method in interface ilog.concert.IloMPModeler
Creates and returns integer modeling variables, all with the same upper bound and with the same lower bound, for column-wise modeling.
intVarArray(IloColumnArray, int[], int[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns integer modeling variables, with individually specified upper bound, lower bound, and name, for column-wise modeling.
intVarArray(IloColumnArray, int[], int[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns integer modeling variables, each with individually specified upper bound, lower bound, and name, for column-wise modeling.
intVarArray(int) - Method in class ilog.cp.IloCP
This method returns a new array of n null variables.
intVarArray(int, int[], String) - Method in class ilog.cp.IloCP
Returns a new array of n variables with domain values and a name.
intVarArray(int, int, int, String) - Method in class ilog.cp.IloCP
Creates and returns a new array of n variables with domain min..max and a name.
intVarChooser(IloVarSelector) - Method in class ilog.cp.IloCP
This method returns an IloIntVarChooser made with the IloVarSelector varSel.
intVarChooser(IloVarSelector[]) - Method in class ilog.cp.IloCP
This method returns an IloIntVarChooser made with the array of IloVarSelector varSels.
inverse(IloIntExpr[], IloIntExpr[]) - Method in class ilog.cp.IloCP
Creates and returns an inverse constraint.
invoke(IloCP, IloCP.Callback.Reason) - Method in interface ilog.cp.IloCP.Callback
This method is invoked by the passed CP object to perform the callback action.
isAborted() - Method in class ilog.opl.IloCplex.Aborter
Returns true if the method to abort has been called.
isAbsent() - Method in interface ilog.concert.IloIntervalVar
This member function returns true if and only if the invoking interval variable must be absent.
isAbsent(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Returns true if the absence status of interval variable a is true in the invoking solution.
isAbsent(String) - Method in class ilog.cp.IloCP
This method returns true if the interval variable with the specified name is currently set to be absent.
isAbsent(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns true if and only if interval variable a is absent in the invoking instance of IloCP.
isCompiledModel() - Method in class ilog.opl.IloOplRunConfiguration
This member function tests whether the model file is compiled.
isDecisionExpression() - Method in class ilog.opl.IloOplElement
This member function enables you to know whether the element is a decision expression.
isDecisionVariable() - Method in class ilog.opl.IloOplElement
This member function enables you to know whether the element is a decision variable.
isDiscreteDataCollection() - Method in class ilog.opl.IloOplElement
This member function enables you to know whether the element is a discrete data collection.
isDisplayOnePerLine() - Method in class ilog.opl.IloOplSettings
Returns true if the display is set to show only one item per line.
isDisplayWithComponentName() - Method in class ilog.opl.IloOplSettings
Returns true if tuple component names are shown.
isDisplayWithIndex() - Method in class ilog.opl.IloOplSettings
Returns true if item indices are shown when serializing model elements.
isDo4dsxDebug() - Method in class ilog.opl.IloOplSettings
Returns IloTrue if JavaScript is enabled.
isDualFeasible() - Method in class ilog.opl.IloCplex.ContinuousCallback
Returns a Boolean value indicating whether the current solution is dual feasible.
isDualFeasible() - Method in class ilog.opl.IloCplex.HeuristicCallback
Returns true if a dual feasible solution is available for the current node.
isDualFeasible() - Method in class ilog.opl.IloCplex
Returns true if a dual feasible solution is available.
isDualFeasible() - Method in class ilog.opl.IloCplex.SolveCallback
Returns true if a dual feasible solution is available for the current node.
isExportExternalData() - Method in class ilog.opl.IloOplSettings
Returns true if OPL will export the external data.
isExportInternalData() - Method in class ilog.opl.IloOplSettings
Returns true if OPL will export the internal data.
isExternalData() - Method in class ilog.opl.IloOplElement
This member function enables you to know whether the element is data that is external to the model.
isFeasible() - Method in class ilog.opl.IloCplex.ContinuousCallback
Returns a Boolean value indicating whether the current solution is primal feasible.
isFeasible() - Method in class ilog.opl.IloCplex.NetworkCallback
Returns a Boolean value indicating whether the current solution is primal feasible at the moment the callback is called.
isFixed(IloIntVar) - Method in interface ilog.concert.IloSolution
 
isFixed(IloNumVar) - Method in class ilog.cp.IloCP
This member function indicates if the domain of var takes on a particular value as maintained by the invoking IloCP instance.
isFixed(IloIntervalVar) - Method in class ilog.cp.IloCP
This method indicates if the domain of a takes on a particular value as maintained by the invoking IloCP instance.
isFixed(IloIntervalSequenceVar) - Method in class ilog.cp.IloCP
This method indicates if the domain of the interval sequence variable seq takes on a particular value as maintained by the invoking IloCP instance.
isFixed(IloCumulFunctionExpr) - Method in class ilog.cp.IloCP
This method indicates if the cumul function expression f takes on a particular value as maintained by the invoking IloCP instance.
isFixed(IloStateFunction) - Method in class ilog.cp.IloCP
This method indicates if the state function f takes on a particular value as maintained by the invoking IloCP instance.
isFixed(IloNumVar) - Method in class ilog.cp.IloCPEngine
This member function indicates if the domain of var takes on a particular value as maintained by the invoking IloCPEngine instance.
isFixed(IloNumVar) - Method in class ilog.cp.IloCustomConstraint
The member function determines if the variable var is fixed to a value.
isForceElemenPostProcessingtUsage() - Method in class ilog.opl.IloOplSettings
Returns true if the usage of all model elements is forced.
isForceElementUsage() - Method in class ilog.opl.IloOplSettings
Returns true if the usage of all model elements is forced.
isIn(IloTupleBuffer) - Method in interface ilog.concert.IloTupleSet
This method checks whether a given IloTupleBuffer object is in the collection.
isInDomain(IloIntVar, int) - Method in interface ilog.concert.IloSolution
 
isInDomain(IloNumVar, int) - Method in class ilog.cp.IloCP
This member function indicates whether value is contained in the current domain of var as maintained by the invoking IloCP instance.
isInDomain(IloNumVar, int) - Method in class ilog.cp.IloCPEngine
This member function indicates whether value is contained in the current domain of var as maintained by the invoking IloCPEngine instance.
isInDomain(IloNumVar, int) - Method in class ilog.cp.IloCustomConstraint
The member function determines if the value value is in the current domain of the variable var.
isInt(int) - Method in interface ilog.concert.IloTupleSchema
This method is used to determine whether a column contains integer values.
isIntCollection(int) - Method in interface ilog.concert.IloTupleSchema
This method is used to determine whether a column is an integer collection column.
isIntegerFeasible() - Method in class ilog.opl.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.opl.IloCplex.Goal
Returns true if current solution is integer feasible
isInternalData() - Method in class ilog.opl.IloOplElement
This member function enables you to know whether the element is data that is initialized in the model.
isKeepTmpFiles() - Method in class ilog.opl.IloOplSettings
Returns true if temporary files are kept.
isMainEndEnabled() - Method in class ilog.opl.IloOplSettings
Returns true if calls to end() inside a main scripting block are executed.
isMap() - Method in class ilog.opl.IloOplElement
This member function enables you to know whether the element is a map.
isMIP() - Method in class ilog.opl.IloCplex
Returns true if the active model is a MIP.
isNull() - Method in class ilog.opl.IloOplModelDefinition
 
isNum(int) - Method in interface ilog.concert.IloTupleSchema
This method is used to determine whether a column contains float values.
isNumCollection(int) - Method in interface ilog.concert.IloTupleSchema
This method is used to determine whether a column is a float collection column.
isomorphism(IloIntervalVar[], IloIntervalVar[]) - Method in class ilog.cp.IloCP
This method creates an isomorphism constraint between the set of interval variables in the array domain and the set of interval variables in the array intervals.
isomorphism(IloIntervalVar[], IloIntervalVar[], String) - Method in class ilog.cp.IloCP
This method creates an isomorphism constraint between the set of interval variables in the array domain and the set of interval variables in the array intervals.
isomorphism(IloIntervalVar[], IloIntervalVar[], IloIntExpr[], int) - Method in class ilog.cp.IloCP
This method creates an isomorphism constraint between the set of interval variables in the array domain and the set of interval variables in the array intervals.
isomorphism(IloIntervalVar[], IloIntervalVar[], IloIntExpr[], int, String) - Method in class ilog.cp.IloCP
This method creates an isomorphism constraint between the set of interval variables in the array domain and the set of interval variables in the array intervals.
isPostProcessing() - Method in class ilog.opl.IloOplElement
This member function enables you to know whether the element is in postprocessing.
isPresent() - Method in interface ilog.concert.IloIntervalVar
This member function returns true if and only if the invoking interval variable must be present.
isPresent(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Returns true if the presence status of interval variable a is true in the invoking solution.
isPresent(String) - Method in class ilog.cp.IloCP
This method returns true if the interval variable with the specified name is currently set to be present.
isPresent(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns true if and only if interval variable a is present in the invoking instance of IloCP.
isPrimalFeasible() - Method in class ilog.opl.IloCplex.HeuristicCallback
Returns true if a primal feasible solution is available for the current node.
isPrimalFeasible() - Method in class ilog.opl.IloCplex
Returns true if a primal feasible solution is available.
isPrimalFeasible() - Method in class ilog.opl.IloCplex.SolveCallback
Returns true if a primal feasible solution is available for the current node.
isQC() - Method in class ilog.opl.IloCplex
Returns true if the active model has quadratic constraints.
isQO() - Method in class ilog.opl.IloCplex
Returns true if the active model has a quadratic objective function.
isSkipAssert() - Method in class ilog.opl.IloOplSettings
Returns true if the evaluation of assert statements is skipped.
isSkipWarnNeverUsedElements() - Method in class ilog.opl.IloOplSettings
Returns true if the detection of unused OPL elements is skipped.
isSymbol(int) - Method in interface ilog.concert.IloTupleSchema
This method is used to determine whether a column contains string values.
isTuple(int) - Method in interface ilog.concert.IloTupleSchema
This method is used to determine whether a column is a subtuple column.
isUsingCP() - Method in class ilog.opl.IloOplModel
This member function tells you whether this model requires a CP engine.
isUsingCplex() - Method in class ilog.opl.IloOplModel
This member function tells you whether this model requires a CPLEX engine.
isWithDataChecks() - Method in class ilog.opl.IloOplSettings
Returns true if OPL must check the integrity of the input data.
isWithJavaScript() - Method in class ilog.opl.IloOplSettings
Returns IloTrue if JavaScript is enabled.
isWithLocations() - Method in class ilog.opl.IloOplSettings
Returns true if locations are present.
isWithMultiEnv() - Method in class ilog.opl.IloOplSettings
Returns IloTrue if multi-env mode is enabled.
isWithNames() - Method in class ilog.opl.IloOplSettings
Returns true if names for decision variables and constraints are present.
isWithWarnings() - Method in class ilog.opl.IloOplSettings
Returns true if the OPL must output warnings or not.
Iteration - Static variable in class ilog.opl.IloCplex.Param.Barrier.Limits
Iteration.
Iterations - Static variable in class ilog.opl.IloCplex.Param.Network
Iterations.
Iterations - Static variable in class ilog.opl.IloCplex.Param.Sifting
Iterations.
Iterations - Static variable in class ilog.opl.IloCplex.Param.Simplex.Limits
Iterations.
IterativeDiving - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of SearchType indicating that a search based on repetitive greedy dives should be used.
iterator() - Method in interface ilog.concert.IloAnd
This method returns an iterator that traverses the constraints in the and-constraint.
iterator() - Method in interface ilog.concert.IloModel
This method returns an iterator that traverses the objects in the model.
iterator() - Method in interface ilog.concert.IloOr
This method returns an iterator that traverses the constraints in the or-constraint.
iterator() - Method in interface ilog.concert.IloTupleSet
Returns an iterator on the IloTupleSet.
iterator(IloIntVar) - Method in class ilog.cp.IloCP
This member function returns an iterator to iterate over the domain of var, as maintained by the invoking IloCP.
iterator(IloIntVar) - Method in class ilog.cp.IloCPEngine
This member function returns an iterator to iterate over the domain of var, as maintained by the invoking IloCPEngine.
iterator(IloIntVar) - Method in class ilog.cp.IloCustomConstraint
This member function creates an iterator which iterates over the elements of the domain of var.
iterator() - Method in class ilog.opl.IloCplex
 
ItLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
ItLim - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.

K

Kappa - Static variable in class ilog.opl.IloCplex.QualityType
 
KappaAttention - Static variable in class ilog.opl.IloCplex.QualityType
 
KappaIllposed - Static variable in class ilog.opl.IloCplex.QualityType
 
KappaMax - Static variable in class ilog.opl.IloCplex.QualityType
 
KappaStable - Static variable in class ilog.opl.IloCplex.QualityType
 
KappaStats - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
KappaStats.
KappaSuspicious - Static variable in class ilog.opl.IloCplex.QualityType
 
KappaUnstable - Static variable in class ilog.opl.IloCplex.QualityType
 
keepRefOnOutputStreamAdapter(JavaToCppOutputStreamAdapter) - Method in class ilog.opl.IloOplDataSerializer
 
keepRefOnOutputStreamAdapter(JavaToCppOutputStreamAdapter) - Method in class ilog.opl.IloOplErrorHandler
 
KPIDisplay - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter that determines how KPIs are displayed during the search.

L

last(IloIntervalSequenceVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever interval variable a is present, it must be ordered last in the sequence variable seq.
LBHeur - Static variable in class ilog.opl.IloCplex.BooleanParam
Deprecated.
LBHeur - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
LBHeur.
le(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr <= rhs.
le(IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint expr <= rhs and assigned the name name.
le(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 <= e2.
le(IloNumExpr, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloConstraint initialized to represent the constraint e1 <= e2 and assigned the name name.
le(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val <= expr.
le(double, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint val <= expr and assigned the name name.
le(IloIntExpr, int) - Method in class ilog.cp.IloCP
Creates and returns the new constraint e <= v.
le(IloIntExpr, IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns the new constraint e1 <= e2.
le(int, IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns the new constraint v <= e.
le(IloCumulFunctionExpr, int) - Method in class ilog.cp.IloCP
This method returns a constraint that states that the value of cumul function expression f should never be greater than vmax.
le(IloCumulFunctionExpr, IloIntExpr) - Method in class ilog.cp.IloCP
This method returns a constraint that states that the value of cumul function expression f should never be greater than vmax.
le(int, IloCumulFunctionExpr) - Method in class ilog.cp.IloCP
This method returns a constraint that states that the value of cumul function expression f should never be less than than vmin.
le(IloIntExpr, IloCumulFunctionExpr) - Method in class ilog.cp.IloCP
This method returns a constraint that states that the value of cumul function expression f should never be less than than vmin.
le(IloNumExpr, IloNumExpr, String) - Method in class ilog.opl.IloCplex
 
LeaveBasis - Static variable in class ilog.opl.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(IloNumExpr, double) - Method in class ilog.opl.IloCplex
Creates a constraint goal for the constraint expr <= rhs.
leGoal(IloNumExpr, IloNumExpr) - Method in class ilog.opl.IloCplex
Creates a constraint goal for the constraint expr1 <= expr2.
leGoal(double, IloNumExpr) - Method in class ilog.opl.IloCplex
Creates a constraint goal for the constraint lhs >= expr.
lengthEval(IloIntervalVar, IloNumToNumSegmentFunction) - Method in class ilog.cp.IloCP
This method returns a numerical expression that represents the value of function f evaluated on the length of interval variable a whenever the interval variable is present.
lengthEval(IloIntervalVar, IloNumToNumSegmentFunction, double) - Method in class ilog.cp.IloCP
This method returns a numerical expression that represents the value of function f evaluated on the length of interval variable a whenever the interval variable is present.
lengthOf(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the length of interval variable a whenever the interval variable is present.
lengthOf(IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the length of interval variable a whenever the interval variable is present.
lengthOfNext(IloIntervalSequenceVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the length of the interval variable that is next to interval a in sequence variable seq.
lengthOfNext(IloIntervalSequenceVar, IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the length of the interval variable that is next to interval a in sequence variable seq.
lengthOfPrevious(IloIntervalSequenceVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the length of the interval variable that is previous to interval a in sequence variable seq.
lengthOfPrevious(IloIntervalSequenceVar, IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the length of the interval variable that is previous to interval a in sequence variable seq.
lexicographic(IloIntExpr[], IloIntExpr[]) - Method in class ilog.cp.IloCP
Creates and returns a constraint which maintains two arrays to be lexicographically ordered.
LiftProj - Static variable in class ilog.opl.IloCplex.CutType
CPX_CUT_LIFT_PROJ
LiftProj - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
LiftProj.
LiftProjCuts - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
LimitedSolve - Static variable in class ilog.opl.IloCplex.ConflictAlgorithm
Use solve up to node limit for detecting infeasibilities
Linear - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
Deprecated.
linearIntExpr() - Method in interface ilog.concert.IloModeler
Creates and returns an integer linear expression initialized as 0 (zero).
linearIntExpr(int) - Method in interface ilog.concert.IloModeler
Creates and returns an integer linear expression initialized as the constant val.
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.
Linearization - Static variable in class ilog.opl.IloCplex.Param.MIP.Tolerances
Linearization.
linearNumExpr() - Method in interface ilog.concert.IloModeler
Creates and returns a zero linear expression.
linearNumExpr(double) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression initialized as the constant.
LocalCover - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_LOCALCOVER
LocalImplBd - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_LOCALIMPLBD
LocalImplied - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
LocalImplied - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
LocalImplied.
log(IloNumExpr) - Method in class ilog.cp.IloCP
Creates and returns the new expression log(e).
LogPeriod - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
LogSearchTags - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
LogVerbosity - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
LongType - Static variable in class ilog.opl.IloCplex.Parameter
 
Low - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of various inference level parameters, indicating that the lowest inference level is to be used.
Lower - Static variable in class ilog.concert.IloNumVarBoundType
Lower bound type.
lowerBound(IloNumVar) - Method in class ilog.opl.IloCplex
Creates and returns an object of type IloNumVarBound to represent the lower bound of the variable var.
LowerCutoff - Static variable in class ilog.opl.IloCplex.Param.MIP.Tolerances
LowerCutoff.
LowerObj - Static variable in class ilog.opl.IloCplex.Param.Simplex.Limits
LowerObj.
LowerObjStop - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
LowerObjStop - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
LowerObjStop.
LPMatrix() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloLPMatrix object.
LPMatrix(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloLPMatrix object with the specified name.
LPMatrixIterator() - Method in class ilog.opl.IloCplex
Returns an iterator over all IloLPMatrix objects in the active model.
lt(IloIntExpr, int) - Method in class ilog.cp.IloCP
Creates and returns the new constraint e < v.
lt(IloIntExpr, IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns the new constraint e1 < e2.
lt(int, IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns the new constraint vintExpr < e.

M

main() - Method in class ilog.opl.IloCplex.Callback
The method to be implemented by user callback classes.
main() - Method in class ilog.opl.IloOplModel
Executes flow control scripting defined in the model.
makeBranch(IloNumVar[], double[], IloCplex.BranchDirection[], double) - Method in class ilog.opl.IloCplex.BranchCallback
Creates a child node for the current node.
makeBranch(IloNumVar[], double[], IloCplex.BranchDirection[], double, Object) - Method in class ilog.opl.IloCplex.BranchCallback
Creates a child node for the current node.
makeBranch(IloNumVar, double, IloCplex.BranchDirection, double) - Method in class ilog.opl.IloCplex.BranchCallback
Creates a child node for the current node.
makeBranch(IloNumVar, double, IloCplex.BranchDirection, double, Object) - Method in class ilog.opl.IloCplex.BranchCallback
Creates a child node for the current node.
makeBranch(IloConstraint[], double) - Method in class ilog.opl.IloCplex.BranchCallback
Creates a child node for the current node.
makeBranch(int, Object) - Method in class ilog.opl.IloCplex.BranchCallback
 
makeBranch(IloConstraint[], double, Object) - Method in class ilog.opl.IloCplex.BranchCallback
Creates a child node for the current node.
makeBranch(IloRange, double) - Method in class ilog.opl.IloCplex.BranchCallback
Creates a child node for the current node.
makeBranch(IloRange, double, Object) - Method in class ilog.opl.IloCplex.BranchCallback
Creates a child node for the current node.
makeDataElements() - Method in class ilog.opl.IloOplModel
This service routine returns all elements used in this OPL model instance.
makeElement(String, IloTuple) - Method in class ilog.opl.IloOplDataElements
Creates a new data element, which can be added to this collection.
makeElement(String, int) - Method in class ilog.opl.IloOplDataElements
Creates a new data element, which can be added to this collection.
makeElement(String, double) - Method in class ilog.opl.IloOplDataElements
Creates a new data element, which can be added to this collection.
makeElement(String, String) - Method in class ilog.opl.IloOplDataElements
Creates a new data element, which can be added to this collection.
makeFirst() - Method in interface ilog.concert.IloTupleSet
Creates the first tuple.
makeLast() - Method in interface ilog.concert.IloTupleSet
Creates the last tuple.
makeMapIndexer() - Method in interface ilog.concert.IloMap
Retrieves the indices of an array.
makeRunConfiguration() - Method in class ilog.opl.IloOplProject
This member function creates a named run configuration.
makeRunConfiguration(String) - Method in class ilog.opl.IloOplProject
This member function creates a named run configuration.
makeRunConfigurationNames() - Method in class ilog.opl.IloOplProject
This member function returns the names of all available run configurations.
makeTuple() - Method in interface ilog.concert.IloTupleMap
Creates an empty tuple to be filled by getAt
makeTuple(int) - Method in interface ilog.concert.IloTupleSet
This method returns an indexed tuple.
makeTupleBuffer(int) - Method in interface ilog.concert.IloTupleSet
This method edits the tuple to modify it or to create a new tuple.
makeTupleValue(int) - Method in interface ilog.concert.IloTuple
Creates and returns the IloTuple value of the given column of the invoking tuple.
makeTupleValue(String) - Method in interface ilog.concert.IloTuple
Creates and returns the IloTuple value of the given column of the invoking tuple.
mapIndexArray(int) - Method in class ilog.opl.IloOplFactory
Returns an array to manipulate indices to access instances of IloTupleMap.
Markowitz - Static variable in class ilog.opl.IloCplex.Param.Simplex.Tolerances
Markowitz.
max(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression max(e1, e2).
max(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression max(val, e2).
max(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression max(e1, val).
max(IloNumExpr[]) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression max(e), the maximum over the array.
max(IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression max(e1, e2).
max(int, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression max(val, e2).
max(IloIntExpr, int) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression max(e1, val).
max(IloIntExpr[]) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression max(e).
max(IloIntExpr[]) - Method in class ilog.cp.IloCP
Creates and returns the new expression max(expr).
max(IloNumExpr[]) - Method in class ilog.cp.IloCP
Creates and returns the new numeric expression max(expr), the maximum over the array.
MaxCompSlack - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxDualInfeas - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxDualResidual - Static variable in class ilog.opl.IloCplex.QualityType
 
maximize(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to maximize the expression expr.
maximize(IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to maximize the expression expr and assigned the name name.
maximize() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty maximization objective function.
maximize(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty maximization objective function.
Maximize - Static variable in class ilog.concert.IloObjectiveSense
Indicates the objective sense for maximization.
maximize(IloIntExpr) - Method in class ilog.cp.IloCP
Creates a maximization objective.
maximize(IloMultiCriterionExpr) - Method in class ilog.cp.IloCP
Creates a maximization multicriteria objective.
maximize() - Method in class ilog.opl.IloCplex
maximize(String) - Method in class ilog.opl.IloCplex
MaxInfeas - Static variable in class ilog.opl.IloCplex.VariableSelect
Branch on variable with maximum infeasibility.
MaxIntInfeas - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxPi - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxPrimalInfeas - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxPrimalResidual - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxRedCost - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxScaledDualInfeas - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxScaledDualResidual - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxScaledPi - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxScaledPrimalInfeas - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxScaledPrimalResidual - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxScaledRedCost - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxScaledSlack - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxScaledX - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxSlack - Static variable in class ilog.opl.IloCplex.QualityType
 
MaxX - Static variable in class ilog.opl.IloCplex.QualityType
 
MCF - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_MCF
MCFCut - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
MCFCut.
MCFCuts - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Measure - Static variable in class ilog.opl.IloCplex.Param.Tune
Measure.
Medium - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of various inference level parameters, indicating that the medium (just above basic) inference level is to be used.
Member - Static variable in class ilog.opl.IloCplex.ConflictStatus
This element must be a member of the conflict.
MemLimFeas - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
MemLimInfeas - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
Memory - Static variable in class ilog.opl.IloCplex.Param.Emphasis
Memory.
MemoryEmphasis - Static variable in class ilog.opl.IloCplex.BooleanParam
Deprecated.
MemoryUsage - Static variable in class ilog.cp.IloCP.IntInfo
This information represents the total memory, in bytes, used globally by the IloCP instance and any of its slave objects
MemoryUsage - Static variable in class ilog.cp.IloCPEngine.IntInfo
This information represents the total memory, in bytes, used by the local IloCPEngine instance and any of its slave objects.
min(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression min(e1, e2).
min(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression min(val, e2).
min(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression min(e1, val).
min(IloNumExpr[]) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression min(e), the minimum over the array.
min(IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression min(e1, e2).
min(int, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression min(val, e2).
min(IloIntExpr, int) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression min(e1, val).
min(IloIntExpr[]) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression min(e).
min(IloIntExpr[]) - Method in class ilog.cp.IloCP
Creates and returns the new expression min(exprs).
min(IloNumExpr[]) - Method in class ilog.cp.IloCP
Creates and returns the new numeric expression min(exprs), the minimum over the array.
minimize(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to minimize the expression expr.
minimize(IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to minimize the expression expr and assigned the name name.
minimize() - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty minimization objective function.
minimize(String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty minimization objective function.
Minimize - Static variable in class ilog.concert.IloObjectiveSense
Indicates the objective sense for minimization.
minimize(IloIntExpr) - Method in class ilog.cp.IloCP
Creates a minimization objective.
minimize(IloMultiCriterionExpr) - Method in class ilog.cp.IloCP
Creates a minimization multicriteria objective.
minimize() - Method in class ilog.opl.IloCplex
minimize(String) - Method in class ilog.opl.IloCplex
MinInf - Static variable in class ilog.opl.IloCplex.Relaxation
= CPX_FEASOPT_MIN_INF
MinInfeas - Static variable in class ilog.opl.IloCplex.VariableSelect
Branch on variable with minimum infeasibility.
MinQuad - Static variable in class ilog.opl.IloCplex.Relaxation
= CPX_FEASOPT_MIN_QUAD
MinSum - Static variable in class ilog.opl.IloCplex.Relaxation
= CPX_FEASOPT_MIN_SUM
MIP - Static variable in class ilog.opl.IloCplex.Algorithm
This value may not be used to select an optimizer but is returned by IloCplex.getAlgorithm when the mixed integer optimizer has generated the current solution.
MIP - Static variable in class ilog.opl.IloCplex.Param.Emphasis
MIP.
MIPDisplay - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
MIPEmphasis - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
MIPGap - Static variable in class ilog.opl.IloCplex.Param.MIP.PolishAfter
MIPGap.
MIPGap - Static variable in class ilog.opl.IloCplex.Param.MIP.Tolerances
MIPGap.
MIPInterval - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
MIPInterval - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
MIPKappaStats - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
MIPOrdInd - Static variable in class ilog.opl.IloCplex.BooleanParam
Deprecated.
MIPOrdType - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
MIPSearch - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
MIPStartSolution - Static variable in class ilog.opl.IloCplex.SolutionSource
The integral solution was found during MIP start processing.
MIQCPStrat - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
MIQCPStrat - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
MIQCPStrat.
MIR - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_MIR
MIRCut - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
MIRCut.
MIRCuts - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Mode - Static variable in class ilog.opl.IloCplex.Param.Feasopt
Mode.
ModelAnonymizer - Static variable in class ilog.cp.IloCP.IntParam
This parameter controls anonymization of a model dumped via dumpModel.
modulo(IloIntExpr, int) - Method in class ilog.cp.IloCP
Creates and returns the modulo expression e % r.
MPSLong - Static variable in class ilog.opl.IloCplex.Param.Output
MPSLong.
MPSLongNum - Static variable in class ilog.opl.IloCplex.BooleanParam
Deprecated.
MultiObjDisplay - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
MultiObjInfeasible - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
MultiObjInfOrUnbd - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
MultiObjNonOptimal - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
MultiObjOptimal - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
MultiObjStopped - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
MultiObjUnbounded - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
MultipleLines - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of KPIDisplay indicating that KPIs should be displayed one per line in the log.
MultiPoint - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of SearchType indicating that a search based the principles of population search (genetic algorithms) should be used.
MultiPointNumberOfSearchPoints - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.

N

negative(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new numeric expression -e, the negation of the expression e.
negative(IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression -e, the negation of the expression e.
Neighborhood - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of SearchType indicating that a search based on a solution neighborhood exploration should be used (feature in beta).
neq(IloIntExpr, int) - Method in class ilog.cp.IloCP
Creates and returns the new constraint e !
neq(IloIntExpr, IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns the new constraint e1 !
neq(int, IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns the new constraint v !
NetDisplay - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
NetEpOpt - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
NetEpRHS - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
NetFind - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
NetFind - Static variable in class ilog.opl.IloCplex.Param.Network
NetFind.
NetItLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
NetItLim - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
NetPPriInd - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Network - Static variable in class ilog.opl.IloCplex.Algorithm
Selects the network simplex algorithm.
next() - Method in interface ilog.concert.IloNumToNumSegmentFunctionCursor
This operator moves the cursor to the segment adjacent to the current step (forward move).
next() - Method in interface ilog.concert.IloNumToNumStepFunctionCursor
This operator moves the cursor to the step adjacent to the current step (forward move).
next() - Method in class ilog.concert.IloTupleIterator
 
next() - Method in class ilog.cp.IloCP
This method searches for a new (or first) solution to the model.
next() - Method in class ilog.opl.IloOplConflictIterator
Goes to the next conflict.
next() - Method in class ilog.opl.IloOplRelaxationIterator
Goes to the next relaxation.
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.
NoCheck - Static variable in class ilog.opl.IloCplex.MIPStartEffort
CPLEX accepts the MIP start without any checks.
NodeAlg - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
NodeAlgorithm - Static variable in class ilog.opl.IloCplex.Param
NodeAlgorithm.
Nodecuts - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Nodecuts - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
Nodecuts.
NodeFileInd - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
NodeLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
NodeLim - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
NodeLimFeas - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
NodeLimInfeas - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
NodeLimit - Static variable in class ilog.opl.IloCplex.Param.MIP.SubMIP
NodeLimit.
Nodes - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
Nodes.
Nodes - Static variable in class ilog.opl.IloCplex.Param.MIP.PolishAfter
Nodes.
NodeSel - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
NodeSelect - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
NodeSelect.
NodeSolution - Static variable in class ilog.opl.IloCplex.SolutionSource
The integral solution was found as the solution to an LP-relaxation of a node in the search tree.
None - Static variable in class ilog.opl.IloCplex.Algorithm
Selects no algorithm.
NonzeroDiscreteVars - Static variable in class ilog.opl.IloCplex.WriteLevel
Specifies that only nonzero discrete variables should be written to the file.
Nonzeros - Static variable in class ilog.opl.IloCplex.Param.Read
Deprecated.
NonzeroVars - Static variable in class ilog.opl.IloCplex.WriteLevel
Specifies that only nonzero variables should be written to the file.
noOverlap(IloIntervalVar[], String) - Method in class ilog.cp.IloCP
This method creates a no-overlap constraint on the set of interval variables defined by array a.
noOverlap(IloIntervalVar[]) - Method in class ilog.cp.IloCP
This method creates a no-overlap constraint on the set of interval variables defined by array a.
noOverlap(IloIntervalSequenceVar, IloTransitionDistance, String) - Method in class ilog.cp.IloCP
This method creates a no-overlap constraint on the sequence variable seq.
noOverlap(IloIntervalSequenceVar, IloTransitionDistance) - Method in class ilog.cp.IloCP
This method creates a no-overlap constraint on the sequence variable seq.
noOverlap(IloIntervalSequenceVar) - Method in class ilog.cp.IloCP
This method creates a no-overlap constraint on the sequence variable seq.
noOverlap(IloIntervalSequenceVar, IloTransitionDistance, boolean, String) - Method in class ilog.cp.IloCP
This method creates a no-overlap constraint on the sequence variable seq.
noOverlap(IloIntervalSequenceVar, IloTransitionDistance, boolean) - Method in class ilog.cp.IloCP
This method creates a no-overlap constraint on the sequence variable seq.
NoOverlapInferenceLevel - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
Normal - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of LogVerbosity indicating there should be a normal level of log output (more than the Terse level).
NoState - Static variable in class ilog.cp.IloCP
This static integer of value -1 is the conventional value of an instance of IloStateFunction at any point out of its definition domain.
not(IloConstraint) - Method in interface ilog.concert.IloModeler
Creates and returns a constraint that is the logical negation of its argument.
not(IloConstraint, String) - Method in interface ilog.concert.IloModeler
Creates and returns a constraint that is the logical negation of its argument and assigns the string name as the name of the returned constraint.
NotABasicStatus - Static variable in class ilog.opl.IloCplex.BasisStatus
This status represents an illegal basis status.
notifyEnterSection(IloOplProfilerI.Section, String, double) - Method in class ilog.opl.IloOplProgressListener
 
notifyExitSection(IloOplProfilerI.Section, String, double) - Method in class ilog.opl.IloOplProgressListener
 
NumberOfAuxiliaryVariables - Static variable in class ilog.cp.IloCP.IntInfo
Integer info parameter which is the number of auxiliary variables that have been added by the engine in the IloCP instance.
NumberOfBlackboxCalls - Static variable in class ilog.cp.IloCP.IntInfo
This information is the number of blackbox function evaluations executed in the last solve of the IloCP instance.
NumberOfBlackboxCalls - Static variable in class ilog.cp.IloCPEngine.IntInfo
This information is the number of blackbox function evaluations executed so far in the local worker IloCPEngine instance.
NumberOfBlackboxes - Static variable in class ilog.cp.IloCP.IntInfo
Integer info parameter which represents the total number of blackbox expressions (instances of IloBlackbox) extracted from the model.
NumberOfBranches - Static variable in class ilog.cp.IloCP.IntInfo
This information is the number of branches executed in the last solve of the IloCP instance.
NumberOfBranches - Static variable in class ilog.cp.IloCPEngine.IntInfo
This information is the number of branches executed so far in the local worker IloCPEngine instance.
NumberOfChoicePoints - Static variable in class ilog.cp.IloCP.IntInfo
This information is the number of choice points executed in the last solve of the IloCP instance.
NumberOfChoicePoints - Static variable in class ilog.cp.IloCPEngine.IntInfo
This information is the number of choice points executed so far in the local worker IloCPEngine instance.
NumberOfConstraints - Static variable in class ilog.cp.IloCP.IntInfo
Integer info parameter which represents the number of constraints in the IloCP instance.
NumberOfConstraintsAggregated - Static variable in class ilog.cp.IloCP.IntInfo
Integer info parameter which represents the number of constraints aggregated by the constraint aggregator.
NumberOfConstraintsGenerated - Static variable in class ilog.cp.IloCP.IntInfo
Integer info parameter which represents the number of constraints generated from the constraints aggregated by the constraint aggregator.
NumberOfCriteria - Static variable in class ilog.cp.IloCP.IntInfo
Integer info parameter which represents the total number of objective criteria extracted from the model.
NumberOfEngineConstraints - Static variable in class ilog.cp.IloCP.IntInfo
Advanced information.
NumberOfEngineConstraints - Static variable in class ilog.cp.IloCPEngine.IntInfo
Advanced information.
NumberOfEngineVariables - Static variable in class ilog.cp.IloCP.IntInfo
Advanced information.
NumberOfEngineVariables - Static variable in class ilog.cp.IloCPEngine.IntInfo
Advanced information.
NumberOfFails - Static variable in class ilog.cp.IloCP.IntInfo
This information is the number of fails executed in the last solve of the IloCP instance.
NumberOfFails - Static variable in class ilog.cp.IloCPEngine.IntInfo
This information is the number of fails executed so far in the local worker IloCPEngine instance.
NumberOfIntegerVariables - Static variable in class ilog.cp.IloCP.IntInfo
Integer info parameter which represents the total number of integer variables (instances of IloIntVar) extracted from the model.
NumberOfIntervalVariables - Static variable in class ilog.cp.IloCP.IntInfo
Integer info parameter which represents the total number of interval variables (instances of IloIntervalVar) extracted from the model.
NumberOfSequenceVariables - Static variable in class ilog.cp.IloCP.IntInfo
Integer info parameter which represents the total number of sequence variables (instances of IloIntervalSequenceVar) extracted from the model.
NumberOfSolutions - Static variable in class ilog.cp.IloCP.IntInfo
Integer info parameter which represents the total number of solutions found since the last call to startNewSearch or since solve was called.
NumberOfVariables - Static variable in class ilog.cp.IloCP.IntInfo
Integer info parameter which is the number of variables that have been extracted from the model to the IloCP instance.
NumBest - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
Numerical - Static variable in class ilog.opl.IloCplex.Param.Emphasis
Numerical.
NumericalEmphasis - Static variable in class ilog.opl.IloCplex.BooleanParam
Deprecated.
numExpr() - Method in interface ilog.concert.IloModeler
Creates and returns an empty expression.
numExprArray(int) - Method in class ilog.cp.IloCP
Creates and returns an array of null expressions.
NumPass - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
NumPass.
numSet() - Method in class ilog.opl.IloOplFactory
Creates a set of numerical values.
numToNumSegmentFunction() - Method in class ilog.cp.IloCP
This method creates a piecewise linear function that is constant.
numToNumSegmentFunction(double[], double[]) - Method in class ilog.cp.IloCP
This method creates a piecewise linear function defined everywhere whose segments are defined by the two argument arrays x and v.
numToNumSegmentFunctionCursor(IloNumToNumSegmentFunction, double) - Method in class ilog.cp.IloCP
This method creates a cursor to inspect piecewise linear function f.
numToNumStepFunction() - Method in class ilog.cp.IloCP
This method creates a step function defined everywhere with value 0.
numToNumStepFunctionCursor(IloNumToNumStepFunction, double) - Method in class ilog.cp.IloCP
This method creates a cursor to inspect step function f.
numVar(double, double, IloNumVarType, String) - Method in interface ilog.concert.IloModeler
Creates and returns a new modeling object, a numeric variable with bounds, type, and name.
numVar(double, double, IloNumVarType) - Method in interface ilog.concert.IloModeler
Creates and returns a new modeling object, a numeric variable with bounds and type.
numVar(double, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns a new modeling ojbect, a numeric variable of the type IloNumVarType.Float with bounds and name.
numVar(double, double) - Method in interface ilog.concert.IloModeler
Creates and returns a new modeling object, a numeric variable of the type IloNumVarType.Float with specified bounds.
numVar(IloColumn, double, double, IloNumVarType, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new modeling variable with the name specified by name for column-wise modeling.
numVar(IloColumn, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new modeling variable for column-wise modeling.
numVar(IloColumn, double, double, String) - Method in interface ilog.concert.IloMPModeler
Creates a continuous modeling variable, of type Float with upper bound, lower bound, and name as specified, for column-wise modeling.
numVar(IloColumn, double, double) - Method in interface ilog.concert.IloMPModeler
Creates a continuous modeling variable, of type Float with upper bound and lower bound as specified, for column-wise modeling.
numVar(IloColumn, double, double, IloNumVarType, String) - Method in class ilog.opl.IloCplex
numVar(IloColumn, double, double, IloNumVarType) - Method in class ilog.opl.IloCplex
numVar(IloColumn, double, double, String) - Method in class ilog.opl.IloCplex
numVar(IloColumn, double, double) - Method in class ilog.opl.IloCplex
numVarArray(int, double, double, IloNumVarType) - Method in interface ilog.concert.IloModeler
Creates n new modeling objects, numeric variables with the same bounds and type, and returns them in an array.
numVarArray(int, double, double, IloNumVarType, String[]) - Method in interface ilog.concert.IloModeler
Creates n new modeling objects, numeric variables with the same bounds and type and distinct names, and returns them in an array.
numVarArray(int, double[], double[], IloNumVarType[], String[]) - Method in interface ilog.concert.IloModeler
Creates n new modeling objects, numeric variables with distinct bounds, types, and names, and returns them in an array.
numVarArray(int, double[], double[], IloNumVarType[]) - Method in interface ilog.concert.IloModeler
Creates n new modeling objects, numeric variables with distinct bounds and types, and returns them in an array.
numVarArray(int, double, double) - Method in interface ilog.concert.IloModeler
Creates and returns an array of length n initialized to n new modeling objects that are numerica variables all of the same type IloNumVarType.Float and same bounds.
numVarArray(int, double, double, String[]) - Method in interface ilog.concert.IloModeler
Creates and returns an array of length n initialized to n new modeling objects that are numeric variables of type IloNumVarType.Float.
numVarArray(int, double[], double[], String[]) - Method in interface ilog.concert.IloModeler
Creates and returns an array of length n initialized to n new modeling objects that are numeric variables of type IloNumVarType.Float with distinct bounds and distinct names.
numVarArray(int, double[], double[]) - Method in interface ilog.concert.IloModeler
Creates and returns an array of length n initialized to n new modeling objects that are numeric variables of type IloNumVarType.Float with distinct bounds.
numVarArray(IloColumnArray, double, double, IloNumVarType, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns an array of modeling variables with names for column-wise modeling.
numVarArray(IloColumnArray, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns modeling variables, all of the same type specified by type, all with same upper bound and same lower bound for column-wise modeling.
numVarArray(IloColumnArray, double[], double[], IloNumVarType[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns modeling variables with the individual type specified by the corresponding entry in the array type, and individual upper and lower bounds as specified in those arrays, for column-wise modeling.
numVarArray(IloColumnArray, double[], double[], IloNumVarType[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns modeling variables with the individual type specified by the corresponding entry in the array type, with individual upper and lower bounds as specified in those arrays, with the name specified individually by the corresponding entry in the array name, for column-wise modeling.
numVarArray(IloColumnArray, double, double, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns continuous modeling variables, all of type Float, with the same specified bounds, but with individually specified names, for column-wise modeling.
numVarArray(IloColumnArray, double, double) - Method in interface ilog.concert.IloMPModeler
Creates and returns continuous modeling variables, all of type Float, all with same upper bound, all with the same lower bound, for column-wise modeling.
numVarArray(IloColumnArray, double[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns continuous modeling variables, all of the same type Float with individually specified upper bound, and individually specified lower bound, for column-wise modeling.
numVarArray(IloColumnArray, double[], double[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns continuous modeling variables, all of type Float with individually specified upper bound, lower bound, and name, for column-wise modeling.
numVarArray(int, double, double, String) - Method in class ilog.cp.IloCP
Returns a new array of n variables with domain min..max and a name.
NzReadLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
NzReadLim - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.

O

ObjDif - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
ObjDifference - Static variable in class ilog.opl.IloCplex.Param.MIP.Tolerances
ObjDifference.
ObjDisj - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_OBJDISJ
objective(IloObjectiveSense, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to optimize the expression expr with respect to the optimization sense indicated by sense.
objective(IloObjectiveSense, IloNumExpr, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloObjective representing an objective to optimize the expression expr with respect to the optimization sense indicated by sense and assigned the name name.
objective(IloObjectiveSense) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty objective function with the sense specified by sense.
objective(IloObjectiveSense, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty objective function with the sense specified by sense and with the name specified by name.
objective(IloObjectiveSense) - Method in class ilog.opl.IloCplex
objective(IloObjectiveSense, String) - Method in class ilog.opl.IloCplex
ObjGap - Static variable in class ilog.opl.IloCplex.QualityType
 
ObjLLim - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
ObjRange - Static variable in class ilog.opl.IloCplex.Param.Barrier.Limits
ObjRange.
ObjULim - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
Off - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value indicating disabled behaviour.
Off - Static variable in class ilog.opl.IloCplex.BendersStrategy
Off
Off - Static variable in class ilog.opl.IloCplex.DataCheck
Data checking off.
ok() - Method in interface ilog.concert.IloNumToNumSegmentFunctionCursor
This member function returns IloFalse if the cursor does not currently specify a segment included in the definition interval of the piecewise linear function.
ok() - Method in interface ilog.concert.IloNumToNumStepFunctionCursor
This member function returns IloFalse if the cursor does not currently specify a step included in the definition interval of the step function.
ok() - Method in class ilog.opl.IloOplErrorHandler
This member function tells you whether errors were reported.
On - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value indicating active behaviour.
Opportunistic - Static variable in class ilog.opl.IloCplex.ParallelMode
Use all opportunities for parallelism
Optimal - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
Optimal - Static variable in class ilog.opl.IloCplex.Status
The Optimal solution status indicates that the IloCplex optimizer has found an optimal solution that can be queried with the method getValue.
OptimalConvex - Static variable in class ilog.opl.IloCplex.OptimalityTarget
Searches for a globally optimal solution to a convex model.
OptimalFaceUnbounded - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
OptimalGlobal - Static variable in class ilog.opl.IloCplex.OptimalityTarget
Searches for a globally optimal solution in a QP or MIQP that is indefinite.
OptimalInfeas - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
Optimality - Static variable in class ilog.opl.IloCplex.MIPEmphasis
Optimality over feasibility.
Optimality - Static variable in class ilog.opl.IloCplex.Param.Network.Tolerances
Optimality.
Optimality - Static variable in class ilog.opl.IloCplex.Param.Simplex.Tolerances
Optimality.
optimalitycut - Static variable in class ilog.opl.IloCplex.Param.Benders.Tolerances
Deprecated.
OptimalityCut - Static variable in class ilog.opl.IloCplex.Param.Benders.Tolerances
OptimalityCut.
OptimalityTarget - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
OptimalityTarget - Static variable in class ilog.opl.IloCplex.Param
OptimalityTarget.
OptimalityTolerance - Static variable in class ilog.cp.IloCP.DoubleParam
Double control parameter.
OptimalPopulated - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
OptimalPopulatedTol - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
OptimalRelaxedInf - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
OptimalRelaxedQuad - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
OptimalRelaxedSum - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
OptimalTol - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
OptInf - Static variable in class ilog.opl.IloCplex.Relaxation
= CPX_FEASOPT_OPT_INF
OptQuad - Static variable in class ilog.opl.IloCplex.Relaxation
= CPX_FEASOPT_OPT_QUAD
OptSum - Static variable in class ilog.opl.IloCplex.Relaxation
= CPX_FEASOPT_OPT_SUM
or() - Method in interface ilog.concert.IloModeler
Creates and returns an empty IloOr constraint for expressing disjunctions.
or(IloConstraint[]) - Method in interface ilog.concert.IloModeler
Creates and returns an or-constraint indicating that at least one and possibly more than one of the elements is true in its argument cons, an array of constraints.
or(IloConstraint[], String) - Method in interface ilog.concert.IloModeler
Creates and returns an or-constraint indicating that at least one and possibly more than one of the elements is true in its argument cons, an array of constraints.
or(IloConstraint[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns an or-constraint indicating that at least one and possibly more than one of the elements is true in the range of indices starting at the index indicated by start and continuing through the number of elements indicated by the number num among the elements of its argument cons, an array of constraints.
or(IloConstraint[], int, int, String) - Method in interface ilog.concert.IloModeler
Creates and returns the logical-or of two or more constraints and names the new constraint.
or(IloConstraint, IloConstraint) - Method in interface ilog.concert.IloModeler
Creates and returns an or-constraint indicating that at least one and possibly more than one argument is true.
or(IloConstraint, IloConstraint, String) - Method in interface ilog.concert.IloModeler
Creates and returns an or-constraint indicating that at least one and possibly both of its arguments are true, and it names the new constraint.
or(IloCplex.Goal, IloCplex.Goal) - Method in class ilog.opl.IloCplex
Creates and returns an or goal.
or(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.opl.IloCplex
Creates and returns an or goal.
or(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.opl.IloCplex
Creates and returns an or goal.
or(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.opl.IloCplex
Creates and returns an or goal.
or(IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal, IloCplex.Goal) - Method in class ilog.opl.IloCplex
Creates and returns an or goal.
Order - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
Order.
Ordering - Static variable in class ilog.opl.IloCplex.Param.Barrier
Ordering.
OrderType - Static variable in class ilog.opl.IloCplex.Param.MIP
OrderType.
output() - Method in class ilog.cp.IloCP
Returns the output stream of the invoking IloCP object.
output() - Method in class ilog.opl.IloCplex
Returns the output stream of the invoking IloCplex object.
overlapLength(IloIntervalVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the length of the overlap of interval variable a1 and interval variable a2 whenever interval variables a1 and a2 are present.
overlapLength(IloIntervalVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the length of the overlap of interval variable a1 and interval variable a2 whenever interval variables a1 and a2 are present.
overlapLength(IloIntervalVar, int, int, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the length of the overlap of interval variable a and constant interval [start, end) whenever interval variable a is present.
overlapLength(IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the length of the overlap of interval variable a and constant interval [start, end) whenever interval variable a is present.

P

pack(IloIntExpr[], IloIntExpr[], int[]) - Method in class ilog.cp.IloCP
Creates and returns a pack constraint which maintains the load of a set of containers or bins, given a set of weighted items and an assignment of items to containers.
pack(IloIntExpr[], IloIntExpr[], int[], IloIntExpr) - Method in class ilog.cp.IloCP
Creates and returns a pack constraint which maintains the load of a set of containers or bins, given a set of weighted items and an assignment of items to containers.
Parallel - Static variable in class ilog.opl.IloCplex.Param
Parallel.
ParallelMode - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
ParallelSynchronizationSolutionCapacity - Static variable in class ilog.cp.IloCP.IntParam
 
ParamDisplay - Static variable in class ilog.opl.IloCplex.BooleanParam
Deprecated.
ParamDisplay - Static variable in class ilog.opl.IloCplex.Param
ParamDisplay.
parameterSet() - Method in class ilog.opl.IloCplex
Creates an empty parameter set
Partial - Static variable in class ilog.opl.IloCplex.PrimalPricing
Reduced-cost pricing.
PathCut - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
PathCut.
PerInd - Static variable in class ilog.opl.IloCplex.BooleanParam
Deprecated.
PerLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Perturbation - Static variable in class ilog.opl.IloCplex.Param.Simplex.Limits
Perturbation.
PGradient - Static variable in class ilog.opl.IloCplex.Param.Simplex
PGradient.
piecewiseLinear(IloNumExpr, double[], double[], double, double) - Method in interface ilog.concert.IloMPModeler
Creates an expression node that represents a continuous or discontinuous piecewise linear function.
piecewiseLinear(IloNumExpr, double[], int, int, double[], int, double, double) - Method in interface ilog.concert.IloMPModeler
Creates an expression node to represent a continuous or discontinuous piecewise linear function.
piecewiseLinear(IloNumExpr, double, double[], double[], double) - Method in 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.cp.IloCP
This method creates an expression to represent a continuous or discontinuous piecewise linear function f of the variable e.
piecewiseLinear(IloNumExpr, double, double[], double[], double) - Method in class ilog.cp.IloCP
This method creates an expression to represent a continuous or discontinuous piecewise linear function f of the variable e.
piecewiseLinear(IloNumExpr, double[], double[], double, double) - Method in class ilog.opl.IloCplex
piecewiseLinear(IloNumExpr, double[], int, int, double[], int, double, double) - Method in class ilog.opl.IloCplex
piecewiseLinear(IloNumExpr, double, double[], double[], double) - Method in class ilog.opl.IloCplex
piecewiseLinearFunction(double[], double[], double, double, String) - Method in class ilog.cp.IloCP
This method builds an instance of piecewise linear function defined everywhere.
piecewiseLinearFunction(double[], double[], double, double) - Method in class ilog.cp.IloCP
This method builds an instance of piecewise linear function defined everywhere.
PolishAfterDetTime - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
PolishAfterEpAGap - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
PolishAfterEpGap - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
PolishAfterIntSol - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
PolishAfterIntSol - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
PolishAfterNode - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
PolishAfterNode - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
PolishAfterTime - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
Populate - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
Populate.
populate() - Method in class ilog.opl.IloCplex
The method populate generates multiple solutions to a mixed integer programming (MIP) model.
PopulateLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
PopulateSolLim - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
PossibleMember - Static variable in class ilog.opl.IloCplex.ConflictStatus
This element may possibly be a member of the conflict.
postProcess() - Method in class ilog.opl.IloOplModel
Used to perform postprocessing.
power(IloNumExpr, IloNumExpr) - Method in class ilog.cp.IloCP
Creates and returns the new expression e1 ^ e2.
power(IloNumExpr, double) - Method in class ilog.cp.IloCP
Creates and returns the new expression e1 ^ e2.
power(double, IloNumExpr) - Method in class ilog.cp.IloCP
Creates and returns the new expression e1 ^ e2.
PPriInd - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
PrecedenceInferenceLevel - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
PreDual - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
PreInd - Static variable in class ilog.opl.IloCplex.BooleanParam
Deprecated.
PreLinear - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
PrePass - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
presenceOf(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that states that interval variable a is present.
PreslvNd - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Presolve - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
Presolve - Static variable in class ilog.opl.IloCplex.ConflictAlgorithm
Use presolve for detecting infeasibilities
Presolve - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
Presolve.
PresolveNode - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
PresolveNode.
previous() - Method in interface ilog.concert.IloNumToNumSegmentFunctionCursor
This operator moves the cursor to the segment adjacent to the current step (backward move).
previous() - Method in interface ilog.concert.IloNumToNumStepFunctionCursor
This operator moves the cursor to the step adjacent to the current step (backward move).
previous(IloIntervalSequenceVar, IloIntervalVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables prev and next are present, interval variable prev must be ordered immediately before interval variable next in the sequence variable seq.
PriceLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Pricing - Static variable in class ilog.opl.IloCplex.Param.Network
Pricing.
Pricing - Static variable in class ilog.opl.IloCplex.Param.Simplex
Pricing.
Primal - Static variable in class ilog.opl.IloCplex.Algorithm
Selects the primal simplex algorithm.
PrimalObj - Static variable in class ilog.opl.IloCplex.QualityType
 
printCalculatedData(OutputStream) - Method in class ilog.opl.IloOplModel
Deprecated. 
printConflict(OutputStream) - Method in class ilog.opl.IloOplConflictIterator
 
printConflict(OutputStream) - Method in class ilog.opl.IloOplModel
 
printData(OutputStream) - Method in class ilog.opl.IloOplModel
Deprecated. 
printElement(IloOplElement) - Method in class ilog.opl.IloOplDataSerializer
Print an element.
printElementToString(IloOplElement) - Method in class ilog.opl.IloOplDataSerializer
Print an element.
printExternalData(OutputStream) - Method in class ilog.opl.IloOplModel
 
printInformation(OutputStream) - Method in class ilog.cp.IloCP
This method displays statistics about the current state of the CP Optimizer instance on stream s.
printInformation() - Method in class ilog.cp.IloCP
This method displays statistics about the CP Optimizer instance.
printInternalData(OutputStream) - Method in class ilog.opl.IloOplModel
 
PrintModelDetailsInMessages - Static variable in class ilog.cp.IloCP.IntParam
Whenever CP Optimizer prints an error or warning message, it can also print the relevant part of the input model (in CPO file format).
printRelaxation(OutputStream) - Method in class ilog.opl.IloOplModel
 
printRelaxation(OutputStream) - Method in class ilog.opl.IloOplRelaxationIterator
 
printReport(OutputStream) - Method in class ilog.opl.IloOplProfiler
 
printSolution(OutputStream) - Method in class ilog.opl.IloOplModel
 
Probe - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Probe - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
Probe.
ProbeDetTime - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
ProbeDetTime - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
ProbeDetTime.
ProbeTime - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
ProbeTime - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
ProbeTime.
prod(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the product of the expression e and the value v.
prod(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the product of the expressions expr1 and expr2.
prod(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the product of the expression e1 and the value v.
prod(double, IloNumVar, IloNumVar) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the product of the value val, the variable var1, and the variable var2.
prod(IloNumVar, double, IloNumVar) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the product of the variable var1, the value val, and the variable var2.
prod(IloNumVar, IloNumVar, double) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the product of the variable var1, the variable var2, and the value val.
prod(IloIntExpr, int) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression e * v.
prod(IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression e1 * e2.
prod(int, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression v * e.
prod(double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This operator multiplies by a factor k the value of the invoking piecewise linear function everywhere on the definition interval.
prod(double) - Method in interface ilog.concert.IloNumToNumStepFunction
This operator multiplies by a factor k the value of the invoking step function everywhere on the definition interval.
prod(int[], IloIntExpr[]) - Method in class ilog.cp.IloCP
Returns an expression equal to the scalar product of values and exps; that is, values[0]*exps[0] + values[1]*exps[1] + ...
prod(IloIntExpr[], IloIntExpr[]) - Method in class ilog.cp.IloCP
Returns an expression equal to the scalar product of exps1 and exps2, that is, exps1[0]*exps2[0] + exps1[1]*exps2[1] + ...
prod(IloIntExpr[], int[]) - Method in class ilog.cp.IloCP
Returns an expression equal to the scalar product of values and exps, that is, values[0]*exps[0] + values[1]*exps[1] + ...
prod(double[], IloNumExpr[]) - Method in class ilog.cp.IloCP
Returns an expression equal to the scalar product of values and exps, that is, values[0]*exps[0] + values[1]*exps[1] + ...
prod(IloNumExpr[], double[]) - Method in class ilog.cp.IloCP
Returns an expression equal to the scalar product of values and exps, that is, values[0]*exps[0] + values[1]*exps[1] + ...
prod(IloNumExpr[], IloNumExpr[]) - Method in class ilog.cp.IloCP
Returns an expression equal to the scalar product of exps1 and exps2, that is, exps1[0]*exps2[0] + exps1[1]*exps2[1] + ...
propagate() - Method in class ilog.cp.IloCP
Propagates all constraints without a goal.
propagate(IloConstraint) - Method in class ilog.cp.IloCP
Propagates a constraint
Propagate - Static variable in class ilog.opl.IloCplex.ConflictAlgorithm
Use bound propagation for detecting infeasibilities
prune() - Method in class ilog.opl.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.opl.IloCplex.VariableSelect
Branch based on pseudo costs.
PseudoReduced - Static variable in class ilog.opl.IloCplex.VariableSelect
Branch based on pseudo reduced costs.
pulse(int, int, int) - Method in class ilog.cp.IloCP
This method returns an elementary cumul function expression that is equal to v between start and end and equal to 0 everywhere else.
pulse(IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an elementary cumul function expression that, whenever interval variable a is present, is equal to v between the start and the end of interval variable a and equal to 0 everywhere else.
pulse(IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns an elementary cumul function expression that, whenever interval variable a is present, is equal to a value v such that vmin <= v <= vmax everywhere between the start and the end of interval variable a and equal to 0 everywhere else.

Q

QCPConvergeTol - Static variable in class ilog.opl.IloCplex.Param.Barrier
QCPConvergeTol.
QCPDuals - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
QCPDuals.
qpIndefCertificate(IloNumVar[], double[]) - Method in class ilog.opl.IloCplex
Returns a vector proving that the Q matrix of QP is not positive semi-definite.
QPMakePSD - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
QPMakePSD.
QPmakePSDInd - Static variable in class ilog.opl.IloCplex.BooleanParam
Deprecated.
QPNonzeros - Static variable in class ilog.opl.IloCplex.Param.Read
Deprecated.
QPNzReadLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
QPNzReadLim - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
QToLin - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
QToLin - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
QToLin.
Quiet - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of LogVerbosity indicating there should be no log output.
quot(IloNumExpr, IloNumExpr) - Method in class ilog.cp.IloCP
Creates and returns the new expression e1 / e2.
quot(double, IloNumExpr) - Method in class ilog.cp.IloCP
Creates and returns the new expression e1 / e2.
quot(IloNumExpr, double) - Method in class ilog.cp.IloCP
Creates and returns the new expression e1 / e2.

R

RandomSeed - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
RandomSeed - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
RandomSeed - Static variable in class ilog.opl.IloCplex.Param
RandomSeed.
range(double, IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint lb <= expr <= ub.
range(double, IloNumExpr, double, String) - Method in interface ilog.concert.IloModeler
Creates and returns an instance of IloRange initialized to represent the constraint lb <= expr <= ub and assigned the name name.
range(double, double) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloRange object.
range(double, double, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns an empty IloRange object with the name specified by name.
range(IloNumExpr, double) - Method in class ilog.cp.IloCP
Creates and returns an IloRange object.
Range - Static variable in class ilog.opl.IloCplex.FilterType
 
range(double, double, String) - Method in class ilog.opl.IloCplex
range(double, double) - Method in class ilog.opl.IloCplex
rangeIterator() - Method in class ilog.opl.IloCplex
Returns an iterator over all instances of IloRange in the active model.
readAnnotations(String) - Method in class ilog.opl.IloCplex
Read annotations from a file.
readBasis(String) - Method in class ilog.opl.IloCplex
Reads a simplex basis from the BAS file indicated by name, and copies that basis into the invoking object.
readMIPStarts(String) - Method in class ilog.opl.IloCplex
Reads the SOL file denoted by name and copies the MIP start information into the invoking object.
readOrder(String) - Method in class ilog.opl.IloCplex
Reads the ORD file indicated by name and copies the priority order information into the invoking CPLEX problem object.
readParam(String) - Method in class ilog.opl.IloCplex
Reads parameters and their settings from the file indicated by name and applies them to the invoking object.
ReadProjectSettings(istream, String, ilog.cplex.cppimpl.IloCplex, ilog.cplex.cppimpl.IloCplex__ParameterSet, IloOplSettings) - Static method in class ilog.opl.IloOplProject
 
readSolution(String) - Method in class ilog.opl.IloCplex
Reads a solution from the SOL file denoted by name and copies this information into the invoking object.
Record - Static variable in class ilog.opl.IloCplex.BooleanParam
Deprecated.
Record - Static variable in class ilog.opl.IloCplex.Param
Record.
Reduce - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Reduce - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
Reduce.
Refactor - Static variable in class ilog.opl.IloCplex.Param.Simplex
Refactor.
refineConflict() - Method in class ilog.cp.IloCP
This method identifies a minimal conflict for the infeasibility of the current model.
refineConflict(IloConstraint[]) - Method in class ilog.cp.IloCP
This method identifies a minimal conflict for the infeasibility of a subset of the constraints of the current model.
refineConflict(IloConstraint[], double[]) - Method in class ilog.cp.IloCP
This method identifies a minimal conflict for the infeasibility of a subset of the constraints of the current model.
refineConflict(IloConstraint[], double[]) - Method in class ilog.opl.IloCplex
The method IloCplex.refineConflict tries to compute a minimal conflict for the infeasibility of the current model or for a subset of the constraints of the current model.
refineConflict(IloConstraint[], double[], int, int) - Method in class ilog.opl.IloCplex
This method resembles IloCplex.refineConflict(ilog.concert.IloConstraint[], double[]) but considers only num constraints, starting at the index indicated by start.
Reformulations - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Reformulations - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
Reformulations.
registerLicense(String, int) - Static method in class ilog.opl.IloCplex
Passes memory-based information to the ILOG License Manager.
registerLicense(String, int) - Static method in class ilog.opl.IloOplFactory
Entry point for runtime licenses.
ReInv - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
reject() - Method in class ilog.opl.IloCplex.IncumbentCallback
Rejects the proposed incumbent solution.
RelativeOptimalityTolerance - Static variable in class ilog.cp.IloCP.DoubleParam
This parameter sets a relative tolerance on the objective value for optimization models.
Relax - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
Relax.
RelaxationUnbounded - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
RelaxPreInd - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
releaseLicense() - Static method in class ilog.opl.IloOplFactory
Forces OPL to release the license it is currently holding.
RelGap - Static variable in class ilog.opl.IloCplex.Param.MIP.Pool
RelGap.
RelObjDif - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
RelObjDifference - Static variable in class ilog.opl.IloCplex.Param.MIP.Tolerances
RelObjDifference.
remove(IloConstraint) - Method in interface ilog.concert.IloAnd
This method removes the constraints from the invoking and-constraint.
remove(IloConstraint[]) - Method in interface ilog.concert.IloAnd
This method removes the array of constraints from the invoking and-constraint.
remove(IloConstraint[], int, int) - Method in interface ilog.concert.IloAnd
This method removes constraints from the invoking instance of IloAnd.
remove(IloIntVar) - Method in interface ilog.concert.IloLinearIntExpr
Removes a variable from the invoking IloLinearIntExpr expression.
remove(IloIntVar[], int, int) - Method in interface ilog.concert.IloLinearIntExpr
Removes a set of variables from the invoking IloLinearIntExpr expression.
remove(IloIntVar[]) - Method in interface ilog.concert.IloLinearIntExpr
Removes a set of variables from the invoking IloLinearIntExpr expression.
remove(IloNumVar) - Method in interface ilog.concert.IloLinearNumExpr
Removes a variable from the invoking IloLinearNumExpr expression.
remove(IloNumVar[], int, int) - Method in interface ilog.concert.IloLinearNumExpr
Removes variables from the invoking IloLinearNumExpr expression.
remove(IloNumVar[]) - Method in interface ilog.concert.IloLinearNumExpr
Removes variables from the invoking IloLinearNumExpr expression.
remove(IloAddable) - Method in interface ilog.concert.IloModel
This method removes the extractable object from the invoking model.
remove(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 instance of IloModel.
remove(IloConstraint) - Method in interface ilog.concert.IloOr
This method removes a constraint from the invoking or-constraint.
remove(IloConstraint[]) - Method in interface ilog.concert.IloOr
This method removes an array of constraints from the invoking or-constraint.
remove(IloConstraint[], int, int) - Method in interface ilog.concert.IloOr
This method removes constraints from the invoking instance of IloOr.
remove(IloIntVar) - Method in interface ilog.concert.IloSolution
Removes extr from the invoking solution.
remove(IloIntVar[]) - Method in interface ilog.concert.IloSolution
Removes each element of extr from the invoking solution.
remove(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Removes extractable extr from the invoking solution.
remove(IloIntervalVar[]) - Method in interface ilog.concert.IloSolution
Removes each element of array from the invoking solution.
remove(String) - Method in interface ilog.concert.IloSymbolSet
This method removes elt from the invoking set.
remove() - Method in class ilog.concert.IloTupleIterator
 
remove(IloAddable) - Method in class ilog.cp.IloCP
 
remove(IloAddable) - Method in class ilog.opl.IloCplex
 
removeAllCallbacks() - Method in class ilog.cp.IloCP
This method removes all the callbacks from the invoking CP Optimizer instance.
removeAllKPIs() - Method in class ilog.cp.IloCP
This method removes all the KPIs from CP Optimizer.
removeCallback(IloCP.Callback) - Method in class ilog.cp.IloCP
This method removes user callback cb from the invoking CP Optimizer instance.
removeFromKeepRefs(Object) - Method in class ilog.opl.IloOplFactory
 
removeKPI(String) - Method in class ilog.cp.IloCP
This method removes a KPI.
removeProfiler() - Method in class ilog.opl.IloOplSettings
Deactivates the OPL profiling feature.
removeValue(IloIntVar, int) - Method in class ilog.cp.IloCustomConstraint
This function can be called from the execute member function of your subclass.
Repair - Static variable in class ilog.opl.IloCplex.MIPStartEffort
CPLEX attempts to repair the MIP start, if it is infeasible, according to the RepairTries parameter.
RepairTries - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
RepairTries - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
RepairTries - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
RepairTries.
Repeat - Static variable in class ilog.opl.IloCplex.Param.Tune
Repeat.
RepeatPresolve - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
RepeatPresolve - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
RepeatPresolve.
Replace - Static variable in class ilog.opl.IloCplex.Param.MIP.Pool
Replace.
resolvePath(String) - Method in class ilog.opl.IloOplModel
Resolves a resource name as file path.
resolveStream(String) - Method in class ilog.opl.IloOplModel
Resolves a resource name as stream.
Restart - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of SearchType indicating that a search based around frequent search restarts should be used.
restartElement(String) - Method in class ilog.opl.IloOplDataHandler
Continue defining a named data element.
RestartFailLimit - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
RestartGrowthFactor - Static variable in class ilog.cp.IloCP.DoubleParam
When IloCP.IntParam.SearchType is set to IloCP.ParameterValues.Restart, a depth-first search is restarted after a certain number of failures.
restore(IloSolution) - Method in class ilog.cp.IloCP
This method uses the invoking CP Optimizer object to instantiate the variables in solution with their saved values.
RINSHeur - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
RINSHeur - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
RINSHeur - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
RINSHeur.
RLT - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_RLT
RLT - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
RLT.
RLTCuts - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
ROOT - Static variable in class ilog.opl.IloOplProfilerI.Section
 
RootAlg - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
RootAlgorithm - Static variable in class ilog.opl.IloCplex.Param
RootAlgorithm.
RowReadLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
runSeed(int) - Method in class ilog.opl.IloOplModel
 
runSeeds(int) - Method in class ilog.cp.IloCP
This method runs n times the CP Optimizer search with different random seeds and computes statistics from the result of these runs.

S

sameCommonSubsequence(IloIntervalSequenceVar, IloIntervalSequenceVar) - Method in class ilog.cp.IloCP
This function creates a same-common-subsequence constraint between sequence variables seq1 and seq2.
sameCommonSubsequence(IloIntervalSequenceVar, IloIntervalSequenceVar, String) - Method in class ilog.cp.IloCP
This function creates a same-common-subsequence constraint between sequence variables seq1 and seq2.
sameCommonSubsequence(IloIntervalSequenceVar, IloIntervalSequenceVar, IloIntervalVar[], IloIntervalVar[]) - Method in class ilog.cp.IloCP
This function creates a same-common-subsequence constraint between sequence variables seq1 and seq2.
sameCommonSubsequence(IloIntervalSequenceVar, IloIntervalSequenceVar, IloIntervalVar[], IloIntervalVar[], String) - Method in class ilog.cp.IloCP
This function creates a same-common-subsequence constraint between sequence variables seq1 and seq2.
sameSequence(IloIntervalSequenceVar, IloIntervalSequenceVar) - Method in class ilog.cp.IloCP
This function creates a same-sequence constraint between sequence variables seq1 and seq2.
sameSequence(IloIntervalSequenceVar, IloIntervalSequenceVar, String) - Method in class ilog.cp.IloCP
This function creates a same-sequence constraint between sequence variables seq1 and seq2.
sameSequence(IloIntervalSequenceVar, IloIntervalSequenceVar, IloIntervalVar[], IloIntervalVar[]) - Method in class ilog.cp.IloCP
This function creates a same-sequence constraint between sequence variables seq1 and seq2.
sameSequence(IloIntervalSequenceVar, IloIntervalSequenceVar, IloIntervalVar[], IloIntervalVar[], String) - Method in class ilog.cp.IloCP
This function creates a same-sequence constraint between sequence variables seq1 and seq2.
ScaInd - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Scale - Static variable in class ilog.opl.IloCplex.Param.MIP.SubMIP
Scale.
Scale - Static variable in class ilog.opl.IloCplex.Param.Read
Scale.
scalProd(IloNumVar[], double[]) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the provided values with the provided variables.
scalProd(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the values provided from coefs[start] to coefs[start+num-1] with the variables provided from vars[start] to vars[start+num-1].
scalProd(double[], IloNumVar[]) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the provided values with the provided variables.
scalProd(double[], IloNumVar[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the values provided from coefs[start] to coefs[start+num-1] with the variables provided from vars[start] to vars[start+num-1].
scalProd(IloNumVar[], int[]) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the provided values with the provided variables.
scalProd(int[], IloNumVar[]) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the provided values with the provided variables.
scalProd(IloNumVar[], IloNumVar[]) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the variables provided as arguments.
scalProd(IloNumVar[], IloNumVar[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the variables provided from vars1[start] to vars1[start+num-1] with the variables prodived from vars2[start] to vars2[start+num-1].
scalProd(int[], IloIntVar[]) - Method in interface ilog.concert.IloModeler
Creates and returns an integer linear expression representing the scalar product of the provided integer values with the provided integer variables.
scalProd(int[], IloIntVar[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns an integer linear expression representing the scalar product of the integer values provided from vals[start] to vals[start+num-1] with the integer variables provided from vars[start] to vars[start+num-1].
scalProd(IloIntVar[], int[]) - Method in interface ilog.concert.IloModeler
Creates and returns an integer linear expression representing the scalar product of the provided integer values with the provided integer variables.
scalProd(IloIntVar[], int[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns an integer linear expression representing the scalar product of the integer values provided from vals[start] to vals[start+num-1] with the integer variables provided from vars[start] to vars[start+num-1].
scalProd(IloIntVar[], IloIntVar[]) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the provided variables.
scalProd(IloIntVar[], IloIntVar[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns a linear expression representing the scalar product of the variables provided as arguments.
Search - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
Search.
SearchCompleted - Static variable in class ilog.cp.IloCP.ParameterValues
Possible value of the SearchStatus information indicating that search has completed fully with CP Optimizer proving optimality, feasibility, or infeasibility.
SearchHasNotBeenStopped - Static variable in class ilog.cp.IloCP.ParameterValues
Possible value of the SearchStopCause information indicating that in fact the search has not been stopped at all.
SearchNotStarted - Static variable in class ilog.cp.IloCP.ParameterValues
Possible value of the SearchStatus information indicating that no search has been started (before any call to IloCP.startNewSearch() or IloCP.solve())
SearchOngoing - Static variable in class ilog.cp.IloCP.ParameterValues
Possible value of the SearchStatus information indicating that search is ongoing (has started but has not completed).
searchPhase(IloIntVar[]) - Method in class ilog.cp.IloCP
This method creates a search phase with an array of variables only.
searchPhase(IloIntVar[], IloIntVarChooser, IloIntValueChooser) - Method in class ilog.cp.IloCP
This method creates a search phase with an array of variable and choosers.
searchPhase(IloIntVarChooser, IloIntValueChooser) - Method in class ilog.cp.IloCP
This method creates a search phase with a variable and a value chooser.
searchPhase(IloIntervalVar[]) - Method in class ilog.cp.IloCP
This method creates a search phase with an array of interval variables.
searchPhase(IloIntervalSequenceVar[]) - Method in class ilog.cp.IloCP
This method creates a search phase with an array of interval sequence variables.
SearchStatus - Static variable in class ilog.cp.IloCP.IntInfo
This information gives the search status of the invoking IloCP instance.
SearchStopCause - Static variable in class ilog.cp.IloCP.IntInfo
This information gives the cause of the search stopping prematurely (before an optimality or feasibility proof was delivered) by the invoking IloCP instance when the IloCP.IntInfo.SearchStatus information value is IloCP.ParameterValues.SearchStopped.
SearchStopped - Static variable in class ilog.cp.IloCP.ParameterValues
Possible value of the SearchStatus information indicating that search was stopped before it could be fully completed, normally by a limit or abort.
SearchStoppedByAbort - Static variable in class ilog.cp.IloCP.ParameterValues
Possible value of the SearchStopCause information indicating that the search was stopped by the user calling IloCP.abortSearch()
SearchStoppedByLimit - Static variable in class ilog.cp.IloCP.ParameterValues
Possible value of the SearchStopCause information indicating that the search was stopped because a search limit was reached (for instance a time limit).
SearchStoppedByUnknownCause - Static variable in class ilog.cp.IloCP.ParameterValues
Possible value of the SearchStopCause information indicating that the reason for the search stopping cannot be determined.
SearchType - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
SECTION_ASSERT - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_CP - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_CPLEX - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_END - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_EXTRACT - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_FORCE_USAGE - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_LOAD_DATA - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_LOAD_MODEL - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_OBJECTIVE - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_ODM - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_OTHER - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_POST_PROCESSING - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_PRE_PROCESSING - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_PUBLISH_RESULTS - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_READ_DEFINITION - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_UNDEFINED - Static variable in class ilog.opl.IloOplProfilerI.Section
 
SECTION_USER - Static variable in class ilog.opl.IloOplProfilerI.Section
 
seek(double) - Method in interface ilog.concert.IloNumToNumSegmentFunctionCursor
This member function sets the cursor to specify the segment of the function that contains the argument.
seek(double) - Method in interface ilog.concert.IloNumToNumStepFunctionCursor
This member function sets the cursor to specify the step of the function that contains the argument.
selectLargest(double, IloIntVarEval) - Method in class ilog.cp.IloCP
This method returns a selector of integer variables that selects at least minNumber variables having the largest evaluation according to the evaluator e.
selectLargest(IloIntVarEval) - Method in class ilog.cp.IloCP
This method returns a selector of integer variables that selects all variables having the largest evaluation according to the evaluator e.
selectLargest(IloIntVarEval, double) - Method in class ilog.cp.IloCP
This method returns a selector of integer variables that selects all variables whose evaluations are in the range [max - tol, max], where max is is the maximum valuation by e over the variables to be evaluated.
selectLargest(double, IloIntValueEval) - Method in class ilog.cp.IloCP
This method returns a selector of value assignments to a variable that selects at least minNumber values having the largest evaluation according to the evaluator e.
selectLargest(IloIntValueEval) - Method in class ilog.cp.IloCP
This method returns a selector of value assignments to a variable that selects all values having the largest evaluation according to the evaluator e.
selectLargest(IloIntValueEval, double) - Method in class ilog.cp.IloCP
This method returns a selector of integer variable assignments that selects all domain values whose evaluations are in the range [max - tol, max], where max is is the maximum valuation by e over the domain values to be evaluated.
selectNode(int) - Method in class ilog.opl.IloCplex.NodeCallback
Selects the next node to be processed by its number.
selectRandomValue() - Method in class ilog.cp.IloCP
This method returns a selector of integer variable value assignments that selects a domain value randomly.
selectRandomVar() - Method in class ilog.cp.IloCP
This method returns a selector of integer variables that selects a variable randomly from those available.
selectSmallest(double, IloIntVarEval) - Method in class ilog.cp.IloCP
This method returns a selector of integer variables that selects at least minNumber variables having the smallest evaluation according to the evaluator e.
selectSmallest(IloIntVarEval) - Method in class ilog.cp.IloCP
This method returns a selector of integer variables that selects all variables having the smallest evaluation according to the evaluator e.
selectSmallest(IloIntVarEval, double) - Method in class ilog.cp.IloCP
This method returns a selector of integer variables that selects all variables whose evaluations are in the range [min, min + tol], where min is is the minimum valuation by e over the variables to be evaluated.
selectSmallest(double, IloIntValueEval) - Method in class ilog.cp.IloCP
This method returns a selector of integer variable assignments that selects at least minNumber domain values having the smallest evaluation according to the evaluator e.
selectSmallest(IloIntValueEval) - Method in class ilog.cp.IloCP
This method returns a selector of value assignments to a variable that selects all values having the smallest evaluation according to the evaluator e.
selectSmallest(IloIntValueEval, double) - Method in class ilog.cp.IloCP
This method returns a selector of integer variable assignments that selects all domain values whose evaluations are in the range [min, min + tol], where min is is the minimum valuation by e over the domain values to be evaluated.
semiContVar(double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new semi-continuous modeling variable with a specified semi-continuous lower bound, upper bound, and type.
semiContVar(double, double, IloNumVarType, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new semi-continuous modeling variable with specified bounds, type, and name.
semiContVar(IloColumn, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new semi-continuous modeling variable with specified type and bounds, for column-wise modeling.
semiContVar(IloColumn, double, double, IloNumVarType, String) - Method in interface ilog.concert.IloMPModeler
Creates and returns a new semi-continuous modeling variable, with specified bounds, type, and name, for column-wise modeling.
semiContVar(double, double, IloNumVarType, String) - Method in class ilog.opl.IloCplex
semiContVar(double, double, IloNumVarType) - Method in class ilog.opl.IloCplex
semiContVar(IloColumn, double, double, IloNumVarType, String) - Method in class ilog.opl.IloCplex
semiContVar(IloColumn, double, double, IloNumVarType) - Method in class ilog.opl.IloCplex
semiContVarArray(int, double, double, IloNumVarType, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns n semi-continuous modeling variables, all with the same type, semi-continuous lower bound, and upper bound, but with individually specified name.
semiContVarArray(int, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns n semi-continuous modeling variables, all of the same type, with the same semi-continuous lower bound and upper bound.
semiContVarArray(int, double[], double[], IloNumVarType[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns n semi-continuous modeling variables, all of the same type, with the same semi-continuous lower bound and upper bound, and individually specified name.
semiContVarArray(int, double[], double[], IloNumVarType[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns n semi-continuous modeling variables, with individually specified type, semi-continuous lower bound, and upper bound.
semiContVarArray(IloColumnArray, double, double, IloNumVarType, String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns semi-continuous modeling variables with individually specified type, semi-continuous lower bound, upper bound, and name, for column-wise modeling.
semiContVarArray(IloColumnArray, double, double, IloNumVarType) - Method in interface ilog.concert.IloMPModeler
Creates and returns semi-continuous modeling variables, all with the same type and bounds, for column-wise modeling.
semiContVarArray(IloColumnArray, double[], double[], IloNumVarType[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns semi-continuous modeling variables, with individually specified type, semi-continuous lower bound, and upper bound, for column-wise modeling.
semiContVarArray(IloColumnArray, double[], double[], IloNumVarType[], String[]) - Method in interface ilog.concert.IloMPModeler
Creates and returns semi-continuous modeling variables, with individually specified type, semi-continuous lower bound, upper bound, and name, for column-wise modeling.
semiContVarArray(int, double, double, IloNumVarType) - Method in class ilog.opl.IloCplex
semiContVarArray(int, double[], double[], IloNumVarType[]) - Method in class ilog.opl.IloCplex
semiContVarArray(int, double, double, IloNumVarType, String[]) - Method in class ilog.opl.IloCplex
semiContVarArray(int, double[], double[], IloNumVarType[], String[]) - Method in class ilog.opl.IloCplex
sequence(int, int, int, IloIntVar[], int[], IloIntVar[]) - Method in class ilog.cp.IloCP
This methods create new constraint that limits occurences of specified values in an array of expressions.
SequenceInferenceLevel - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
set(int, IloConstraint) - Method in interface ilog.concert.IloConstraintMap
This method sets the element index in the current map to v.
set(double, IloConstraint) - Method in interface ilog.concert.IloConstraintMap
This method sets the element index in the current map to v.
set(String, IloConstraint) - Method in interface ilog.concert.IloConstraintMap
This method sets the element index in the current map to v.
set(IloTuple, IloConstraint) - Method in interface ilog.concert.IloConstraintMap
This method sets the element index in the current map to v.
set(int, IloCumulFunctionExpr) - Method in interface ilog.concert.IloCumulFunctionExprMap
This method sets the element index in the current map to v.
set(double, IloCumulFunctionExpr) - Method in interface ilog.concert.IloCumulFunctionExprMap
This method sets the element index in the current map to v.
set(String, IloCumulFunctionExpr) - Method in interface ilog.concert.IloCumulFunctionExprMap
This method sets the element index in the current map to v.
set(IloTuple, IloCumulFunctionExpr) - Method in interface ilog.concert.IloCumulFunctionExprMap
This method sets the element index in the current map to v.
set(int, IloIntervalSequenceVar) - Method in interface ilog.concert.IloIntervalSequenceVarMap
This method sets the element index from the map to v.
set(double, IloIntervalSequenceVar) - Method in interface ilog.concert.IloIntervalSequenceVarMap
This method sets the element index from the map to v.
set(String, IloIntervalSequenceVar) - Method in interface ilog.concert.IloIntervalSequenceVarMap
This method sets the element index from the map to v.
set(IloTuple, IloIntervalSequenceVar) - Method in interface ilog.concert.IloIntervalSequenceVarMap
This method sets the element index from the map to v.
set(int, IloIntervalVar) - Method in interface ilog.concert.IloIntervalVarMap
This method sets the element index from the map to v.
set(double, IloIntervalVar) - Method in interface ilog.concert.IloIntervalVarMap
This method sets the element index from the map to v.
set(String, IloIntervalVar) - Method in interface ilog.concert.IloIntervalVarMap
This method sets the element index from the map to v.
set(IloTuple, IloIntervalVar) - Method in interface ilog.concert.IloIntervalVarMap
This method sets the element index from the map to v.
set(int, int) - Method in interface ilog.concert.IloIntMap
This method sets the element index in the current map to v.
set(double, int) - Method in interface ilog.concert.IloIntMap
This method sets the element index in the current map to v.
set(String, int) - Method in interface ilog.concert.IloIntMap
This method sets the element index in the current map to v.
set(IloTuple, int) - Method in interface ilog.concert.IloIntMap
This method sets the element index in the current map to v.
set(int, IloIntSet) - Method in interface ilog.concert.IloIntSetMap
This method sets the element index in the current map to v.
set(double, IloIntSet) - Method in interface ilog.concert.IloIntSetMap
This method sets the element index in the current map to v.
set(String, IloIntSet) - Method in interface ilog.concert.IloIntSetMap
This method sets the element index in the current map to v.
set(IloTuple, IloIntSet) - Method in interface ilog.concert.IloIntSetMap
This method sets the element index in the current map to v.
set(int, IloIntVar) - Method in interface ilog.concert.IloIntVarMap
This method sets the element index in the current map to v.
set(double, IloIntVar) - Method in interface ilog.concert.IloIntVarMap
This method sets the element index in the current map to v.
set(String, IloIntVar) - Method in interface ilog.concert.IloIntVarMap
This method sets the element index in the current map to v.
set(IloTuple, IloIntVar) - Method in interface ilog.concert.IloIntVarMap
This method sets the element index in the current map to v.
set(int, double) - Method in interface ilog.concert.IloNumMap
This method sets the element index in the current map to v.
set(double, double) - Method in interface ilog.concert.IloNumMap
This method sets the element index in the current map to v.
set(String, double) - Method in interface ilog.concert.IloNumMap
This method sets the element index in the current map to v.
set(IloTuple, double) - Method in interface ilog.concert.IloNumMap
This method sets the element index in the current map to v.
set(int, IloNumSet) - Method in interface ilog.concert.IloNumSetMap
This method sets the element index in the current map to v.
set(double, IloNumSet) - Method in interface ilog.concert.IloNumSetMap
This method sets the element index in the current map to v.
set(String, IloNumSet) - Method in interface ilog.concert.IloNumSetMap
This method sets the element index in the current map to v.
set(IloTuple, IloNumSet) - Method in interface ilog.concert.IloNumSetMap
This method sets the element index in the current map to v.
set(int, IloNumVar) - Method in interface ilog.concert.IloNumVarMap
This method sets the element index in the current map to v.
set(double, IloNumVar) - Method in interface ilog.concert.IloNumVarMap
This method sets the element index in the current map to v.
set(String, IloNumVar) - Method in interface ilog.concert.IloNumVarMap
This method sets the element index in the current map to v.
set(IloTuple, IloNumVar) - Method in interface ilog.concert.IloNumVarMap
This method sets the element index in the current map to v.
set(int, IloPiecewiseFunctionExpr) - Method in interface ilog.concert.IloPiecewiseFunctionExprMap
This method sets the element index in the current map to v.
set(double, IloPiecewiseFunctionExpr) - Method in interface ilog.concert.IloPiecewiseFunctionExprMap
This method sets the element index in the current map to v.
set(String, IloPiecewiseFunctionExpr) - Method in interface ilog.concert.IloPiecewiseFunctionExprMap
This method sets the element index in the current map to v.
set(IloTuple, IloPiecewiseFunctionExpr) - Method in interface ilog.concert.IloPiecewiseFunctionExprMap
This method sets the element index in the current map to v.
set(int, IloStateFunctionExpr) - Method in interface ilog.concert.IloStateFunctionExprMap
This method sets the element index in the current map to v.
set(double, IloStateFunctionExpr) - Method in interface ilog.concert.IloStateFunctionExprMap
This method sets the element index in the current map to v.
set(String, IloStateFunctionExpr) - Method in interface ilog.concert.IloStateFunctionExprMap
This method sets the element index in the current map to v.
set(IloTuple, IloStateFunctionExpr) - Method in interface ilog.concert.IloStateFunctionExprMap
This method sets the element index in the current map to v.
set(int, String) - Method in interface ilog.concert.IloSymbolMap
This method sets the element index in the current map to v.
set(double, String) - Method in interface ilog.concert.IloSymbolMap
This method sets the element index in the current map to v.
set(String, String) - Method in interface ilog.concert.IloSymbolMap
This method sets the element index in the current map to v.
set(IloTuple, String) - Method in interface ilog.concert.IloSymbolMap
This method sets the element index in the current map to v.
set(int, IloSymbolSet) - Method in interface ilog.concert.IloSymbolSetMap
This method sets the element index in the current map to v.
set(double, IloSymbolSet) - Method in interface ilog.concert.IloSymbolSetMap
This method sets the element index in the current map to v.
set(String, IloSymbolSet) - Method in interface ilog.concert.IloSymbolSetMap
This method sets the element index in the current map to v.
set(IloTuple, IloSymbolSet) - Method in interface ilog.concert.IloSymbolSetMap
This method sets the element index in the current map to v.
set(int, IloTupleSet) - Method in interface ilog.concert.IloTupleSetMap
This method sets the element index in the current map to v.
set(double, IloTupleSet) - Method in interface ilog.concert.IloTupleSetMap
This method sets the element index in the current map to v.
set(String, IloTupleSet) - Method in interface ilog.concert.IloTupleSetMap
This method sets the element index in the current map to v.
set(IloTuple, IloTupleSet) - Method in interface ilog.concert.IloTupleSetMap
This method sets the element index in the current map to v.
setAbsent() - Method in interface ilog.concert.IloIntervalVar
This member function specifies that the invoking interval variable must be absent.
setAbsent(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Sets the absence status of interval variable a to be true in the invoking solution.
setAnyCollectionValue(int, IloAnyCollection) - Method in interface ilog.concert.IloTupleBuffer
Sets the string-collection column columnIndex of the IloTupleSet set with value.
setAnyCollectionValue(String, IloAnyCollection) - Method in interface ilog.concert.IloTupleBuffer
Sets the string collection column col of the IloTupleSet with value.
setAt(IloMapIndexArray, IloCumulFunctionExpr) - Method in interface ilog.concert.IloCumulFunctionExprMap
This method sets the element pointed to by indices from the map to v.
setAt(IloMapIndexArray, IloIntervalSequenceVar) - Method in interface ilog.concert.IloIntervalSequenceVarMap
This method sets the value of the element to v.
setAt(IloMapIndexArray, IloIntervalVar) - Method in interface ilog.concert.IloIntervalVarMap
This method sets the value of the element to v.
setAt(IloMapIndexArray, int) - Method in interface ilog.concert.IloIntMap
This method sets the value of the element to v.
setAt(IloMapIndexArray, IloIntSet) - Method in interface ilog.concert.IloIntSetMap
This method sets the value of the element to v.
setAt(IloMapIndexArray, IloIntVar) - Method in interface ilog.concert.IloIntVarMap
This method sets the value of the element to v.
setAt(IloMapIndexArray, double) - Method in interface ilog.concert.IloNumMap
This method sets the value of the element to v.
setAt(IloMapIndexArray, IloNumSet) - Method in interface ilog.concert.IloNumSetMap
This method sets the value of the element to v.
setAt(IloMapIndexArray, IloNumVar) - Method in interface ilog.concert.IloNumVarMap
This method sets the value of the element to v.
setAt(IloMapIndexArray, IloPiecewiseFunctionExpr) - Method in interface ilog.concert.IloPiecewiseFunctionExprMap
This method sets the value of the element to v.
setAt(IloMapIndexArray, IloStateFunctionExpr) - Method in interface ilog.concert.IloStateFunctionExprMap
This method sets the value of the element to v.
setAt(IloMapIndexArray, String) - Method in interface ilog.concert.IloSymbolMap
This method sets the value of the element to v.
setAt(IloMapIndexArray, IloSymbolSet) - Method in interface ilog.concert.IloSymbolSetMap
This method sets the value of the element to v.
setAt(IloMapIndexArray, IloTuple) - Method in interface ilog.concert.IloTupleMap
Sets the element pointed to by indexes from the map to v.
setAt(IloMapIndexArray, IloTupleSet) - Method in interface ilog.concert.IloTupleSetMap
This method sets the element pointed to by indices from the map to v.
setBasis(IloCplex) - Method in class ilog.opl.IloOplCplexBasis
Restores basis information for a CPLEX instance.
setBasisStatuses(IloNumVar[], IloCplex.BasisStatus[], IloRange[], IloCplex.BasisStatus[]) - Method in class ilog.opl.IloCplex
Sets basis statuses for variables and constraints.
setBasisStatuses(IloNumVar[], IloCplex.BasisStatus[], int, int, IloConstraint[], IloCplex.BasisStatus[], int, int) - Method in class ilog.opl.IloCplex
Sets basis statuses for a set of variables and constraints.
setBigMapThreshold(int) - Method in class ilog.opl.IloOplSettings
 
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.opl.IloCplex.HeuristicCallback
Changes the upper and lower bounds of the variable var.
setBounds(IloNumVar[], double[], double[]) - Method in class ilog.opl.IloCplex.HeuristicCallback
Changes the upper and lower bounds of variables in the array var.
setBounds(IloNumVar[], double[], double[], int, int) - Method in class ilog.opl.IloCplex.HeuristicCallback
Changes the upper and lower bounds of the specified variables in the array var.
setConstant(int) - Method in interface ilog.concert.IloLinearIntExpr
Sets the constant term from the invoking IloLinearIntExpr to val.
setConstant(double) - Method in interface ilog.concert.IloLinearNumExpr
Sets the constant term from the invoking IloLinearIntExpr to val.
setConstant(double) - Method in interface ilog.concert.IloObjective
Sets the constant term from the invoking IloObjective to val.
setCP(IloCP) - Method in class ilog.opl.IloOplRunConfiguration
This member function specifies the instance of the CP engine to use.
setCplex(IloCplex) - Method in class ilog.opl.IloOplRunConfiguration
This member function specifies the instance of the CPLEX engine to use.
setDebugMode(boolean) - Static method in class ilog.opl.IloOplFactory
Sets debug mode on/off.
setDebugModeWarning(boolean) - Static method in class ilog.opl.IloOplFactory
Sets the debug-mode warning message on/off.
setDefaults() - Method in class ilog.opl.IloCplex
Resets all parameters to their default values.
setDeleteMode(IloCplex.DeleteMode) - Method in class ilog.opl.IloCplex
Sets the delete mode.
setDirection(IloNumVar, IloCplex.BranchDirection) - Method in class ilog.opl.IloCplex
Sets the branching direction for a variable.
setDirections(IloNumVar[], IloCplex.BranchDirection[]) - Method in class ilog.opl.IloCplex
Sets branching directions for an array of variables.
setDirections(IloNumVar[], IloCplex.BranchDirection[], int, int) - Method in class ilog.opl.IloCplex
Sets branching directions for a set of variables.
setDisplayOnePerLine(boolean) - Method in class ilog.opl.IloOplSettings
Displays only one item per line, or not.
setDisplayPrecision(int) - Method in class ilog.opl.IloOplSettings
 
setDisplayWidth(int) - Method in class ilog.opl.IloOplSettings
 
setDisplayWithComponentName(boolean) - Method in class ilog.opl.IloOplSettings
Shows tuple component names, or not, when serializing model elements.
setDisplayWithIndex(boolean) - Method in class ilog.opl.IloOplSettings
Shows item indices, or not, when serializing model elements.
setDo4dsxDebug(boolean) - Method in class ilog.opl.IloOplSettings
Enables or disables Javascript support.
setDomain(IloIntVar, int, int) - Method in interface ilog.concert.IloSolution
 
setElement(IloOplElement) - Method in class ilog.opl.IloOplDataElements
Replaces an element in this collection.
setEnd(IloIntervalVar, int) - Method in interface ilog.concert.IloSolution
Sets the end value (both minimum and maximum) of interval variable a to v in the invoking solution.
setEndMax(int) - Method in interface ilog.concert.IloIntervalVar
This member function sets t as the maximal end value of the invoking interval variable.
setEndMax(IloIntervalVar, int) - Method in interface ilog.concert.IloSolution
Sets the maximal end value of interval variable a in the invoking solution to max.
setEndMin(int) - Method in interface ilog.concert.IloIntervalVar
This member function sets t as the minimal end value of the invoking interval variable.
setEndMin(IloIntervalVar, int) - Method in interface ilog.concert.IloSolution
Sets the minimal end value of interval variable a in the invoking solution to min.
setError(OutputStream) - Method in class ilog.cp.IloCP
Sets the error stream of the invoking IloCP object.
setError(OutputStream) - Method in class ilog.opl.IloCplex
Sets the error stream of the invoking IloCplex object.
setError(OutputStream) - Method in class ilog.opl.IloOplFactory
Redirects all error messages to the given stream
setErrorHandler(IloOplErrorHandler) - Method in class ilog.opl.IloOplRunConfiguration
This member function specifies what error handler to use.
setExportExternalData(String) - Method in class ilog.opl.IloOplSettings
Sets the file name used by OPL to export the external data.
setExportInternalData(String) - Method in class ilog.opl.IloOplSettings
Sets the file name used by OPL to export the internal data.
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.
setForceElementPostProcessingUsage(boolean) - Method in class ilog.opl.IloOplSettings
Forces the usage of all model elements, or not.
setForceElementUsage(boolean) - Method in class ilog.opl.IloOplSettings
Forces the usage of all model elements, or not.
setGC(boolean) - Method in class ilog.opl.IloOplSettings
Set the Javascript garbage collector mode.
setImpl(IloOplProgressListenerI) - Method in class ilog.opl.IloOplProgressListener
 
setIndex(int) - Method in interface ilog.concert.IloTuple
Sets the index that points to the collection.
setIndex(int) - Method in class ilog.opl.IloCplex.FilterIndex
 
setIntCollectionValue(int, IloIntCollection) - Method in interface ilog.concert.IloTupleBuffer
Sets the integer collection column columnIndex of the IloTupleSet with value.
setIntCollectionValue(String, IloIntCollection) - Method in interface ilog.concert.IloTupleBuffer
Sets the integer collection column col of the IloTupleSet with value.
setIntensity(IloNumToNumStepFunction, int) - Method in interface ilog.concert.IloIntervalVar
This member function specifies an intensity function intensity and a granularity granularity for the invoking interval variable.
setIntensity(IloNumToNumStepFunction) - Method in interface ilog.concert.IloIntervalVar
This member function specifies an intensity function intensity for the invoking interval variable.
setIntMapValue(int, IloIntMap) - Method in interface ilog.concert.IloTupleBuffer
Sets the integer array column columnIndex of the IloTupleSet with value.
setIntMapValue(String, IloIntMap) - Method in interface ilog.concert.IloTupleBuffer
Sets the integer array column col of the IloTupleSet with value.
setIntValue(int, int) - Method in interface ilog.concert.IloTupleBuffer
Provides an integer value for the column index of the IloTupleSet.
setIntValue(String, int) - Method in interface ilog.concert.IloTupleBuffer
Sets the integer column col of the IloTupleSet with value.
setIntVar(IloIntVar) - Method in interface ilog.concert.IloLinearIntExprIterator
Sets the IloIntVar of the last linear term in the scalar product.
setItemIntIndex(int) - Method in class ilog.opl.IloOplDataHandler
 
setItemName(String) - Method in class ilog.opl.IloOplDataHandler
Sets the next item's component name.
setItemNumIndex(double) - Method in class ilog.opl.IloOplDataHandler
Sets the next item's index.
setItemStringIndex(String) - Method in class ilog.opl.IloOplDataHandler
Sets the next item's index.
setKeepTmpFiles(boolean) - Method in class ilog.opl.IloOplSettings
Keep temporary files.
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.
setLength(IloIntervalVar, int) - Method in interface ilog.concert.IloSolution
Sets the length value (both minimum and maximum) of interval variable a to v in the invoking solution.
setLengthMax(int) - Method in interface ilog.concert.IloIntervalVar
This member function sets t as the maximal length value of the invoking interval variable.
setLengthMax(IloIntervalVar, int) - Method in interface ilog.concert.IloSolution
Sets the maximal length value of interval variable a in the invoking solution to max.
setLengthMin(int) - Method in interface ilog.concert.IloIntervalVar
This member function sets t as the minimal length value of the invoking interval variable.
setLengthMin(IloIntervalVar, int) - Method in interface ilog.concert.IloSolution
Sets the minimal length value of interval variable a in the invoking solution to min.
setLinearCoef(IloObjective, double, IloNumVar) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficient for variable var to val in the expression of the specified IloObjective object.
setLinearCoef(IloObjective, IloNumVar, double) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficient for variable var to val in the expression of the specified IloObjective object.
setLinearCoef(IloRange, double, IloNumVar) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficient for variable var to val in the expression of the specified IloRange object.
setLinearCoef(IloRange, IloNumVar, double) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficient for variable var to val in the expression of the specified IloRange object.
setLinearCoef(IloForAllRange, IloNumVar, double) - Method in class ilog.opl.IloCplex
setLinearCoef method.
setLinearCoef(IloForAllRange, double, IloNumVar) - Method in class ilog.opl.IloCplex
setLinearCoef method.
setLinearCoef(IloObjective, double, IloNumVar) - Method in class ilog.opl.IloCplex
setLinearCoef(IloObjective, IloNumVar, double) - Method in class ilog.opl.IloCplex
setLinearCoef(IloRange, double, IloNumVar) - Method in class ilog.opl.IloCplex
setLinearCoef(IloRange, IloNumVar, double) - Method in class ilog.opl.IloCplex
setLinearCoefs(IloObjective, double[], IloNumVar[]) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloObjective object.
setLinearCoefs(IloObjective, IloNumVar[], double[]) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloObjective object.
setLinearCoefs(IloObjective, double[], IloNumVar[], int, int) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloObjective object.
setLinearCoefs(IloObjective, IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloObjective object.
setLinearCoefs(IloRange, double[], IloNumVar[]) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloRange object.
setLinearCoefs(IloRange, IloNumVar[], double[]) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloRange object.
setLinearCoefs(IloRange, double[], IloNumVar[], int, int) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloRange object.
setLinearCoefs(IloRange, IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Sets linear coefficients for variables in the expression of the specified IloRange object.
setLinearCoefs(IloForAllRange, double[], IloNumVar[]) - Method in class ilog.opl.IloCplex
setLinearCoef method.
setLinearCoefs(IloForAllRange, IloNumVar[], double[]) - Method in class ilog.opl.IloCplex
setLinearCoef method.
setLinearCoefs(IloForAllRange, double[], IloNumVar[], int, int) - Method in class ilog.opl.IloCplex
setLinearCoef method.
setLinearCoefs(IloForAllRange, IloNumVar[], double[], int, int) - Method in class ilog.opl.IloCplex
setLinearCoef method.
setLinearCoefs(IloObjective, double[], IloNumVar[]) - Method in class ilog.opl.IloCplex
setLinearCoefs(IloObjective, IloNumVar[], double[]) - Method in class ilog.opl.IloCplex
setLinearCoefs(IloObjective, double[], IloNumVar[], int, int) - Method in class ilog.opl.IloCplex
setLinearCoefs(IloObjective, IloNumVar[], double[], int, int) - Method in class ilog.opl.IloCplex
setLinearCoefs(IloRange, double[], IloNumVar[]) - Method in class ilog.opl.IloCplex
setLinearCoefs(IloRange, IloNumVar[], double[]) - Method in class ilog.opl.IloCplex
setLinearCoefs(IloRange, double[], IloNumVar[], int, int) - Method in class ilog.opl.IloCplex
setLinearCoefs(IloRange, IloNumVar[], double[], int, int) - Method in class ilog.opl.IloCplex
setMainEndEnabled(boolean) - Method in class ilog.opl.IloOplSettings
Enables object ending for flow control scripting.
setMax(int) - Method in interface ilog.concert.IloIntVar
Sets a new initial maximum for this integer variable.
setMax(double, double, double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function sets the value of the invoking piecewise linear function to be the maximum between the current value and v everywhere on the interval [x1,x2).
setMax(double, double, double, double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function sets the value of the invoking piecewise linear function to be the maximum between the current value and the value of the linear function: x --> v1 + (x-x1)*(v2-v1)/(x2-x1) everywhere on the interval [x1, x2).
setMax(IloNumToNumSegmentFunction) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function sets the value of the invoking piecewise linear function to be the maximum between the current value and the value of fct everywhere on the definition interval of the invoking function.
setMax(double, double, double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function sets the value of the invoking step function to be the maximum between the current value and v everywhere on the interval [x1, x2).
setMax(IloNumToNumStepFunction) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function sets the value of the invoking step function to be the maximum between the current value and the value of fct everywhere on the definition interval of the invoking function.
setMax(IloNumVar, double) - Method in interface ilog.concert.IloSolution
 
setMax(IloIntVar, int) - Method in interface ilog.concert.IloSolution
 
setMax(IloNumVar, double) - Method in class ilog.cp.IloCustomConstraint
This function can be called from the execute member function of your subclass.
setMin(int) - Method in interface ilog.concert.IloIntVar
Sets a new initial minimum for this integer variable.
setMin(double, double, double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function sets the value of the invoking piecewise linear function to be the minimum between the current value and v everywhere on the interval [x1,x2).
setMin(double, double, double, double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function sets the value of the invoking piecewise linear function to be the minimum between the current value and the value of the linear function: x --> v1 + (x-x1)*(v2-v1)/(x2-x1) everywhere on the interval [x1,x2).
setMin(IloNumToNumSegmentFunction) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function sets the value of the invoking piecewise linear function to be the minimum between the current value and the value of fct everywhere on the definition interval of the invoking function.
setMin(double, double, double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function sets the value of the invoking step function to be the minimum between the current value and v everywhere on the interval [x1, x2).
setMin(IloNumToNumStepFunction) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function sets the value of the invoking step function to be the minimum between the current value and the value of fct everywhere on the definition interval of the invoking function.
setMin(IloNumVar, double) - Method in interface ilog.concert.IloSolution
 
setMin(IloIntVar, int) - Method in interface ilog.concert.IloSolution
 
setMin(IloNumVar, double) - Method in class ilog.cp.IloCustomConstraint
This function can be called from the execute member function of your subclass.
setModel(IloModel) - Method in interface ilog.concert.IloMPModeler
Sets model as the active model.
setModel(IloModel) - Method in class ilog.opl.IloCplex
 
setName(String) - Method in interface ilog.concert.IloAddable
Sets the name of the invoking addable object.
setName(String) - Method in interface ilog.concert.IloMap
This method sets the name of the map to name.
setName(String) - Method in interface ilog.concert.IloNumVar
Sets the name of the invoking variable.
setName(String) - Method in class ilog.cp.IloCustomConstraint
 
setNodeData(Object) - Method in class ilog.opl.IloCplex.ControlCallback
 
setNodeData(Object) - Method in class ilog.opl.IloCplex.IncumbentCallback
 
setNodeData(long, Object) - Method in class ilog.opl.IloCplex.NodeCallback
 
setNumCollectionValue(int, IloNumCollection) - Method in interface ilog.concert.IloTupleBuffer
Sets the float-collection column columnIndex of the IloTupleSet set with value.
setNumCollectionValue(String, IloNumCollection) - Method in interface ilog.concert.IloTupleBuffer
Sets the float collection column col of the IloTupleSet with value.
setNumMapValue(int, IloNumMap) - Method in interface ilog.concert.IloTupleBuffer
Sets the float array column columnIndex of the IloTupleSet with value.
setNumMapValue(String, IloNumMap) - Method in interface ilog.concert.IloTupleBuffer
Sets the float array column col of the IloTupleSet with value.
setNumValue(int, double) - Method in interface ilog.concert.IloTupleBuffer
Provides a floating-point value for the column index of the IloTupleSet.
setNumValue(String, double) - Method in interface ilog.concert.IloTupleBuffer
Sets the float column col of the IloTupleSet with value.
setNumVar(IloNumVar) - Method in interface ilog.concert.IloLinearNumExprIterator
Sets the IloNumVar of the last linear term in the scalar product.
setOptional() - Method in interface ilog.concert.IloIntervalVar
This member function specifies that the invoking interval variable is optional; that is, the presence status of the interval is a decision variable of the problem.
setOptional(IloIntervalVar) - Method in interface ilog.concert.IloSolution
This member function states that interval variable a is optional in the invoking solution, that is, its presence/absence status is unbound.
setOut(OutputStream) - Method in class ilog.cp.IloCP
Sets the default output stream of the invoking IloCP object.
setOut(OutputStream) - Method in class ilog.opl.IloCplex
Sets the default output stream of the invoking IloCplex object.
setOut(OutputStream) - Method in class ilog.opl.IloOplFactory
Redirects all output messages to the given stream
setOutputLimit(int) - Method in class ilog.opl.IloOplDataSerializer
 
setOwnEngine(boolean) - Method in class ilog.opl.IloOplRunConfiguration
 
setOwnHandle(boolean) - Method in class ilog.opl.IloOplModel
 
setParam(IloCplex.IntParam, int) - Method in class ilog.opl.IloCplex.ParameterSet
Sets an integer parameter to value val.
setParam(IloCplex.StringParam, String) - Method in class ilog.opl.IloCplex.ParameterSet
Sets a string parameter to value val.
setParam(IloCplex.BooleanParam, boolean) - Method in class ilog.opl.IloCplex.ParameterSet
Sets a Boolean parameter to value val.
setParam(IloCplex.DoubleParam, double) - Method in class ilog.opl.IloCplex.ParameterSet
Sets a double parameter to value val.
setParam(IloCplex.IntParam, int) - Method in class ilog.opl.IloCplex
Sets an integer parameter to value val.
setParam(IloCplex.BooleanParam, boolean) - Method in class ilog.opl.IloCplex
Sets a Boolean parameter to value val.
setParam(IloCplex.LongParam, long) - Method in class ilog.opl.IloCplex
Sets a Long parameter to value val.
setParam(IloCplex.DoubleParam, double) - Method in class ilog.opl.IloCplex
Sets a double parameter to value val.
setParam(IloCplex.StringParam, String) - Method in class ilog.opl.IloCplex
Sets a string parameter to value val.
setParameter(IloCP.IntParam, IloCP.ParameterValues) - Method in class ilog.cp.IloCP
This method sets the integer parameter param to the value value in the invoked IloCP instance.
setParameter(IloCP.IntParam, int) - Method in class ilog.cp.IloCP
This method sets the integer parameter param to the value value in the invoked IloCP instance.
setParameter(IloCP.DoubleParam, IloCP.ParameterValues) - Method in class ilog.cp.IloCP
This method sets the floating-point parameter param to the value value in the invoked IloCP instance.
setParameter(IloCP.DoubleParam, double) - Method in class ilog.cp.IloCP
This method sets the floating-point parameter param to the value value in the invoked IloCP instance.
setParameterSet(IloCplex.ParameterSet) - Method in class ilog.opl.IloCplex
Sets the parameter state using a parameter set.
setPeriodic(IloNumToNumSegmentFunction, double, double, double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function initializes the invoking function as a piecewise linear function that repeats the piecewise linear function f, n times after x0.
setPeriodic(IloNumToNumStepFunction, double, double, double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function initializes the invoking function as a step function that repeats the step function f, n times after x0.
setPeriodic(IloNumToNumStepFunction, double, double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function initializes the invoking function as a step function that repeats the step function f, n times after x0.
setPeriodic(IloNumToNumStepFunction, double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function initializes the invoking function as a step function that repeats the step function f after x0 until the end of the definition interval of the invoking function.
setPeriodicValue(double, double, IloNumToNumSegmentFunction, double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function changes the value of the invoking function on the interval [x1,x2).
setPeriodicValue(double, double, IloNumToNumStepFunction, double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function changes the value of the invoking function on the interval [x1,x2).
setPeriodicValue(double, double, IloNumToNumStepFunction) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function changes the value of the invoking function on the interval [x1,x2).
setPoints(IloNumArray, IloNumArray) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function initializes the invoking function as a piecewise linear function whose segments are defined by the two argument arrays x and v.
setPoolSolution(int) - Method in class ilog.opl.IloOplModel
 
setPresent() - Method in interface ilog.concert.IloIntervalVar
This member function specifies that the invoking interval variable must be present.
setPresent(IloIntervalVar) - Method in interface ilog.concert.IloSolution
Sets the presence status of interval variable a to be true in the invoking solution.
setPriorities(IloNumVar[], int[]) - Method in class ilog.opl.IloCplex
Sets branch priorities for an array of variables.
setPriorities(IloNumVar[], int[], int, int) - Method in class ilog.opl.IloCplex
Sets branch priorities for a set of variables.
setPriority(IloNumVar, int) - Method in class ilog.opl.IloCplex
Sets the branch priority for the variable var.
setProfiler(IloOplProfiler) - Method in class ilog.opl.IloOplSettings
Activates the OPL profiling feature.
setRange(IloNumVar, double, double) - Method in class ilog.cp.IloCustomConstraint
This function can be called from the execute member function of your subclass.
setRelaxationLevel(int) - Method in class ilog.opl.IloOplSettings
 
setResolverPath(String) - Method in class ilog.opl.IloOplSettings
Sets the path used to find resources (sub-models, data files, external libraries).
setSearchPhases() - Method in class ilog.cp.IloCP
This method clears the search phases set on the IloCP instance.
setSearchPhases(IloSearchPhase) - Method in class ilog.cp.IloCP
This method specifies a search phase that need to be used to instantiate variables in CP Optimizer embedded search.
setSearchPhases(IloSearchPhase[]) - Method in class ilog.cp.IloCP
This method specifies the array of search phases that need to be used to instantiate variables in CP Optimizer embedded search.
setSense(IloObjectiveSense) - Method in interface ilog.concert.IloObjective
Sets the optimization sense of the invoking IloObjective object.
setSettings(IloOplSettings) - Method in class ilog.opl.IloOplModel
Replaces the settings object.
setSettings(IloOplSettings) - Method in class ilog.opl.IloOplRunConfiguration
This member function specifies what OPL settings to use.
setSize(IloIntervalVar, int) - Method in interface ilog.concert.IloSolution
Sets the size value (both minimum and maximum) of interval variable a to v in the invoking solution.
setSizeMax(int) - Method in interface ilog.concert.IloIntervalVar
This member function sets t as the maximal size value of the invoking interval variable.
setSizeMax(IloIntervalVar, int) - Method in interface ilog.concert.IloSolution
Sets the maximal size value of interval variable a in the invoking solution to max.
setSizeMin(int) - Method in interface ilog.concert.IloIntervalVar
This member function sets t as the minimal size value of the invoking interval variable.
setSizeMin(IloIntervalVar, int) - Method in interface ilog.concert.IloSolution
Sets the minimal size value of interval variable a in the invoking solution to min.
setSkipAssert(boolean) - Method in class ilog.opl.IloOplSettings
Skips the evaluation of model assert statements, or not.
setSkipWarnNeverUsedElements(boolean) - Method in class ilog.opl.IloOplSettings
Skips the the detection of unused OPL elements.
setSlicingCache(boolean) - Method in class ilog.opl.IloOplSettings
Tells OPL if the OPL slicing can cache results to get possible performance improvements.
setSlope(double, double, double, double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function sets the value of the invoking piecewise linear function equal to f, associating for each x in [x1,x2) -> f(x) = v + slope * (x-x1).
setSolution(IloNumVar[], double[], int, int) - Method in class ilog.opl.IloCplex.HeuristicCallback
Injects a solution to be used as the potential new incumbent.
setSolution(IloNumVar[], double[]) - Method in class ilog.opl.IloCplex.HeuristicCallback
Injects a solution to be used as the potential new incumbent.
setStart(IloIntervalVar, int) - Method in interface ilog.concert.IloSolution
Sets the start value (both minimum and maximum) of interval variable a to v in the invoking solution.
setStart(double[], double[], IloNumVar[], double[], double[], IloRange[]) - Method in class ilog.opl.IloCplex
 
setStart(double[], double[], IloNumVar[], int, int, double[], double[], IloRange[], int, int) - Method in class ilog.opl.IloCplex
 
setStart(double[], IloNumVar[], double[], IloRange[]) - Method in class ilog.opl.IloCplex.SolveCallback
Specifies a starting point for the next invocation of method solve.
setStart(double[], IloNumVar[], int, int, double[], IloRange[], int, int) - Method in class ilog.opl.IloCplex.SolveCallback
Specifies a starting point for the next invocation of the method solve.
setStart(IloCplex) - Method in class ilog.opl.IloOplCplexVectors
Restores the MIP start information.
setStartingPoint(IloSolution) - Method in class ilog.cp.IloCP
This method sets solution sp as the new starting point for subsequent searches of the invoking CP Optimizer engine.
setStartMax(int) - Method in interface ilog.concert.IloIntervalVar
This member function sets t as the maximal start value of the invoking interval variable.
setStartMax(IloIntervalVar, int) - Method in interface ilog.concert.IloSolution
Sets the maximal start value of interval variable a in the invoking solution to max.
setStartMin(int) - Method in interface ilog.concert.IloIntervalVar
This member function sets t as the minimal start value of the invoking interval variable.
setStartMin(IloIntervalVar, int) - Method in interface ilog.concert.IloSolution
Sets the minimal start value of interval variable a in the invoking solution to min.
setSteps(IloNumArray, IloNumArray) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function initializes the invoking function as a step function whose steps are defined by the two arguments arrays x and v.
setSymbolValue(int, String) - Method in interface ilog.concert.IloTupleBuffer
Sets the string column columnIndex of the IloTupleSet with value.
setSymbolValue(String, String) - Method in interface ilog.concert.IloTupleBuffer
Sets the string column col of the IloTupleSet with value.
setTmpDir(String) - Method in class ilog.opl.IloOplSettings
Sets the path to a directory for temporary files.
setTupleValue(int, IloTuple) - Method in interface ilog.concert.IloTupleBuffer
Sets the sub-tuple columnIndex of the IloTupleSet with value.
setTupleValue(String, IloTuple) - Method in interface ilog.concert.IloTupleBuffer
Sets the sub-tuple col of the IloTupleSet with value.
setUB(double) - Method in interface ilog.concert.IloNumVar
Sets the upper bound of the invoking IloNumVar object.
setUB(double) - Method in interface ilog.concert.IloRange
Sets the upper bound of the ranged constraints.
setValue(int) - Method in interface ilog.concert.IloLinearIntExprIterator
Sets the coefficient related to the IloIntVar accessed by the last call to the method next().
setValue(double) - Method in interface ilog.concert.IloLinearNumExprIterator
Sets the coefficient related to the IloIntVar accessed by the last call to the method next().
setValue(double, double, double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function sets the value of the invoking piecewise linear function to beant and equal to v on the interval [x1,x2).
setValue(double, double, double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function sets the value of the invoking step function to be v on the interval [x1, x2).
setValue(IloNumVar, double) - Method in interface ilog.concert.IloSolution
 
setValue(IloIntVar, int) - Method in interface ilog.concert.IloSolution
 
setValue(int, int, int) - Method in interface ilog.concert.IloTransitionDistance
This member function sets the value of the invoking transition distance.
setValue(IloNumVar, double) - Method in class ilog.cp.IloCustomConstraint
This function can be called from the execute member function of your subclass.
setWarning(OutputStream) - Method in class ilog.cp.IloCP
Sets the warning stream of the invoking IloCP object.
setWarning(OutputStream) - Method in class ilog.opl.IloCplex
Sets the warning stream of the invoking IloCplex object.
setWarning(OutputStream) - Method in class ilog.opl.IloOplFactory
Redirects all warning messages to the given stream
setWithDataChecks(boolean) - Method in class ilog.opl.IloOplSettings
Tells OPL to perform data integrity checks for inputs or not.
setWithJavaScript(boolean) - Method in class ilog.opl.IloOplSettings
Enables or disables Javascript support.
setWithLocations(boolean) - Method in class ilog.opl.IloOplSettings
Generates locations for Concert objects, or not.
setWithMultiEnv(boolean) - Method in class ilog.opl.IloOplSettings
Enables multi-env mode.
setWithNames(boolean) - Method in class ilog.opl.IloOplSettings
Generates names for decision variables and constraints in Concert objects, or not.
setWithWarnings(boolean) - Method in class ilog.opl.IloOplSettings
Forces OPL to output warnings or not
shift(double, double) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This member function shifts the invoking function from dx to the right if dx > 0 or -dx to the left if dx < 0.
shift(double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function shifts the invoking function from dx to the right if dx > 0 or from -dx to the left if dx < 0.
shift(double, double) - Method in interface ilog.concert.IloNumToNumStepFunction
This member function shifts the invoking function from dx to the right if dx > 0 or from -dx to the left if dx < 0.
SiftAlg - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
SiftDisplay - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Sifting - Static variable in class ilog.opl.IloCplex.Algorithm
Selects the sifting algorithm.
SiftingSimplex - Static variable in class ilog.opl.IloCplex.BooleanParam
Deprecated.
SiftItLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
SiftItLim - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
SimDisplay - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Simplex - Static variable in class ilog.opl.IloCplex.Param.Sifting
Simplex.
SingleLine - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of KPIDisplay indicating that all KPIs should be displayed on a single line in the log.
SingLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Singularity - Static variable in class ilog.opl.IloCplex.Param.Simplex.Limits
Singularity.
sizeEval(IloIntervalVar, IloNumToNumSegmentFunction) - Method in class ilog.cp.IloCP
This method returns a numerical expression that represents the value of function f evaluated on the size of interval variable a whenever the interval variable is present.
sizeEval(IloIntervalVar, IloNumToNumSegmentFunction, double) - Method in class ilog.cp.IloCP
This method returns a numerical expression that represents the value of function f evaluated on the size of interval variable a whenever the interval variable is present.
sizeOf(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the size of interval variable a whenever the interval variable is present.
sizeOf(IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the size of interval variable a whenever the interval variable is present.
sizeOfNext(IloIntervalSequenceVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the size of the interval variable that is next to interval a in sequence variable seq.
sizeOfNext(IloIntervalSequenceVar, IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the size of the interval variable that is next to interval a in sequence variable seq.
sizeOfPrevious(IloIntervalSequenceVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the size of the interval variable that is previous to interval a in sequence variable seq.
sizeOfPrevious(IloIntervalSequenceVar, IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the size of the interval variable that is previous to interval a in sequence variable seq.
SolLim - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
SolnPool - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_SOLNPOOL
SolnPoolAGap - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
SolnPoolCapacity - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
SolnPoolGap - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
SolnPoolIntensity - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
SolnPoolReplace - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
solution() - Method in class ilog.cp.IloCP
This method creates and returns an instance of IloSolution.
solutionGoal(IloNumVar[], double[]) - Method in class ilog.opl.IloCplex
Creates and returns a solution goal.
SolutionLimit - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
Solutions - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
Solutions.
Solutions - Static variable in class ilog.opl.IloCplex.Param.MIP.PolishAfter
Solutions.
SolutionType - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
SolutionType - Static variable in class ilog.opl.IloCplex.Param
SolutionType.
solve() - Method in class ilog.cp.IloCP
This method solves a problem using CP Optimizer's built-in strategy.
Solve - Static variable in class ilog.opl.IloCplex.ConflictAlgorithm
Use full solve
solve(int) - Method in class ilog.opl.IloCplex.HeuristicCallback
Solves the current node relaxation using a chosen algorithm.
solve() - Method in class ilog.opl.IloCplex.HeuristicCallback
Solves the current node relaxation using the default algorithm.
solve() - Method in class ilog.opl.IloCplex
Solves the active model.
solve(IloCplex.Goal) - Method in class ilog.opl.IloCplex
This method solves the active MIP model using the search strategy specified by goal.
solve(int) - Method in class ilog.opl.IloCplex.SolveCallback
Solves the current node using the algorithm alg.
solve() - Method in class ilog.opl.IloCplex.SolveCallback
Solves the current node using the default algorithm (IloCplex.Algorithm.Auto).
SolveFixed - Static variable in class ilog.opl.IloCplex.MIPStartEffort
CPLEX solves the fixed problem specified by the MIP start.
solveFixed() - Method in class ilog.opl.IloCplex
Solves the fixed active model.
solveFixed(int) - Method in class ilog.opl.IloCplex
Solves the fixed active model.
SolveMIP - Static variable in class ilog.opl.IloCplex.MIPStartEffort
CPLEX solves a subMIP specified by the MIP start.
SolveTime - Static variable in class ilog.cp.IloCP.DoubleInfo
Double info parameter.
SOS1(IloNumVar[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables and weights.
SOS1(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the num specified variables and weights, starting from the index specified by start.
SOS1(IloNumVar[], double[], String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the specified variables and weights and names the new SOS.
SOS1(IloNumVar[], double[], int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 1 with the num specified variables and weights, starting from the index specified by start, and assigns the new SOS a name.
SOS1(IloNumVar[], double[]) - Method in class ilog.opl.IloCplex
SOS1(IloNumVar[], double[], int, int) - Method in class ilog.opl.IloCplex
SOS1(IloNumVar[], double[], String) - Method in class ilog.opl.IloCplex
SOS1(IloNumVar[], double[], int, int, String) - Method in class ilog.opl.IloCplex
SOS1iterator() - Method in class ilog.opl.IloCplex
Returns an iterator over all IloSOS1 objects in the active model.
SOS1Reform - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
SOS1Reform - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
SOS1Reform.
SOS2(IloNumVar[], double[]) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables and weights.
SOS2(IloNumVar[], double[], int, int) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the num specified variables and weights, starting from the index specified by start.
SOS2(IloNumVar[], double[], String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the specified variables and weights, and assigns the new SOS its name.
SOS2(IloNumVar[], double[], int, int, String) - Method in interface ilog.concert.IloMPModeler
Creates an SOS of type 2 with the num specified variables and weights, starting from the index specified by start, and assigns the new SOS its name.
SOS2(IloNumVar[], double[]) - Method in class ilog.opl.IloCplex
SOS2(IloNumVar[], double[], int, int) - Method in class ilog.opl.IloCplex
SOS2(IloNumVar[], double[], String) - Method in class ilog.opl.IloCplex
SOS2(IloNumVar[], double[], int, int, String) - Method in class ilog.opl.IloCplex
SOS2iterator() - Method in class ilog.opl.IloCplex
Returns an iterator over all IloSOS2 objects in the active model.
SOS2Reform - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
SOS2Reform - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
SOS2Reform.
span(IloIntervalVar, IloIntervalVar[], String) - Method in class ilog.cp.IloCP
This method creates a span constraint between interval variable a and the set of interval variables in the array bs.
span(IloIntervalVar, IloIntervalVar[]) - Method in class ilog.cp.IloCP
This method creates a span constraint between interval variable a and the set of interval variables in the array bs.
square(IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the square of the expression e (that is, e * e).
square(IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns the new integer expression e^2.
standardDeviation(IloIntExpr[]) - Method in class ilog.cp.IloCP
This method creates a new constrained numeric expression which is equal to the standard deviation of the values of the expressions in the array exprs.
standardDeviation(IloIntExpr[], double, double) - Method in class ilog.cp.IloCP
This method creates a new constrained numeric expression which is equal to the standard deviation of the values of the expressions in the array exprs.
standardDeviation(IloIntExprArray, double, double) - Method in class ilog.cp.IloCP
 
StartAlg - Static variable in class ilog.opl.IloCplex.Param.Barrier
StartAlg.
StartAlg - Static variable in class ilog.opl.IloCplex.Param.MIP.SubMIP
StartAlg.
startArray() - Method in class ilog.opl.IloOplDataHandler
Start defining an array.
startAtEnd(IloIntervalVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-start(a)between the start of interval a and the end of interval b must be equal to 0.
startAtEnd(IloIntervalVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-start(a)between the start of interval a and the end of interval b must be equal to z.
startAtEnd(IloIntervalVar, IloIntervalVar, IloIntExpr) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-start(a)between the start of interval a and the end of interval b must be equal to z.
startAtStart(IloIntervalVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance start(b)-start(a)between the start of interval a and the start of interval b must be equal to 0.
startAtStart(IloIntervalVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance start(b)-start(a)between the start of interval a and the start of interval b must be equal to z.
startAtStart(IloIntervalVar, IloIntervalVar, IloIntExpr) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance start(b)-start(a)between the start of interval a and the start of interval b must be equal to z.
startBeforeEnd(IloIntervalVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-start(a)between the start of interval a and the end of interval b must be greater than or equal to 0.
startBeforeEnd(IloIntervalVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-start(a)between the start of interval a and the end of interval b must be greater than or equal to z.
startBeforeEnd(IloIntervalVar, IloIntervalVar, IloIntExpr) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-start(a)between the start of interval a and the end of interval b must be greater than or equal to z.
startBeforeStart(IloIntervalVar, IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance start(b)-start(a)between the start of interval a and the start of interval b must be greater than or equal to 0.
startBeforeStart(IloIntervalVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance start(b)-start(a)between the start of interval a and the start of interval b must be greater than or equal to z.
startBeforeStart(IloIntervalVar, IloIntervalVar, IloIntExpr) - Method in class ilog.cp.IloCP
This method returns a constraint that states that whenever both interval variables a and b are present, the distance start(b)-start(a)between the start of interval a and the start of interval b must be greater than or equal to z.
startElement(String) - Method in class ilog.opl.IloOplDataHandler
Start defining a named data element.
startEval(IloIntervalVar, IloNumToNumSegmentFunction) - Method in class ilog.cp.IloCP
This method returns a numerical expression that represents the value of function f evaluated on the start of interval variable a whenever the interval variable is present.
startEval(IloIntervalVar, IloNumToNumSegmentFunction, double) - Method in class ilog.cp.IloCP
This method returns a numerical expression that represents the value of function f evaluated on the start of interval variable a whenever the interval variable is present.
startIndexedArray() - Method in class ilog.opl.IloOplDataHandler
Starts defining an indexed array, providing item indices and values.
startItemTupleIndex() - Method in class ilog.opl.IloOplDataHandler
Starts the next item's index.
startNamedTuple() - Method in class ilog.opl.IloOplDataHandler
Starts defining a named tuple, providing component names and values.
startNewSearch() - Method in class ilog.cp.IloCP
This method starts a new search using the built-in strategy of IloCP.
startOf(IloIntervalVar) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the start of interval variable a whenever the interval variable is present.
startOf(IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the start of interval variable a whenever the interval variable is present.
startOfNext(IloIntervalSequenceVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the start of the interval variable that is next to interval a in sequence variable seq.
startOfNext(IloIntervalSequenceVar, IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the start of the interval variable that is next to interval a in sequence variable seq.
startOfPrevious(IloIntervalSequenceVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the start of the interval variable that is previous to interval a in sequence variable seq.
startOfPrevious(IloIntervalSequenceVar, IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the start of the interval variable that is previous to interval a in sequence variable seq.
startSet() - Method in class ilog.opl.IloOplDataHandler
Starts defining a set.
startTuple() - Method in class ilog.opl.IloOplDataHandler
Starts defining a tuple.
stateFunction() - Method in class ilog.cp.IloCP
This method creates an instance of state function.
stateFunction(String) - Method in class ilog.cp.IloCP
This method creates an instance of state function.
stateFunction(IloTransitionDistance) - Method in class ilog.cp.IloCP
This method creates an instance of state function with transition distance t.
stateFunction(IloTransitionDistance, String) - Method in class ilog.cp.IloCP
This method creates an instance of state function with transition distance t.
StateFunctionInferenceLevel - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
staticLex(IloNumExpr[], String) - Method in class ilog.cp.IloCP
This function defines a multicriteria expression for lexicographic ordering.
staticLex(IloNumExpr[]) - Method in class ilog.cp.IloCP
This function defines a multicriteria expression for lexicographic ordering.
staticLex(IloNumExpr, IloNumExpr) - Method in class ilog.cp.IloCP
This function defines a multicriteria expression for lexicographic ordering.
staticLex(IloNumExpr, IloNumExpr, IloNumExpr) - Method in class ilog.cp.IloCP
This function defines a multicriteria expression for lexicographic ordering.
staticLex(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in class ilog.cp.IloCP
This function defines a multicriteria expression for lexicographic ordering.
Steep - Static variable in class ilog.opl.IloCplex.DualPricing
Steepest-edge pricing.
Steep - Static variable in class ilog.opl.IloCplex.PrimalPricing
Steepest-edge pricing.
SteepQStart - Static variable in class ilog.opl.IloCplex.DualPricing
Steepest- edge pricing, unit initial norms.
SteepQStart - Static variable in class ilog.opl.IloCplex.PrimalPricing
Steepest-edge pricing with slack initial norms.
step(int, int) - Method in class ilog.cp.IloCP
This method returns an elementary cumul function expression that is equal to 0 before point t and equal to v after point t.
stepAtEnd(IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an elementary cumul function expression that, whenever interval variable a is present, is equal to 0 before the end of a and equal to v after the end of a.
stepAtEnd(IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns an elementary cumul function expression that, whenever interval variable a is present, is equal to a 0 before the end of a and equal to a value v such that vmin <= v <= vmax after the end of a.
stepAtStart(IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an elementary cumul function expression that, whenever interval variable a is present, is equal to 0 before the start of a and equal to v after the start of a.
stepAtStart(IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns an elementary cumul function expression that, whenever interval variable a is present, is equal to a 0 before the start of a and equal to a value v such that vmin <= v <= vmax after the start of a.
store() - Method in interface ilog.concert.IloSolution
Stores the values of the objects added to the solution.
store(IloSolution) - Method in class ilog.cp.IloCP
This method stores the values of the objects added to solution by examining their current values in the invoking IloCP.
Strategy - Static variable in class ilog.opl.IloCplex.Param.Benders
Strategy.
strictLexicographic(IloIntExpr[], IloIntExpr[]) - Method in class ilog.cp.IloCP
Creates and returns a constraint which maintains two arrays to be lexicographically ordered.
StringType - Static variable in class ilog.opl.IloCplex.Parameter
 
strong(IloIntVar[]) - Method in class ilog.cp.IloCP
An instance of a strong constraint strengthens the model on the variables of the array given as argument.
Strong - Static variable in class ilog.opl.IloCplex.VariableSelect
Strong branching.
StrongCand - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
StrongCand.
StrongCandLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
StrongIt - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
StrongIt.
StrongItLim - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
StrongItLim - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
sub(IloCumulFunctionExpr) - Method in interface ilog.concert.IloCumulFunctionExpr
This operator subtracts cumul function expression f from the invoking cumul function expression.
sub(IloNumToNumSegmentFunction) - Method in interface ilog.concert.IloNumToNumSegmentFunction
This operator subtracts the argument function fct from the invoking piecewise linear function.
sub(IloNumToNumStepFunction) - Method in interface ilog.concert.IloNumToNumStepFunction
This operator subtracts the argument function fct from the invoking step function.
SubAlg - Static variable in class ilog.opl.IloCplex.Param.MIP.SubMIP
SubAlg.
subCircuit(IloIntExpr[]) - Method in class ilog.cp.IloCP
Creates and returns a circuit-imposing constraint in a model.
SubMIPNodeLimit - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
SubMIPNodeLimit - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
SubMIPScale - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
SubMIPStartAlg - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
SubMIPSubAlg - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
subsume(double, double) - Method in class ilog.opl.IloCplex.NodeEvaluator
When choosing the next node to be processed, IloCplex maintains a candidate node to pick.
sum(IloNumExpr, double) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the sum of a numeric expression and a value.
sum(double, IloNumExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the sum of a value and a numeric expression.
sum(IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds two numeric expressions and returns the sum.
sum(IloNumExpr, IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds three numeric expressions and returns their sum.
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds four numeric expressions and returns the sum.
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds five numeric expressions and returns the sum.
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds six numeric expressions and returns the sum.
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds seven numeric expressions and returns the sum.
sum(IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr, IloNumExpr) - Method in interface ilog.concert.IloModeler
Adds eight numeric expressions and returns the sum.
sum(IloNumExpr[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the sum of the num expressions provided as terms in the array expr starting with element start.
sum(IloNumExpr[]) - Method in interface ilog.concert.IloModeler
Creates and returns an expression representing the sum of the expressions provided as terms in the array expr.
sum(IloIntExpr, int) - Method in interface ilog.concert.IloModeler
Creates and returns an integer expression representing the sum of an integer expression and a value.
sum(int, IloIntExpr) - Method in interface ilog.concert.IloModeler
Creates and returns an integer expression representing the sum of a value and an integer expression.
sum(IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds two integer expressions and returns the sum.
sum(IloIntExpr, IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds three integer expressions and returns the sum.
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds four integer expressions and returns the sum.
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds five integer expressions and returns the sum.
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds six integer expressions and returns the sum.
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds seven integer expressions and returns the sum.
sum(IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr, IloIntExpr) - Method in interface ilog.concert.IloModeler
Adds eight integer expressions and returns the sum.
sum(IloIntExpr[], int, int) - Method in interface ilog.concert.IloModeler
Creates and returns an integer expression representing the sum of the num expressions provided in the array expr starting with element start.
sum(IloIntExpr[]) - Method in interface ilog.concert.IloModeler
Creates and returns an integer expression representing the sum of the expressions provided in the array expr.
sum(IloIntExpr[]) - Method in class ilog.cp.IloCP
Creates and returns an integer expression representing the sum of the expressions provided in the array exprs.
sum(IloNumExpr[]) - Method in class ilog.cp.IloCP
Creates and returns an expression representing the sum of the expressions provided as terms in the array expr.
sum(IloCumulFunctionExpr, IloCumulFunctionExpr) - Method in class ilog.cp.IloCP
This operator returns a cumul function expression equal to the sum of its arguments.
SumCompSlack - Static variable in class ilog.opl.IloCplex.QualityType
 
SumDualInfeas - Static variable in class ilog.opl.IloCplex.QualityType
 
SumDualResidual - Static variable in class ilog.opl.IloCplex.QualityType
 
SumIntInfeas - Static variable in class ilog.opl.IloCplex.QualityType
 
SumPi - Static variable in class ilog.opl.IloCplex.QualityType
 
SumPrimalInfeas - Static variable in class ilog.opl.IloCplex.QualityType
 
SumPrimalResidual - Static variable in class ilog.opl.IloCplex.QualityType
 
SumRedCost - Static variable in class ilog.opl.IloCplex.QualityType
 
SumScaledDualInfeas - Static variable in class ilog.opl.IloCplex.QualityType
 
SumScaledDualResidual - Static variable in class ilog.opl.IloCplex.QualityType
 
SumScaledPi - Static variable in class ilog.opl.IloCplex.QualityType
 
SumScaledPrimalInfeas - Static variable in class ilog.opl.IloCplex.QualityType
 
SumScaledPrimalResidual - Static variable in class ilog.opl.IloCplex.QualityType
 
SumScaledRedCost - Static variable in class ilog.opl.IloCplex.QualityType
 
SumScaledSlack - Static variable in class ilog.opl.IloCplex.QualityType
 
SumScaledX - Static variable in class ilog.opl.IloCplex.QualityType
 
SumSlack - Static variable in class ilog.opl.IloCplex.QualityType
 
SumX - Static variable in class ilog.opl.IloCplex.QualityType
 
symbolSet() - Method in class ilog.opl.IloOplFactory
Creates a set of strings.
Symmetry - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Symmetry - Static variable in class ilog.opl.IloCplex.Param.Preprocessing
Symmetry.
synchronize(IloIntervalVar, IloIntervalVar[], String) - Method in class ilog.cp.IloCP
Deprecated.
Deprecated since V20.1

This method creates a synchronization constraint between interval variable a and the set of interval variables in the array bs.

Note: This constraint cannot be used in a logical constraint.

The use of this method is deprecated since V20.1. Please use combination of startAtStart and endAtEnd constraints instead.

synchronize(IloIntervalVar, IloIntervalVar[]) - Method in class ilog.cp.IloCP
Deprecated.
Deprecated since V20.1

This method creates a synchronization constraint between interval variable a and the set of interval variables in the array bs.

Note: This constraint cannot be used in a logical constraint.

The use of this method is deprecated since V20.1. Please use combination of startAtStart and endAtEnd constraints instead.

T

Table - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_TABLE
TemporalRelaxation - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
Terse - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of LogVerbosity indicating there should be terse log output.
Threads - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
Threads - Static variable in class ilog.opl.IloCplex.Param
Threads.
Tighten - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_TIGHTEN
TiLim - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
Time - Static variable in class ilog.opl.IloCplex.Param.MIP.PolishAfter
Time.
TimeLim - Static variable in class ilog.opl.IloCplex.TuningStatus
Tuning reached time limit.
TimeLimit - Static variable in class ilog.cp.IloCP.DoubleParam
This parameter limits the CPU time spent solving before terminating a search.
TimeLimit - Static variable in class ilog.opl.IloCplex.Param
TimeLimit.
TimeLimit - Static variable in class ilog.opl.IloCplex.Param.Tune
TimeLimit.
TimeMode - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
Tolerance - Static variable in class ilog.opl.IloCplex.Param.Feasopt
Tolerance.
toString() - Method in class ilog.opl.IloCplex.BasisStatus
Transforms the status into a human readable string.
toString() - Method in class ilog.opl.IloCplex.BooleanParam
 
toString() - Method in class ilog.opl.IloCplex.BranchDirection
 
toString() - Method in class ilog.opl.IloCplex.BranchType
Returns a string representing the invoking branch type.
toString() - Method in class ilog.opl.IloCplex.ConflictStatus
 
toString() - Method in class ilog.opl.IloCplex.CplexStatus
 
toString() - Method in class ilog.opl.IloCplex.DoubleParam
 
toString() - Method in class ilog.opl.IloCplex.IntegerFeasibilityStatus
 
toString() - Method in class ilog.opl.IloCplex.IntParam
 
toString() - Method in class ilog.opl.IloCplex.LongParam
 
toString() - Method in class ilog.opl.IloCplex.NodeId
Returns a string with the numeric value of the invoking node identifier.
toString() - Method in class ilog.opl.IloCplex.Quality
Returns a string with the numeric value of the invoking quality measure.
toString() - Method in class ilog.opl.IloCplex.Status
Transforms status into a human-readable string.
toString() - Method in class ilog.opl.IloCplex.StringParam
 
toString() - Method in class ilog.opl.IloOplDataElements
 
toString() - Method in class ilog.opl.IloOplElement
 
toString() - Method in class ilog.opl.IloOplModel
 
toString() - Method in class ilog.opl.IloOplProfilerI.Section
 
toStringDisplay() - Method in class ilog.opl.IloOplElement
 
TotalTime - Static variable in class ilog.cp.IloCP.DoubleInfo
Double info parameter.
Traditional - Static variable in class ilog.opl.IloCplex.MIPSearch
Use traditional branch-and-cut search.
transitionDistance(int, String) - Method in class ilog.cp.IloCP
This method returns an instance of transition distance of the specified size i.
transitionDistance(int) - Method in class ilog.cp.IloCP
This method returns an instance of transition distance of the specified size i.
transitionDistance(int[][], String) - Method in class ilog.cp.IloCP
This method returns an instance of transition distance.
transitionDistance(int[][]) - Method in class ilog.cp.IloCP
This method returns an instance of transition distance.
TreeMemory - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
TreeMemory.
TreLim - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
trueConstraint() - Method in class ilog.cp.IloCP
Creates and returns a new constraint that is always true.
tuneParam() - Method in class ilog.opl.IloCplex
Tunes the parameters for improved optimizer performance on the current model.
tuneParam(IloCplex.ParameterSet) - Method in class ilog.opl.IloCplex
Tunes the parameters for improved optimizer performance on the current model while leaving some parameters unchanged.
tuneParam(String[]) - Method in class ilog.opl.IloCplex
Tunes the parameters for improved optimizer performance on a set of models.
tuneParam(String[], IloCplex.ParameterSet) - Method in class ilog.opl.IloCplex
Tunes the parameters for improved optimizer performance on a set of models while leaving some parameters unchanged.
tuneParam(IloCplex.ParameterSet, IloCplex.ParameterSet, IloStringArray) - Method in class ilog.opl.IloOplProject
 
tuneParam(IloCplex.ParameterSet, IloCplex.ParameterSet, IloStringArray, IloOplSettings) - Method in class ilog.opl.IloOplProject
 
TuningDetTiLim - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
TuningDisplay - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
TuningMeasure - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
TuningRepeat - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
TuningTiLim - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
typeOfNext(IloIntervalSequenceVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the type of the interval variable that is next to interval a in sequence variable seq.
typeOfNext(IloIntervalSequenceVar, IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the type of the interval variable that is next to interval a in sequence variable seq.
typeOfPrevious(IloIntervalSequenceVar, IloIntervalVar, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the type of the interval variable that is previous to interval a in sequence variable seq.
typeOfPrevious(IloIntervalSequenceVar, IloIntervalVar, int, int) - Method in class ilog.cp.IloCP
This method returns an integer expression that represents the type of the interval variable that is previous to interval a in sequence variable seq.

U

Unbounded - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
Unbounded - Static variable in class ilog.opl.IloCplex.Status
The Unbounded solution status indicates that the IloCplex optimizer has determined that the model is unbounded.
unconvertAllIntVars() - Method in class ilog.opl.IloOplModel
Undoes the effects of IloOplModel.convertAllIntVars().
Unknown - Static variable in class ilog.opl.IloCplex.CplexStatus
Solution Status constant.
Unknown - Static variable in class ilog.opl.IloCplex.Status
The Unknown solution status indicates that the optimizer has not gathered any information about the active model.
UnknownType - Static variable in class ilog.opl.IloCplex.Parameter
 
Up - Static variable in class ilog.opl.IloCplex.BranchDirection
Upwards branch direction.
Upper - Static variable in class ilog.concert.IloNumVarBoundType
Upper bound type.
upperBound(IloNumVar) - Method in class ilog.opl.IloCplex
Creates and returns an object of type IloNumVarBound to represent the upper bound of variable var.
UpperCutoff - Static variable in class ilog.opl.IloCplex.Param.MIP.Tolerances
UpperCutoff.
UpperObj - Static variable in class ilog.opl.IloCplex.Param.Simplex.Limits
UpperObj.
UpperObjStop - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
UpperObjStop - Static variable in class ilog.opl.IloCplex.Param.MIP.Limits
UpperObjStop.
use(IloCplex.Aborter) - Method in class ilog.opl.IloCplex
Instructs the invoking object to use the aborter to control termination of its solving and tuning methods.
use(IloCplex.Callback) - Method in class ilog.opl.IloCplex
Installs a user-written callback.
UseCutFilter - Static variable in class ilog.opl.IloCplex.CutManagement
The cut is treated exactly as cuts generated by CPLEX.
UseCutForce - Static variable in class ilog.opl.IloCplex.CutManagement
The cut is added to the relaxation and remains there.
UseCutPurge - Static variable in class ilog.opl.IloCplex.CutManagement
The cut is added to the relaxation, but can be purged later if CPLEX determines that the cut is ineffective.
UseFileLocations - Static variable in class ilog.cp.IloCP.IntParam
This parameter controls whether CP Optimizer processes file locations.
User - Static variable in class ilog.opl.IloCplex.BendersStrategy
User
User - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_USER
UserSolution - Static variable in class ilog.opl.IloCplex.SolutionSource
The integral solution was found by the user's heuristic callback callback function.
usesGC() - Method in class ilog.opl.IloOplSettings
Returns IloTrue if Javascript garbage collector is enabled.
useSolution() - Method in class ilog.opl.IloCplex.SolveCallback
Instructs IloCplex to use a solution.

V

value() - Method in class ilog.cp.IloCP
This method returns a value evaluator.
valueImpact() - Method in class ilog.cp.IloCP
This method returns a value evaluator.
valueIndex(int[], int) - Method in class ilog.cp.IloCP
This method returns a value evaluator.
valueIndex(int[]) - Method in class ilog.cp.IloCP
This method is a shortcut to valueIndex(vals, -1);
valueOf(String) - Static method in enum ilog.cp.IloCP.Callback.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ilog.cp.IloCP.ConflictStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum ilog.cp.IloCP.Callback.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ilog.cp.IloCP.ConflictStatus
Returns an array containing the constants of this enum type, in the order they are declared.
valueSuccessRate() - Method in class ilog.cp.IloCP
This method returns a value evaluator.
Variables - Static variable in class ilog.opl.IloCplex.Param.Read
Deprecated.
VariableSelect - Static variable in class ilog.opl.IloCplex.Param.MIP.Strategy
VariableSelect.
varImpact() - Method in class ilog.cp.IloCP
This method returns a variable evaluator.
varIndex(IloIntVar[]) - Method in class ilog.cp.IloCP
This method is a shortcut to varIndex(vars, -1).
varIndex(IloIntVar[], int) - Method in class ilog.cp.IloCP
This method returns a variable evaluator.
varLocalImpact(int) - Method in class ilog.cp.IloCP
This method returns a variable evaluator.
varLocalImpact() - Method in class ilog.cp.IloCP
This method is a shortcut to varLocalImpact(-1).
VarSel - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
varSuccessRate() - Method in class ilog.cp.IloCP
This method returns a variable evaluator.
Verbose - Static variable in class ilog.cp.IloCP.ParameterValues
Parameter value of LogVerbosity indicating there should be a maximum amount of log output.
violate() - Method in class ilog.cp.IloCustomConstraint
This function can be called from the execute member function of your subclass.

W

Warn - Static variable in class ilog.opl.IloCplex.DataCheck
Data checking on input.
warning() - Method in class ilog.cp.IloCP
Returns the warning output stream of the invoking IloCP object.
warning() - Method in class ilog.opl.IloCplex
Returns the warning output stream of the invoking IloCplex object.
WarningLevel - Static variable in class ilog.cp.IloCP.IntParam
This parameter controls the level of warnings issued by CP Optimizer when a solve is launched.
WarningLimit - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
WarningLimit - Static variable in class ilog.opl.IloCplex.LongParam
Deprecated.
WarningLimit - Static variable in class ilog.opl.IloCplex.Param.Read
WarningLimit.
WorkDir - Static variable in class ilog.opl.IloCplex.Param
WorkDir.
WorkDir - Static variable in class ilog.opl.IloCplex.StringParam
Deprecated.
WorkerAlgorithm - Static variable in class ilog.opl.IloCplex.Param.Benders
WorkerAlgorithm.
WorkerId - Static variable in class ilog.cp.IloCPEngine.IntInfo
CP Optimizer assigns an ID to each local worker when solving in parallel.
Workers - Static variable in class ilog.cp.IloCP.IntParam
Integer control parameter.
Workers - Static variable in class ilog.opl.IloCplex.BendersStrategy
Workers
WorkMem - Static variable in class ilog.opl.IloCplex.DoubleParam
Deprecated.
WorkMem - Static variable in class ilog.opl.IloCplex.Param
WorkMem.
writeAnnotations(String) - Method in class ilog.opl.IloCplex
Write all annotations to a file.
writeBasis(String) - Method in class ilog.opl.IloCplex
Writes the current simplex basis to the file indicated by name.
writeBendersAnnotation(String) - Method in class ilog.opl.IloCplex
Writes the annotation of the decompostion CPLEX automatically generates for the model of the CPLEX problem object to the specified file.
writeConflict(OutputStream) - Method in class ilog.cp.IloCP
This method displays the current conflict.
writeConflict() - Method in class ilog.cp.IloCP
This method can be used as a shorthand for cp.writeConflict(cp.output()).
writeConflict(String) - Method in class ilog.opl.IloCplex
Writes a conflict file with the indicated name.
WriteLevel - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
WriteLevel - Static variable in class ilog.opl.IloCplex.Param.Output
WriteLevel.
writeMIPStarts(String) - Method in class ilog.opl.IloCplex
Writes all starting solutions from the solution pool for a MIP in the MST format to the file denoted by name.
writeOrder(String) - Method in class ilog.opl.IloCplex
Writes a priority order file with the indicated name.
writeParam(String) - Method in class ilog.opl.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.
WriteProjectSettings(ilog.cplex.cppimpl.IloCplex, ilog.cplex.cppimpl.IloCplex__ParameterSet, ostream, String) - Static method in class ilog.opl.IloOplProject
 
writeSolution(String) - Method in class ilog.opl.IloCplex
Writes solution information from an optimization in SOL format to the file indicated by name.
writeSolution(String, int) - Method in class ilog.opl.IloCplex
Writes solution information from an optimization in SOL format to the file indicated by name.
writeSolutions(String) - Method in class ilog.opl.IloCplex
Writes solution information for all solutions in the solution pool in SOL format to the file specified by name.

Z

ZeroHalf - Static variable in class ilog.opl.IloCplex.CutType
= CPX_CUT_ZEROHALF
ZeroHalfCut - Static variable in class ilog.opl.IloCplex.Param.MIP.Cuts
ZeroHalfCut.
ZeroHalfCuts - Static variable in class ilog.opl.IloCplex.IntParam
Deprecated.
A B C D E F G H I K L M N O P Q R S T U V W Z