From: efwerwe
Subject: Optimization routines
Date: 
Message-ID: <38BADC29.D2D7A337@domain.com>
Hi:

Does anyone know of any constrained optimization routines that have been
written in lisp and are available for purchase or as share-ware?  Any
pointers or references would be helpful.

Just like MATLAB has a optimization package, we need the same thing in
LISP.

Thanks
Lorri
From: Sashank Varma
Subject: Re: Optimization routines
Date: 
Message-ID: <sashank-2902000944130001@129.59.212.53>
In article <·················@domain.com>, efwerwe
<···········@domain.com> wrote:

[snip]
>Does anyone know of any constrained optimization routines that have been
>written in lisp and are available for purchase or as share-ware?  Any
>pointers or references would be helpful.
[snip]

not sure exactly what you mean by "constrained optimization," but
there's a nice implementation of the simplex algorithm in the cmu
repository.  it's by bruno haible.

sashank