Reading the optimal solutions as bitstrings.
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.
createILPBitstringAll<- function(cplexSolutionFileName,
y_vector,
binary_variables)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 |
E Gjerga, H Koch
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.