-
-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
Description
As it works right now, you can set a edges weight as NULL, FLOAT, INT but I need to more than one weight on an edge. In other words i need to set an edges weight to an array or an stdClass object.
I also need to set a vertexes data to an array/object.
How hard is this for you to implement? Maybe even adding a new property to each called "data" so you do not have to change the current functionality.