You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gur...@googlegroups.com
This might be a newbie question: In the Gurobi python interface how do I read inputs from a .txt file. In the documentation, I found examples to read from an excel and SQL database. I am wondering how can I easily read from a text file. Say for the netflow.py example (supplied in Gurobi documentation) how can I read commodities and nodes lists from a text file.
Ed Rothberg
unread,
Jan 3, 2014, 12:31:29 PM1/3/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gur...@googlegroups.com
You can just use standard Python file I/O routines...