[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-glpk] GLPK 4.44: examples/csv/transp_csv.mod
From: |
Andrew Makhorin |
Subject: |
Re: [Bug-glpk] GLPK 4.44: examples/csv/transp_csv.mod |
Date: |
Mon, 7 Jun 2010 06:26:12 +0400 |
> Is .value not supported in glpk4.44? What is the correct equivalent
> suffix for ".value"?
.lb lower bound or -Infinity
.ub upper bound or +Infinity
.status status:
0 - undefined
1 - basic
2 - non-basic on lower bound
3 - non-basic on upper bound
4 - non-basic free
5 - non-basic fixed
.val primal value
.dual dual value (combined Lagrange multiplier, reduced cost)
> BTW, is there any reason why the GLPK Lab doesn't have all the
> examples present in the glpk official release?
No reason. When I tested scite, I copied only .mod files and forgot to copy
others.