BrunoRosendo / master-thesis

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

Consider refactoring MultiCVRP and RPP into a common base class #45

Closed BrunoRosendo closed 5 months ago

BrunoRosendo commented 7 months ago

This would avoid some code duplication but imo sacrifice some readability

BrunoRosendo commented 6 months ago

When I do this, I should check if self.epsilon should be 0 or not

BrunoRosendo commented 6 months ago

Also consider putting in the option of saving the result as HTML