This example app demonstrates the following features:
- Delete a customer from the agenda.
If the customer has orders in optimizations, they will be deleted.
When you run the example app, a customer will be deleted.
- Create a
ProgressListenerandvrp::Service. - Call the
deleteCustomer()method from thevrp::Serviceusing the customer object andProgressListenerand wait for the operation to be done.