[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Chris Hecker <checker@d...> |
| Subject: | Re: [Caml-list] Linear programming |
>Does anyone know if and where I could find a prepackaged LP library >written in Ocaml or linkable with Ocaml? I have found the GNU Linear >Programming Kit. Has anybody written a stubs library for it? Is this for large scale production work with big sparse matrices, or small dense problems? I have an implementation of Lemke's algorithm I wrote for solving dense Linear Complementarity Problems. You can easily transform an LP into and LCP and solve it, but this isn't the most efficient way. So, if this is for "toy" problems (n < 100) then it'd work fine on modern machines, but it won't work for you if you want something totally optimal for huge systems, etc. You're welcome to use the code if you'd like. Most paths are pretty well tested (it's called every frame in my game). It depends on my crappy linear algebra library as well. Let me know, Chris ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners