[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] Table Statement with Single ValueParameters
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] Table Statement with Single ValueParameters |
Date: |
Wed, 30 Jul 2008 13:17:41 +0400 |
> Or you could switch columns and rows in your csv-file:
> Param, Value
> SHIP_PENALTY, 10
> SHIP_LTL_PENALTY, 100
> ...
Note that spaces are *not* ignored within fields, so probably the
csv file should look like this:
Param,Value
SHIP_PENALTY,10
SHIP_LTL_PENALTY,100
...