Class RouteToODMove
java.lang.Object
es.urjc.etsii.grafo.solution.Move<VRPODSolution,VRPODInstance>
es.urjc.etsii.grafo.vrpod.model.solution.BaseMove
es.urjc.etsii.grafo.vrpod.model.solution.InOutMove
es.urjc.etsii.grafo.vrpod.model.solution.RouteToODMove
-
Field Summary
Fields inherited from class es.urjc.etsii.grafo.solution.Move
solutionVersion
-
Constructor Summary
ConstructorsConstructorDescriptionRouteToODMove
(VRPODSolution solution, int od, int customer, int normalDriver, int position, double odCost, double normalCost) -
Method Summary
Modifier and TypeMethodDescription_execute
(VRPODSolution solution) Executes the proposed move, to be implemented by each move type
-
Constructor Details
-
RouteToODMove
public RouteToODMove(VRPODSolution solution, int od, int customer, int normalDriver, int position, double odCost, double normalCost)
-
-
Method Details
-
_execute
Description copied from class:Move
Executes the proposed move, to be implemented by each move type- Specified by:
_execute
in classMove<VRPODSolution,
VRPODInstance>
-