From afbf57a6def693b5042d2ea7273f807d0aa88a06 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Wed, 13 Jan 2021 14:34:34 -0500 Subject: Added download link directly to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3