> A question about read in a csv file that contains large constraint > matrix. In the table document (/glpk/doc/table.pdf), it says that for > a csv input file, each row is considered as a record and each column > is a field. To read each field, each of the field name has to be > specified, like in the example of:
> table data IN "filename": s <- [FROM, TO], d~DISTANCE, c~COST; > My question is if the csv file has a large number of columns (like > 10e5), it is impossible to specify each field name. In this case, is > it a way to read in the entire constraint matrix? Please see: http://lists.gnu.org/archive/html/help-glpk/2009-12/msg00051.html _______________________________________________ Help-glpk mailing list Help-glpk@gnu.org http://lists.gnu.org/mailman/listinfo/help-glpk