[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-glpk] assign parameter(s) from file
From: |
Jeff Hamann |
Subject: |
[Help-glpk] assign parameter(s) from file |
Date: |
Fri, 16 Apr 2010 11:50:35 +0400 |
I would like to assign a parameter (single parameter) from a file, using the
table functionality. For example, I can generate a file that contains:
"woodflow"
0.002
and I would like to assign a parameter in the mod file:
param max_woodfow;
table data IN "CSV" "woodflow-deviation.csv" : ??? <- ??? , woodflow ~ flow;
but without assigning a set to anything. Is this possible? If so, how?
Jeff.
Jeff Hamann
address@hidden
- [Help-glpk] assign parameter(s) from file,
Jeff Hamann <=