Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.12 KB

File metadata and controls

35 lines (26 loc) · 1.12 KB

math-programming

This repository contains a number of Haskell packages used to solve math programming problems.

Quick start

Check out the examples; these show you how to get started modeling and solving math programs.

Packages

Development

The easiest way to work on this project is to use the Nix package manager; with nix installed, running

nix-shell

in the root directory will put you a development shell with all the dependencies necessary for a traditional cabal-based development cycle.