pcSteiner: Convenient Tool for Solving the Prize-Collecting Steiner Tree Problem

The Prize-Collecting Steiner Tree problem asks to find a subgraph connecting a given set of vertices with the most expensive nodes and least expensive edges. Since it is proven to be NP-hard, exact and efficient algorithm does not exist. This package provides convenient functionality for obtaining an approximate solution to this problem using loopy belief propagation algorithm.

Version: 1.0.0.1
Depends: R (≥ 3.1.0), igraph (≥ 0.6.0)
Imports: stats
Suggests: knitr, rmarkdown
Published: 2022-05-23
Author: Aleksei Krasikov
Maintainer: Aleksei Krasikov <krasikov.as at phystech.edu>
BugReports: https://github.com/krashkov/pcSteiner/issues
License: GPL-3
URL: https://github.com/krashkov/pcSteiner
NeedsCompilation: no
Materials: README NEWS
CRAN checks: pcSteiner results

Documentation:

Reference manual: pcSteiner.pdf
Vignettes: tutorial

Downloads:

Package source: pcSteiner_1.0.0.1.tar.gz
Windows binaries: r-devel: pcSteiner_1.0.0.1.zip, r-release: pcSteiner_1.0.0.1.zip, r-oldrel: pcSteiner_1.0.0.1.zip
macOS binaries: r-release (arm64): pcSteiner_1.0.0.1.tgz, r-oldrel (arm64): pcSteiner_1.0.0.1.tgz, r-release (x86_64): pcSteiner_1.0.0.1.tgz
Old sources: pcSteiner archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=pcSteiner to link to this page.