writeFile: Writing the ILP problem.

View source: R/writeFile.R

writeFileR Documentation

Writing the ILP problem.

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

writeFile(objectiveFunction,
                      constraints,
                      bounds,
                      binaries)

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

Author(s)

E Gjerga, H Koch


saezlab/CellNOptR documentation built on April 16, 2024, 5:21 a.m.