createILPBitstringAll: Reading the optimal solutions as bitstrings.

Description Usage Arguments Author(s)

View source: R/createILPBitstringAll.R

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

1
2
3
createILPBitstringAll<- function(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


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