Skip to content

Instantly share code, notes, and snippets.

View carlgieringer's full-sized avatar
:shipit:

Carl Gieringer carlgieringer

:shipit:
View GitHub Profile
@carlgieringer
carlgieringer / Simplex.py
Created March 7, 2017 17:37 — forked from cathcart/Simplex.py
Simplex algorithm in Python (c) 2001 Vivake Gupta, retrieved from archive.org
#!/usr/bin/env python
#
# Copyright (c) 2001 Vivake Gupta (vivakeATomniscia.org). All rights reserved.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,