Skip to content

Commit

Permalink
Folding citation into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
josherrickson committed Mar 29, 2022
1 parent ca4879f commit b9e872f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,29 @@ For advanced usage, consider the `.RELAX_IV()` function. This features no input
sanitization and has a more complex interface. It's inputs are advanced
characteristics of the graph, and it returns a more complete set of results.

# RELAX-IV algorithm and code

The **rrelaxiv** package implements D. P. Bertsekas and P. Tseng's RELAX-IV
algorithm and code:

- Bersekas, D. P. and Tseng, P., "Relaxation Methods for Minimum Cost ..."
Operations Research, vol. 26, 1988, 93-114
- Bertsekas, D. P., "An Auction/Sequential Shortest Path Algorithm for the
Minimum Cost Flow Problem", LIDS Report P-2146, MIT, Nov. 1992
- Bertsekas, D.P., Linear Network Optimization, MIT Press, 1991
- Bertsekas, D.P., Network Optimization: Continuous and Discrete Models, Athena
Scientific, 1998; <http://web.mit.edu/dimitrib/www/noc.htm>

Bertsekas and Tseng freely permit their software to be used for research
purposes, but non-research uses, including the use of it to 'satisfy in any part
commercial delivery requirements to government or industry,' require a special
agreement with them. By extension, this requirement applies to most any use of R
functions in the **rrelaxiv** package.

To request permissions not here relayed, contact Professor Bertsekas at
Laboratory for Information and Decision Systems Massachusetts Institute of
Technology Cambridge, MA 02139 (617) 253-7267 <[email protected]>

# Installing

This package is unlikely to ever appear on CRAN. Methods to install are below.
Expand Down
22 changes: 0 additions & 22 deletions RELAX-IV_citation.md

This file was deleted.

0 comments on commit b9e872f

Please sign in to comment.