powered by
Read a SDPA format file
loadSdpaFormatFile(inputFile = 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 = loadSdpaFormatFile(paste0(path,'/sdpa_n2m3.txt')) # }
Run the code above in your browser using DataLab