aboutsummaryrefslogtreecommitdiff
path: root/Math/LinProg/LPSolve.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Math/LinProg/LPSolve.hs')
-rw-r--r--Math/LinProg/LPSolve.hs5
1 files changed, 4 insertions, 1 deletions
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