-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding time dimension to graph. #28
Comments
Hello dear, you can use "user defined attributes" on Edges and vertices. please have a look at: https://github.com/graphtheorysoftware/GraphTea/blob/master/src/graphtea/graph/graph/Edge.java#L76 that should show up automatically on the left panel. Azin |
Hey Dear Azin, I read the Edge.java. So is it good to add a item under "action" menu named "Add time dimension" ? what is your suggestion? Thanks, |
Dear @mostafashaeritj I think it's a good idea. |
Dear Mostafa, |
Dear @rostam |
Dear @mostafashaeritj, |
It would be nice if edges have delay property .(transit time of the edge)
So following algorithms could be added to GraphTea based on delay of edges :
1-maximum flow over time
2-quickest flow over time
3-earliest flow over time
...
The text was updated successfully, but these errors were encountered: