willu47 / infraflow

Julia/JuMP implementation of a generalised multi-commodity network flow
MIT License
3 stars 2 forks source link

Format input data in csv format #4

Open danieladshead opened 5 years ago

danieladshead commented 5 years ago

At present, the yaml data specification is very verbose, which makes it difficult to structure a model with more than 10 nodes and edges.

An alternative option would be to use multiple csv files with columns for parameters. These could then be easily edited in a spreadsheet, or text editor.

willu47 commented 5 years ago

@citizen93 to make a start on the new csv format

demand timestep, node, commodity, value