Solving the ILP problem with CPLEX.
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.
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.