[Solved] c# logic approach to dispatch efficiency [closed]
[ad_1] If you are allowed to use external libraries (I assume some homework assignment) you should use the Combinatorics library (via NuGet). If not, do the combinatoric stuff yourself 😉 The idea: You need all possible (non repeating) combinations of cars and zones to find the combination(s) that gets the most jobs done. Using Variations … Read more