aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-01-13 14:34:34 -0500
committerJeffrey Armstrong <jeff@approximatrix.com>2021-01-13 14:34:34 -0500
commitafbf57a6def693b5042d2ea7273f807d0aa88a06 (patch)
tree5b3345d9db209008634a2de0593ff36bd9644da4
parentf94fb3106230f505cc84ca0122f13a37ccd82827 (diff)
downloadclp_fortran-master.tar.gz
clp_fortran-master.zip
Added download link directly to the readmeHEADmaster
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9dbfdde..a3941a1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Clp-Fortran Interface Library
+**Download current: [zip](http://git.approximatrix.com/cgit.cgi/clp_fortran/snapshot/clp_fortran-master.zip) or [tar.gz](http://git.approximatrix.com/cgit.cgi/clp_fortran/snapshot/clp_fortran-master.tar.gz)**
+
The Clp-Fortran interface library provides a simple wrapper around the COIN Linear Programming Library's C interface in a Fortran compatible manner. This interface aims to simplify the calling, eliminating much of the need to deal with C-style strings and arrays, instead providing clean Fortran equivalents.
Much of the instructions and infrastructure included in this distribution focus on configuration and use on Windows systems, though the library itself can be built on other operating systems. Several Simply Fortran projects to simplify building the library and example code are also included.