Skip to content

Commit a3a040e

Browse files
authored
Add unmaintained badge
1 parent bfa1d3a commit a3a040e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# spark-lp
22

3+
![Project unmaintained](https://img.shields.io/badge/project-unmaintained-red.svg)
4+
35
This package offers an implementation of [Mehrohra's predictor-corrector interior point algorithm](https://en.wikipedia.org/wiki/Mehrotra_predictor%E2%80%93corrector_method), described in my thesis [Distributed linear programming with Apache Spark](https://open.library.ubc.ca/cIRcle/collections/ubctheses/24/items/1.0340337), to solve **large-scale** [linear programming](https://en.wikipedia.org/wiki/Linear_programming) problems at the *lowest cost* using Apache Spark.
46

57
Linear programming has the following standard form:

0 commit comments

Comments
 (0)