Travelling Salesman Problem Constraint Representation

Posted by alex25 on Stack Overflow See other posts from Stack Overflow or by alex25
Published on 2010-04-14T07:22:21Z Indexed on 2010/05/13 15:14 UTC
Read the original article Hit count: 244

Hey!

I read a couple of articles and sample code about how to solve TSP with Genetic Algorithms and Ant Colony Optimization etc. But everything I found didn't include time (window) constraints, eg. "I have to be at customer x before 12am)" and assumed symmetry.

Can somebody point me into the direction of some sample code or articles that explain how I can add constraints to TSP and how I can represent those in code.

Thanks!

© Stack Overflow or respective owner

Related posts about traveling-salesman

Related posts about genetic-algorithms