I am trying to sovle TSP with time window constraints. I am evaluating the below tools.
OptaPlanner - supported by Jboss community. not specific to TRP but general constraint solver engine.
Jsprit - not sure about its support. its developed by GraphHopper? its listed one of the subprojects of Graph Hopper in GitHub.
Google OR tools - it is written in c++. But can run in java.
what are the advantages & disadvantages for each of the above tool. is there any better open source/paid tool available in market?