BrunoRosendo / master-thesis

Source code for my master's thesis, in the topic "Quantum algorithms for optimizing urban transportation"
MIT License
5 stars 0 forks source link

Refactor calculate_distance_matrix and calculate_trips into the same function #97

Closed BrunoRosendo closed 3 months ago

BrunoRosendo commented 3 months ago

They have a lot of the same code

BrunoRosendo commented 3 months ago

calculate_circular_route is also similar now

BrunoRosendo commented 3 months ago

I refactored some things but I didn't merge because it was useful for the circular/non-circular logic to have them separated