Learn R Programming

volesti (version 1.1.2)

loadSdpaFormatFile: Read a SDPA format file

Description

Read a SDPA format file

Usage

loadSdpaFormatFile(inputFile = NULL)

Arguments

inputFile

Name of the input file

Value

A list with two named items: an item "matrices" which is a list of the matrices and an vector "objFunction"

Examples

Run this code
# NOT RUN {
path = system.file('extdata', package = 'volesti')
l = loadSdpaFormatFile(paste0(path,'/sdpa_n2m3.txt'))

# }

Run the code above in your browser using DataLab