Description Usage Arguments Author(s)
View source: R/createAndRunILP.R
This function takes as an input the cno inputs (model + data) together with CPLEX parameters and then solves the ILP problem.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | createAndRunILP <- function(model = model,
midas = midas,
cnolist = cnolist,
accountForModelSize = accountForModelSize,
sizeFac = sizeFac,
source_path = source_path,
mipGap = mipGap,
relGap = relGap,
timelimit = timelimit,
cplexPath = cplexPath,
method = method,
numSolutions = numSolutions,
limitPop = limitPop,
poolIntensity = poolIntensity,
poolReplace = poolReplace)
|
model |
the model |
midas |
the midas table |
cnolist |
the cnolist object |
accountForModelSize |
the verbose parameter whether to account for model size |
sizeFac |
the size penalty factor |
source_path |
the source path |
mipGap |
the mipgap |
relGap |
the relGap |
timelimit |
the timelimit |
cplexPath |
the cplex solver path |
method |
the optimization method (quadratic/linear) |
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.