diff options
Diffstat (limited to 'Math')
-rw-r--r-- | Math/LinProg/LPSolve.hs | 5 |
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 |