|
|
Name |
Description |
|
AddCut
|
|
|
AddCuts(array<IConstraint>[]()[][])
|
|
|
AddCuts(array<IConstraint>[]()[][], Int32, Int32)
|
|
|
AddLazyConstraint
|
|
|
AddLazyConstraints(array<IConstraint>[]()[][])
|
|
|
AddLazyConstraints(array<IConstraint>[]()[][], Int32, Int32)
|
|
|
AddLPMatrix()()()()
|
See [M:ILOG.Concert.IMPModeler.AddLPMatrix()]
|
|
AddLPMatrix(String)
|
|
|
AddMaximize()()()()
|
See [M:ILOG.Concert.IMPModeler.AddMaximize()]
|
|
AddMaximize(String)
|
|
|
AddMinimize()()()()
|
See [M:ILOG.Concert.IMPModeler.AddMinimize()]
|
|
AddMinimize(String)
|
|
|
AddObjective(ObjectiveSense)
|
|
|
AddObjective(ObjectiveSense, String)
|
|
|
AddRange(Double, Double)
|
|
|
AddRange(Double, Double, String)
|
|
|
AddSOS1(array<INumVar>[]()[][], array<Double>[]()[][])
|
|
|
AddSOS1(array<INumVar>[]()[][], array<Double>[]()[][], String)
|
|
|
AddSOS1(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32)
|
|
|
AddSOS1(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32, String)
|
|
|
AddSOS2(array<INumVar>[]()[][], array<Double>[]()[][])
|
|
|
AddSOS2(array<INumVar>[]()[][], array<Double>[]()[][], String)
|
|
|
AddSOS2(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32)
|
|
|
AddSOS2(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32, String)
|
|
|
AddToExpr(IObjective, INumExpr)
|
|
|
AddToExpr(IRange, INumExpr)
|
|
|
AddUserCut
|
|
|
AddUserCuts(array<IConstraint>[]()[][])
|
|
|
AddUserCuts(array<IConstraint>[]()[][], Int32, Int32)
|
|
|
And(array<IRange>[]()[][])
|
|
|
And(Cplex..::..Goal, Cplex..::..Goal)
|
|
|
And(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
|
|
|
And(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
|
|
|
And(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
|
|
|
And(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
|
|
|
Apply
|
|
|
BoolVar(IColumn)
|
|
|
BoolVar(IColumn, String)
|
|
|
BoolVarArray(IColumnArray)
|
|
|
BoolVarArray(IColumnArray, array<String>[]()[][])
|
|
|
BranchAsCplex
|
Creates and returns a goal that branches the same way Cplex would in the absence of any
goal at the current node.
|
|
Clear
|
|
|
ClearCallbacks
|
Removes all callbacks from the invoking Cplex object.
|
|
ClearCuts
|
Deletes all user cuts added to the invoking Cplex object with the methods AddCut
and AddCuts.
|
|
ClearLazyConstraints
|
This is an advanced method.
|
|
ClearModel
|
Removes all modeling objects from the active model. (Overrides IloModelerImplClearModel()()()().) |
|
ClearUserCuts
|
This is an advanced method.
|
|
Column(ILPMatrix)
|
|
|
Column(IObjective, Double)
|
|
|
Column(IRange, Double)
|
|
|
Column(ILPMatrix, array<Int32>[]()[][], array<Double>[]()[][])
|
|
|
Column(ILPMatrix, array<Int32>[]()[][], array<Double>[]()[][], Int32, Int32)
|
|
|
ColumnArray(ILPMatrix, Int32)
|
|
|
ColumnArray(IObjective, array<Double>[]()[][])
|
|
|
ColumnArray(IRange, array<Double>[]()[][])
|
|
|
ColumnArray(ILPMatrix, Int32, array<array<Int32>[]()[][]>[]()[][], array<array<Double>[]()[][]>[]()[][])
|
|
|
ColumnArray(IObjective, array<Double>[]()[][], Int32, Int32)
|
|
|
ColumnArray(IRange, array<Double>[]()[][], Int32, Int32)
|
|
|
ConstraintGoal(IConstraint)
|
|
|
ConstraintGoal(array<IConstraint>[]()[][])
|
|
|
Conversion(INumVar, NumVarType)
|
|
|
Conversion(array<INumVar>[]()[][], NumVarType)
|
|
|
Conversion(array<INumVar>[]()[][], array<NumVarType>[]()[][])
|
|
|
Conversion(INumVar, NumVarType, String)
|
|
|
Conversion(array<INumVar>[]()[][], NumVarType, String)
|
|
|
Conversion(array<INumVar>[]()[][], array<NumVarType>[]()[][], String)
|
|
|
CreateParameterSet
|
Creates an empty parameter set
|
|
DelDirection
|
|
|
DelDirections(array<INumVar>[]()[][])
|
|
|
DelDirections(array<INumVar>[]()[][], Int32, Int32)
|
|
|
Delete(ICopyable)
|
|
|
Delete(array<ICopyable>[]()[][])
|
|
|
Delete(array<ICopyable>[]()[][], Int32, Int32)
|
|
|
DelPriorities(array<INumVar>[]()[][])
|
|
|
DelPriorities(array<INumVar>[]()[][], Int32, Int32)
|
|
|
DelPriority
|
|
|
DelSolnPoolSoln
|
Deletes the specified solution from the solution pool and renumbers the indices of
the remaining solutions in the pool.
|
|
DelSolnPoolSolns
|
Deletes a range of solutions from the solution pool and renumbers the indices of
the remaining solutions in the pool.
|
|
DualFarkas
|
|
|
End
|
Releases the Cplex license held by the invoking object, and all the memory allocated by it. (Overrides IloModelerImplEnd()()()().) |
|
EndModel
|
|
|
Eq
|
(Overrides IloModelerImplEq(INumExpr, INumExpr, String).) |
|
EqGoal(Double, INumExpr)
|
|
|
EqGoal(INumExpr, INumExpr)
|
|
|
EqGoal(INumExpr, Double)
|
|
|
Equals
|
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
ExportModel
|
Writes the active model to the file specified by filename.
|
|
FailGoal
|
Creates and returns a goal that always fails.
|
|
FeasOpt(array<IConstraint>[]()[][], array<Double>[]()[][])
|
|
|
FeasOpt(array<INumVar>[]()[][], array<Double>[]()[][], array<Double>[]()[][])
|
|
|
FeasOpt(array<IRange>[]()[][], array<Double>[]()[][], array<Double>[]()[][])
|
|
|
FeasOpt(array<IRange>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<INumVar>[]()[][], array<Double>[]()[][], array<Double>[]()[][])
|
|
|
FeasOpt(array<IRange>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<IForAllRange>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<INumVar>[]()[][], array<Double>[]()[][], array<Double>[]()[][])
|
|
|
Finalize
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
Ge
|
(Overrides IloModelerImplGe(INumExpr, INumExpr, String).) |
|
GeGoal(Double, INumExpr)
|
|
|
GeGoal(INumExpr, INumExpr)
|
|
|
GeGoal(INumExpr, Double)
|
|
|
getAborter
|
|
|
GetAlgorithm
|
|
|
GetAX(ILPMatrix)
|
|
|
GetAX(IForAllRange)
|
|
|
GetAX(array<IForAllRange>[]()[][])
|
|
|
GetAX(IRange)
|
|
|
GetAX(array<IRange>[]()[][])
|
|
|
GetAX(ILPMatrix, Int32, Int32)
|
|
|
GetAX(array<IRange>[]()[][], Int32, Int32)
|
|
|
GetBasisStatus(IConstraint)
|
|
|
GetBasisStatus(INumVar)
|
|
|
GetBasisStatuses(array<IConstraint>[]()[][])
|
|
|
GetBasisStatuses(array<INumVar>[]()[][])
|
|
|
GetBasisStatuses(array<IConstraint>[]()[][], Int32, Int32)
|
|
|
GetBasisStatuses(array<INumVar>[]()[][], Int32, Int32)
|
|
|
GetBoundSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], ILPMatrix)
|
|
|
GetBoundSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<INumVar>[]()[][])
|
|
|
GetBoundSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], ILPMatrix, Int32, Int32)
|
|
|
GetBoundSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<INumVar>[]()[][], Int32, Int32)
|
|
|
GetConflict(IConstraint)
|
|
|
GetConflict(array<IConstraint>[]()[][])
|
|
|
GetConflict(array<IConstraint>[]()[][], Int32, Int32)
|
|
|
GetConversionEnumerator
|
Returns an iterator over all IConversion objects in the active model.
|
|
getCplexIntStatus
|
|
|
GetCplexStatus
|
Returns the status of the Cplex algorithm.
|
|
GetDefault(Cplex..::..BooleanParam)
|
|
|
GetDefault(Cplex..::..DoubleParam)
|
|
|
GetDefault(Cplex..::..IntParam)
|
|
|
GetDefault(Cplex..::..StringParam)
|
|
|
GetDeleteMode
|
|
|
GetDirection
|
|
|
GetDirections(array<INumVar>[]()[][])
|
|
|
GetDirections(array<INumVar>[]()[][], Int32, Int32)
|
|
|
GetDual(IForAllRange)
|
|
|
GetDual(IRange)
|
|
|
GetDuals(ILPMatrix)
|
|
|
GetDuals(array<IRange>[]()[][])
|
|
|
GetDuals(ILPMatrix, Int32, Int32)
|
|
|
GetDuals(array<IRange>[]()[][], Int32, Int32)
|
|
|
GetEnumerator
|
(Overrides IloModelImplGetEnumerator()()()().) |
|
GetForAllRanges
|
|
|
GetHashCode
|
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetInfeasibilities(ILPMatrix)
|
|
|
GetInfeasibilities(array<IConstraint>[]()[][])
|
|
|
GetInfeasibilities(array<INumVar>[]()[][])
|
|
|
GetInfeasibilities(ILPMatrix, Int32, Int32)
|
|
|
GetInfeasibilities(array<IConstraint>[]()[][], Int32, Int32)
|
|
|
GetInfeasibilities(array<INumVar>[]()[][], Int32, Int32)
|
|
|
GetInfeasibility(IConstraint)
|
|
|
GetInfeasibility(INumVar)
|
|
|
GetLB
|
|
|
GetMax(Cplex..::..DoubleParam)
|
|
|
GetMax(Cplex..::..IntParam)
|
|
|
GetMin(Cplex..::..DoubleParam)
|
|
|
GetMin(Cplex..::..IntParam)
|
|
|
GetNcols
|
Returns the number of columns in the matrix representation of the
active model. Note that the result may be greater than the number of
variables in the active model, since some modeling
objects may require more than one matrix column.
|
|
GetNcrossDExch
|
Returns the number of dual exchange operations in the crossover of the
last solve.
|
|
GetNcrossDPush
|
Returns the number of dual push operations in the crossover of the
last solve.
|
|
GetNcrossPExch
|
Returns the number of primal exchange operations in the crossover of the
last solve.
|
|
GetNcrossPPush
|
Returns the number of primal push operations in the crossover of the
last solve.
|
|
GetNindicators
|
|
|
GetNLCs
|
|
|
GetNUCs
|
|
|
GetObjective
|
Returns the IObjective object of the active model, or null if no IObjective
object is currently in the active model.
|
|
GetObjSA(array<Double>[]()[][], array<Double>[]()[][], ILPMatrix)
|
|
|
GetObjSA(array<Double>[]()[][], array<Double>[]()[][], array<INumVar>[]()[][])
|
|
|
GetObjSA(array<Double>[]()[][], array<Double>[]()[][], ILPMatrix, Int32, Int32)
|
|
|
GetObjSA(array<Double>[]()[][], array<Double>[]()[][], array<INumVar>[]()[][], Int32, Int32)
|
|
|
GetObjValue
|
This member function returns the numeric value of the objective function for the solution
pool member indexed by soln. The soln argument may be omitted or given a value of -1 in order
to access the current solution.
|
|
GetParam(Cplex..::..BooleanParam)
|
|
|
GetParam(Cplex..::..DoubleParam)
|
|
|
GetParam(Cplex..::..IntParam)
|
|
|
GetParam(Cplex..::..LongParam)
|
|
|
GetParam(Cplex..::..StringParam)
|
|
|
GetParameterSet
|
Returns a parameter set corresponding to the present parameter state.
|
|
GetPriorities(array<INumVar>[]()[][])
|
|
|
GetPriorities(array<INumVar>[]()[][], Int32, Int32)
|
|
|
GetPriority
|
|
|
GetQuality(Cplex..::..QualityType)
|
|
|
GetQuality(Cplex..::..QualityType, Int32)
|
|
|
GetRangeEnumerator
|
Returns an iterator over all instances of IRange in the active model.
|
|
GetRangeSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], ILPMatrix)
|
|
|
GetRangeSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<IRange>[]()[][])
|
|
|
GetRangeSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], ILPMatrix, Int32, Int32)
|
|
|
GetRangeSA(array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<IRange>[]()[][], Int32, Int32)
|
|
|
GetRay
|
|
|
GetReducedCost
|
|
|
GetReducedCosts(ILPMatrix)
|
|
|
GetReducedCosts(array<INumVar>[]()[][])
|
|
|
GetReducedCosts(ILPMatrix, Int32, Int32)
|
|
|
GetReducedCosts(array<INumVar>[]()[][], Int32, Int32)
|
|
|
GetRHSSA(array<Double>[]()[][], array<Double>[]()[][], ILPMatrix)
|
|
|
GetRHSSA(array<Double>[]()[][], array<Double>[]()[][], array<IRange>[]()[][])
|
|
|
GetRHSSA(array<Double>[]()[][], array<Double>[]()[][], ILPMatrix, Int32, Int32)
|
|
|
GetRHSSA(array<Double>[]()[][], array<Double>[]()[][], array<IRange>[]()[][], Int32, Int32)
|
|
|
GetSlack(IForAllRange)
|
|
|
GetSlack(IRange)
|
|
|
GetSlack(IForAllRange, Int32)
|
|
|
GetSlack(IRange, Int32)
|
|
|
GetSlacks(ILPMatrix)
|
|
|
GetSlacks(array<IRange>[]()[][])
|
|
|
GetSlacks(ILPMatrix, Int32)
|
|
|
GetSlacks(array<IRange>[]()[][], Int32)
|
|
|
GetSlacks(ILPMatrix, Int32, Int32)
|
|
|
GetSlacks(array<IRange>[]()[][], Int32, Int32)
|
|
|
GetSlacks(ILPMatrix, Int32, Int32, Int32)
|
|
|
GetSlacks(array<IRange>[]()[][], Int32, Int32, Int32)
|
|
|
GetSOS1Enumerator
|
Returns an iterator over all ISOS1 objects in the active model.
|
|
GetSOS2Enumerator
|
Returns an iterator over all ISOS2 objects in the active model.
|
|
GetStatus
|
Returns the solution status of the active model.
|
|
GetType
|
Gets the type of the current instance. (Inherited from Object.) |
|
GetUB
|
|
|
GetValue(INumExpr)
|
Returns the value that expr takes for the current solution.
|
|
GetValue(INumVar)
|
Returns the solution value for a variable.
|
|
GetValue(INumExpr, Int32)
|
Returns the value that expr takes for the current solution.
|
|
GetValue(INumVar, Int32)
|
Returns the solution value for a variable.
|
|
GetValues(ILPMatrix)
|
Returns the solution vector for the columns of an LP matrix.
|
|
GetValues(array<INumVar>[]()[][])
|
Returns solution values for an array of variables.
|
|
GetValues(ILPMatrix, Int32)
|
Returns the solution vector for the columns of an LP matrix.
|
|
GetValues(array<INumVar>[]()[][], Int32)
|
Returns solution values for an array of variables.
|
|
GetValues(ILPMatrix, Int32, Int32)
|
Returns the solution vector for a range of columns of an LP matrix.
|
|
GetValues(array<INumVar>[]()[][], Int32, Int32)
|
Returns solution values for a set of variables.
|
|
GetValues(ILPMatrix, Int32, Int32, Int32)
|
Returns the solution vector for a range of columns of an LP matrix.
|
|
GetValues(array<INumVar>[]()[][], Int32, Int32, Int32)
|
Returns solution values for a set of variables.
|
|
GlobalCutGoal(IConstraint)
|
|
|
GlobalCutGoal(array<IConstraint>[]()[][])
|
|
|
ImportModel
|
Reads a model from the file specified by name
into the active model.
|
|
IntVar(IColumn, Int32, Int32)
|
|
|
IntVar(IColumn, Int32, Int32, String)
|
|
|
IntVarArray(IColumnArray, Int32, Int32)
|
|
|
IntVarArray(IColumnArray, array<Int32>[]()[][], array<Int32>[]()[][])
|
|
|
IntVarArray(IColumnArray, Int32, Int32, array<String>[]()[][])
|
|
|
IntVarArray(IColumnArray, array<Int32>[]()[][], array<Int32>[]()[][], array<String>[]()[][])
|
|
|
Le
|
(Overrides IloModelerImplLe(INumExpr, INumExpr, String).) |
|
LeGoal(Double, INumExpr)
|
|
|
LeGoal(INumExpr, INumExpr)
|
|
|
LeGoal(INumExpr, Double)
|
|
|
LimitSearch
|
|
|
LowerBound
|
|
|
makeStatus
|
|
|
Maximize()()()()
|
See [M:ILOG.Concert.IMPModeler.Maximize()]
|
|
Maximize(String)
|
|
|
MemberwiseClone
|
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Minimize()()()()
|
See [M:ILOG.Concert.IMPModeler.Minimize()]
|
|
Minimize(String)
|
|
|
NumVar(IColumn, Double, Double)
|
|
|
NumVar(IColumn, Double, Double, NumVarType)
|
|
|
NumVar(IColumn, Double, Double, String)
|
|
|
NumVar(IColumn, Double, Double, NumVarType, String)
|
|
|
NumVarArray(IColumnArray, Double, Double)
|
|
|
NumVarArray(IColumnArray, array<Double>[]()[][], array<Double>[]()[][])
|
|
|
NumVarArray(IColumnArray, Double, Double, NumVarType)
|
|
|
NumVarArray(IColumnArray, Double, Double, array<String>[]()[][])
|
|
|
NumVarArray(IColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][])
|
|
|
NumVarArray(IColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<String>[]()[][])
|
|
|
NumVarArray(IColumnArray, Double, Double, NumVarType, array<String>[]()[][])
|
|
|
NumVarArray(IColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][], array<String>[]()[][])
|
|
|
Objective(ObjectiveSense)
|
|
|
Objective(ObjectiveSense, String)
|
|
|
Or(Cplex..::..Goal, Cplex..::..Goal)
|
|
|
Or(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
|
|
|
Or(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
|
|
|
Or(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
|
|
|
Or(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
|
|
|
Output
|
Returns the output stream of the invoking Cplex object.
|
|
PiecewiseLinear(INumExpr, Double, array<Double>[]()[][], array<Double>[]()[][], Double)
|
See [M:ILOG.Concert.IMPModeler.PiecewiseLinear(ILOG.Concert.INumExpr, System.Double[], System.Double[],System.Double, System.Double)]
|
|
PiecewiseLinear(INumExpr, array<Double>[]()[][], array<Double>[]()[][], Double, Double)
|
See [M:ILOG.Concert.IMPModeler.PiecewiseLinear(ILOG.Concert.INumExpr, System.Double[], System.Double[],System.Double, System.Double)]
|
|
PiecewiseLinear(INumExpr, array<Double>[]()[][], Int32, Int32, array<Double>[]()[][], Int32, Double, Double)
|
See [M:ILOG.Concert.IMPModeler.PiecewiseLinear(ILOG.Concert.INumExpr, System.Double[], System.Double[],System.Double, System.Double)]
|
|
Populate
|
|
|
QpIndefCertificate
|
|
|
Range(Double, Double)
|
|
|
Range(Double, Double, String)
|
|
|
ReadAnnotations
|
|
|
ReadBasis
|
|
|
ReadMIPStarts
|
|
|
ReadOrder
|
|
|
ReadParam
|
|
|
ReadSolution
|
|
|
RefineConflict(array<IConstraint>[]()[][], array<Double>[]()[][])
|
|
|
RefineConflict(array<IConstraint>[]()[][], array<Double>[]()[][], Int32, Int32)
|
|
|
Remove
|
(Overrides IloModelImplRemove(IAddable).) |
|
SemiContVar(Double, Double, NumVarType)
|
|
|
SemiContVar(Double, Double, NumVarType, String)
|
|
|
SemiContVar(IColumn, Double, Double, NumVarType)
|
|
|
SemiContVar(IColumn, Double, Double, NumVarType, String)
|
|
|
SemiContVarArray(Int32, Double, Double, NumVarType)
|
|
|
SemiContVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][])
|
|
|
SemiContVarArray(IColumnArray, Double, Double, NumVarType)
|
|
|
SemiContVarArray(IColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][])
|
|
|
SemiContVarArray(Int32, Double, Double, NumVarType, array<String>[]()[][])
|
|
|
SemiContVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][], array<String>[]()[][])
|
|
|
SemiContVarArray(IColumnArray, Double, Double, NumVarType, array<String>[]()[][])
|
|
|
SemiContVarArray(IColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][], array<String>[]()[][])
|
|
|
SetBasisStatuses(array<INumVar>[]()[][], array<Cplex..::..BasisStatus>[]()[][], array<IRange>[]()[][], array<Cplex..::..BasisStatus>[]()[][])
|
|
|
SetBasisStatuses(array<INumVar>[]()[][], array<Cplex..::..BasisStatus>[]()[][], Int32, Int32, array<IConstraint>[]()[][], array<Cplex..::..BasisStatus>[]()[][], Int32, Int32)
|
|
|
SetDefaults
|
Resets all parameters to their default values.
|
|
SetDeleteMode
|
|
|
SetDirection
|
|
|
SetDirections(array<INumVar>[]()[][], array<Cplex..::..BranchDirection>[]()[][])
|
|
|
SetDirections(array<INumVar>[]()[][], array<Cplex..::..BranchDirection>[]()[][], Int32, Int32)
|
|
|
SetLinearCoef(IForAllRange, INumVar, Double)
|
|
|
SetLinearCoef(IForAllRange, Double, INumVar)
|
|
|
SetLinearCoef(IObjective, INumVar, Double)
|
|
|
SetLinearCoef(IObjective, Double, INumVar)
|
|
|
SetLinearCoef(IRange, INumVar, Double)
|
|
|
SetLinearCoef(IRange, Double, INumVar)
|
|
|
SetLinearCoefs(IForAllRange, array<INumVar>[]()[][], array<Double>[]()[][])
|
|
|
SetLinearCoefs(IForAllRange, array<Double>[]()[][], array<INumVar>[]()[][])
|
|
|
SetLinearCoefs(IObjective, array<INumVar>[]()[][], array<Double>[]()[][])
|
|
|
SetLinearCoefs(IObjective, array<Double>[]()[][], array<INumVar>[]()[][])
|
|
|
SetLinearCoefs(IRange, array<INumVar>[]()[][], array<Double>[]()[][])
|
|
|
SetLinearCoefs(IRange, array<Double>[]()[][], array<INumVar>[]()[][])
|
|
|
SetLinearCoefs(IForAllRange, array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32)
|
|
|
SetLinearCoefs(IForAllRange, array<Double>[]()[][], array<INumVar>[]()[][], Int32, Int32)
|
|
|
SetLinearCoefs(IObjective, array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32)
|
|
|
SetLinearCoefs(IObjective, array<Double>[]()[][], array<INumVar>[]()[][], Int32, Int32)
|
|
|
SetLinearCoefs(IRange, array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32)
|
|
|
SetLinearCoefs(IRange, array<Double>[]()[][], array<INumVar>[]()[][], Int32, Int32)
|
|
|
SetOut
|
Sets the default output stream of the invoking Cplex object.
|
|
SetParam(Cplex..::..BooleanParam, Boolean)
|
|
|
SetParam(Cplex..::..DoubleParam, Double)
|
|
|
SetParam(Cplex..::..IntParam, Int32)
|
|
|
SetParam(Cplex..::..LongParam, Int64)
|
|
|
SetParam(Cplex..::..StringParam, String)
|
|
|
SetParameterSet
|
Sets the parameter state using a parameter set.
|
|
SetPriorities(array<INumVar>[]()[][], array<Int32>[]()[][])
|
|
|
SetPriorities(array<INumVar>[]()[][], array<Int32>[]()[][], Int32, Int32)
|
|
|
SetPriority
|
|
|
SetStart(array<Double>[]()[][], array<Double>[]()[][], array<INumVar>[]()[][], array<Double>[]()[][], array<Double>[]()[][], array<IRange>[]()[][])
|
|
|
SetStart(array<Double>[]()[][], array<Double>[]()[][], array<INumVar>[]()[][], Int32, Int32, array<Double>[]()[][], array<Double>[]()[][], array<IRange>[]()[][], Int32, Int32)
|
|
|
SetWarning
|
Sets the warning stream of the invoking Cplex object.
|
|
SolutionGoal
|
|
|
Solve()()()()
|
Solves the active model.
|
|
Solve(Cplex..::..Goal)
|
|
|
SolveFixed()()()()
|
Solves the fixed active model.
|
|
SolveFixed(Int32)
|
Solves the fixed active model.
|
|
SOS1(array<INumVar>[]()[][], array<Double>[]()[][])
|
|
|
SOS1(array<INumVar>[]()[][], array<Double>[]()[][], String)
|
|
|
SOS1(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32)
|
|
|
SOS1(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32, String)
|
|
|
SOS2(array<INumVar>[]()[][], array<Double>[]()[][])
|
|
|
SOS2(array<INumVar>[]()[][], array<Double>[]()[][], String)
|
|
|
SOS2(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32)
|
|
|
SOS2(array<INumVar>[]()[][], array<Double>[]()[][], Int32, Int32, String)
|
|
|
ToCppParameterSet
|
|
|
ToString
|
(Overrides IloModelImplToString()()()().) |
|
ToWrParameterSet
|
|
|
truncateLong
|
|
|
UpperBound
|
|
|
use
|
Instructs the invoking object to use the aborter to control termination of its solving and tuning methods.
|
|
Use
|
|
|
Warning
|
Returns the warning output stream of the invoking Cplex object.
|
|
WriteAnnotations
|
|
|
WriteBasis
|
|
|
WriteBendersAnnotation
|
|
|
WriteConflict
|
|
|
WriteMIPStarts
|
|
|
WriteOrder
|
|
|
WriteParam
|
|
|
WriteSolution(String)
|
|
|
WriteSolution(String, Int32)
|
|
|
WriteSolutions
|
|