[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-glpk] enhancements possible
From: |
Andrew Makhorin |
Subject: |
[Help-glpk] enhancements possible |
Date: |
Thu, 29 May 2003 17:24:37 +0400 |
>maybe you should consider developing a small module within glpk to solve
>data envelopment analysis (DEA) problems. Basically, these are very simple
>LP problems: maximise an efficiency score subject to n number of
>constraints, where n = number of other decision making units.
I don't think it would be reasonable to include in glpk a module for
solving dea problem, because the latter is very application specific
while glpk is intended for solving general lp/mip problems. I think it
is easy to implement dea using either gnu mathprog modeling language or,
if more flexibility is needed, glpk api. Or I am mistaken?
Andrew Makhorin