memilio icon indicating copy to clipboard operation
memilio copied to clipboard

Use unordered map for indices

Open annawendler opened this issue 2 years ago • 1 comments

Use unorderep map for indices to make access more clear, is needed for issue #378

annawendler avatar Dec 12 '22 15:12 annawendler

We could possibly solve this similarly to the struct Flow in the file memilio/utils/flow.h (or use the struct). To do this, we would have to implement the get_flat_flow_index() function from the FlowModel again or move the function to a different location.

lenaploetzke avatar Mar 20 '24 08:03 lenaploetzke