Recalculate Solution add new DeliveryShippiment or PickupShippiment

Hello all,

Is there any way to recalculate a solution so that it is possible to include new deliveries and pickup?
in specific route

You can add previous solution as initial solution and start algorithm knowing previous one.

VehicleRoutingAlgorithm algorithm;
// ... init stuff
algorithm.addInitialSolution(solution);