Re: GLPK input format
Heinrich Schuchardt <[email protected]>
| Newsgroups | gmane.comp.gnu.glpk |
|---|---|
| Message-ID | <[email protected]> |
On 03/12/2018 07:09 AM, [email protected] wrote: > Hi, I am a beginner with glpk and wanted to know if we can input a .tsv > file into glpsol. You can read a comma separated file via the table command. See the examples/csv folder and doc/gmpl.pdf. Tab separated files are not supported. For larger data sets you can also use an ODBC data source. Best regards Heinrich