tpbarron / vehicle_optimization

Vehicle simulator to test algorithms for traffic optimization.
1 stars 0 forks source link

Store vehicles in VehicleManager using set not vector. #1

Closed tpbarron closed 10 years ago

tpbarron commented 10 years ago

Store in a set to ensure no duplicates.

tpbarron commented 10 years ago

This probably isn't necessary. Will have to sort list either way. If I am adding duplicates there is a larger problem.