Description Usage Arguments Author(s)
This function takes as an input the file name where we write the ILP formulation together with CPLEX parameters and then solves the ILP problem.
1 2 3 4 5 6 7 8 9 10 | invokeCPLEX <- function(inputFileName,
outputFileName,
mipGap=mipGap,
relGap = relGap,
timelimit=timelimit,
cplexPath = cplexPath,
numSolutions = numSolutions,
limitPop = limitPop,
poolIntensity = poolIntensity,
poolReplace = poolReplace)
|
inputFileName |
the file name where the cplex ilp problem is stored |
outputFileName |
the file name where to store the cplex result |
mipGap |
the mipgap |
relGap |
the relGap |
timelimit |
the timelimit |
cplexPath |
the cplex solver path |
numSolutions |
the number of desired solutions |
limitPop |
the limitPop |
poolIntensity |
the poolIntensity |
poolReplace |
the poolReplace |
E Gjerga, H Koch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.