let's say my traveling salesman is allowed to ignore some nodes, as long as he finishes visiting the nodes he chose , within a time range. his goal is to maximize the gain from the nodes visited (such as the total sales amount from these nodes).
I guess we don't need a total time window constraint, since we already have the availability window for each ndoe. so basically the question boils down to TSPTW with possibility to ignore nodes. it's referred to as Generic TSP (GTSP ) in literature, does OptaPlanner have some knobs to model this?
thanks Yang