This is a port of the python scipy LP simplex routines. It is intended to be a reasonable implementation for 'real projects;' that is not just for educational purposes.
This library has just one main function, LPSimplex(), and two example functions for callback routines. The rest are internal.
To use this software, copy the repository into your gopath, enter the directory and issue the command 'go install.' This will build and install a copy of the library on your system for your use.
You must have Go installed on your system in order to make use of the library.
Test development is in progress.
To run the test issue the command: go test
This project is licensed under the MIT License - see the LICENSE.md file for details
As this code is starting based on the SciPy simplex routines I include the following:
Copyright © 2001, 2002 Enthought, Inc. All rights reserved.
Copyright © 2003-2013 SciPy Developers. All rights reserved.