Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

writeFile

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 <- 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

Training of boolean logic models of signalling networks using prior knowledge networks and perturbation data

v1.36.0
GPL-3
Authors
T.Cokelaer, F.Eduati, A.MacNamara, S.Schrier, C.Terfve, E.Gjerga, A.Gabor
Initial release
2018-11-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.