Currently, when we get a new ti, we construct a new tour and check whether that tour is actually valid, however, this is very costly and this operation is done continuously (a recipe for disaster). So, I propose to device a mechanism to make this operation more effective.
Currently, when we get a new ti, we construct a new tour and check whether that tour is actually valid, however, this is very costly and this operation is done continuously (a recipe for disaster). So, I propose to device a mechanism to make this operation more effective.