parseSTPfile: extract out the edge/arc and terminal information from a STP...

View source: R/steinLibParser.R

parseSTPfileR Documentation

extract out the edge/arc and terminal information from a STP file

Description

A function used to read in SteinLib formatted files. It is not the intention of the author for general users to call this directly.

Usage

parseSTPfile(fileName)

Arguments

fileName

The file name of the Steiner problem in SteinLib format

Value

list A list of two components: 'terminalNodes', which details node terminal information and 'edges', which

References

http://steinlib.zib.de/format.php


adamsardar/stoneTrees documentation built on May 20, 2022, 7:38 p.m.