createILPBitstringAll: Reading the optimal solutions as bitstrings.

View source: R/createILPBitstringAll.R

createILPBitstringAllR Documentation

Reading the optimal solutions as bitstrings.

Description

This function takes as the cplex optimization results and the variables assigned to each interaction in the ILP formulation in order to read the optimal bitstring.

Usage

createILPBitstringAll(cplexSolutionFileName,
                                 y_vector,
                                 binary_variables)

Arguments

cplexSolutionFileName

the file name where the cplex results are stored

y_vector

the variables for each interaction in the PKN

binary_variables

the binary variables of the ILP formulation

Author(s)

E Gjerga, H Koch


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