How to handle Finite Fleet Manage?

My test case scenario is that:
Number of Vehicle: 5
Number of Services: 5
Capacity of each vehicle: 5
Capacity of each service: 1

Using finite fleet I get the solution:
Output: Only one vehicle using 5 service

I want to implement all the five vehicles occupied with each of serving the services in parrallel.
So how should I go about it?

Hi @jsroyal How did you resolved it? I’m also facing the same issue.

Thanks