diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-06-12 14:13:05 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-06-12 14:13:05 +0200 |
commit | 302a220b636d510ccf654e3671e8a93391c13523 (patch) | |
tree | 65380fdbaaa22ceadde5fabee645fd0ada3a218a /packages/glpk/hmatrix-glpk.cabal | |
parent | ab6d7efb73bcfa3b331cc7f2abce75430f7cff09 (diff) |
add L1 and LInf solvers
Diffstat (limited to 'packages/glpk/hmatrix-glpk.cabal')
-rw-r--r-- | packages/glpk/hmatrix-glpk.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal index 5f3b34e..533ee2d 100644 --- a/packages/glpk/hmatrix-glpk.cabal +++ b/packages/glpk/hmatrix-glpk.cabal | |||
@@ -24,11 +24,12 @@ extra-source-files: examples/simplex1.hs | |||
24 | library | 24 | library |
25 | Build-Depends: base, hmatrix | 25 | Build-Depends: base, hmatrix |
26 | 26 | ||
27 | hs-source-dirs: lib | 27 | hs-source-dirs: src |
28 | 28 | ||
29 | Exposed-modules: Numeric.LinearProgramming | 29 | Exposed-modules: Numeric.LinearProgramming |
30 | Numeric.LinearProgramming.L1 | ||
30 | 31 | ||
31 | c-sources: lib/Numeric/LinearProgramming/glpk.c | 32 | c-sources: src/C/glpk.c |
32 | 33 | ||
33 | ghc-options: -Wall | 34 | ghc-options: -Wall |
34 | 35 | ||