Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lionralfs/simplex

🔍 The simplex algorithm implemented in Go
https://github.com/lionralfs/simplex

golang linear-programming simplex-algorithm

Last synced: 3 days ago
JSON representation

🔍 The simplex algorithm implemented in Go

Awesome Lists containing this project

README

        

# simplex-go

[![GoDoc](https://godoc.org/github.com/lionralfs/simplex?status.svg)](https://godoc.org/github.com/lionralfs/simplex)
[![Build Status](https://travis-ci.org/lionralfs/simplex.svg?branch=master)](https://travis-ci.org/lionralfs/simplex)

The [simplex algorithm](https://en.wikipedia.org/wiki/Simplex_algorithm)
implemented in Go.

**NOTE**: This is **not** production-ready at all.