[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] C API: Setting up a least-absolute-deviation
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] C API: Setting up a least-absolute-deviation |
Date: |
Sat, 01 Sep 2012 22:30:33 +0400 |
> > I've got this type of model working using MathProg
> > and glpsol, but now I'm trying to figure out how to
> > translate it to the strict form required by the C
> > API. Has anyone done this? What's the best way to
> > go about it? I'm going to need high performance on
> > some large problems.
For another example of using glpk api (in C++) see
http://code.google.com/p/cspsol/