JasperHavenhand / Honours-Year-Project

COMP390 - Honours Year Project: Temporal Network (Re-)Design Strategies for Early Epidemic Containment
0 stars 0 forks source link

Missing time intervals for graphs and vertices CSVs #4

Closed JasperHavenhand closed 3 years ago

JasperHavenhand commented 3 years ago

The graphs and vertices elements also require the two time interval attributes. The lines in their respective CSV files should be structured as follows: graph-id;label;value_1|value_2|...|value_n;(tx-from,tx-to),(val-from,val-to) vertex-id;[graph-ids];label;value_1|value_2|...|value_n;(tx-from,tx-to),(val-from,val-to)

JasperHavenhand commented 3 years ago

Resolved by giving both graphs and edges a default time interval of 01/01/1970-00:00:00 to 31/12/9999-23:59:59.