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

https://github.com/amilajack/linear-programming-with-julia

A simple linear programming example with julia and JuMP
https://github.com/amilajack/linear-programming-with-julia

julia linear-programming

Last synced: 20 days ago
JSON representation

A simple linear programming example with julia and JuMP

Awesome Lists containing this project

README

        

linear-programming-with-julia
=============================

[![Build Status](https://travis-ci.org/amilajack/linear-programming-with-julia.svg?branch=master)](https://travis-ci.org/amilajack/linear-programming-with-julia)

## Requirements
* `[email protected]`

## Setup
```bash
git clone https://github.com/amilajack/linear-programming-with-julia
cd linear-programming-with-julia
julia
# Press ']' to open package manager
(v1.0) pkg> activate .
(LP) pkg> test
```