From 35b43189d5a262860ad84da43928eeb7b1894420 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Tue, 7 Oct 2014 11:10:34 +1100 Subject: Exported LPSolve module --- Math/LinProg/LPSolve.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Math') diff --git a/Math/LinProg/LPSolve.hs b/Math/LinProg/LPSolve.hs index 23c3949..85f536d 100644 --- a/Math/LinProg/LPSolve.hs +++ b/Math/LinProg/LPSolve.hs @@ -1,6 +1,9 @@ {-# LANGUAGE ViewPatterns #-} -module Math.LinProg.LPSolve where +module Math.LinProg.LPSolve ( + solve + ,ResultCode(..) +) where import Control.Applicative import Control.Monad -- cgit v1.2.3