When debugging/working on instances, it's often useful to compare number of routes in solutions. Of course this info is only a jq '.routes | length' call away, but it would be nice to have it directly available as summary.routes. This would also be similar to how we report the unassigned tasks and their number in summary.
When debugging/working on instances, it's often useful to compare number of routes in solutions. Of course this info is only a
jq '.routes | length'call away, but it would be nice to have it directly available assummary.routes. This would also be similar to how we report the unassigned tasks and their number in summary.