aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.