powered by
Read a SDPA format file
load_sdpa_format_file(input_file = NULL)
Name of the input file
A list with two named items: an item "matrices" which is a list of the matrices and an vector "objFunction"
# NOT RUN { path = system.file('extdata', package = 'volesti') l = load_sdpa_format_file(paste0(path,'/sdpa_n2m3.txt')) # }
Run the code above in your browser using DataLab