Storing Sets as table entries

Problems with modeling
Post Reply
sidsharma
User
User
Posts: 5
Joined: 6 years ago

Storing Sets as table entries

Post by sidsharma »

Hi all,

I want to store all pair shortest paths.
But I want to store the shortest path instead of the values of the shortest path between any two nodes.
For example:
I want to store the shortest path between node A and B that is A-C-D-E-B not the summation of edge weights of the path.

I am unable to find which data-structure should I use.
Table and parameters only support single values not the sets.
Please help.


Thanks and regards,
Sidharth
Post Reply