writeFile: Writing the ILP problem.

Description Usage Arguments Author(s)

View source: R/writeFile.R

Description

This function takes as input the objective function. constraints, bounds and the solver path in order to generate a file containing the ILP problem.

Usage

1
2
3
4
5
writeFile <- function(objectiveFunction,
                      constraints,
                      bounds,
                      binaries,
                      cplexPath)

Arguments

objectiveFunction

the objective function of the ILP problem

constraints

the set of constraints of the ILP problem

bounds

the set of bounds for each integer variable

binaries

the set of binary variables

cplexPath

the path of the cplex solver

Author(s)

E Gjerga, H Koch


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