invokeCPLEX: Solving the ILP problem with CPLEX.

Description Usage Arguments Author(s)

View source: R/invokeCPLEX.R

Description

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.

Usage

 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)

Arguments

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

Author(s)

E Gjerga, H Koch


CellNOptR documentation built on Nov. 8, 2020, 6:58 p.m.