Robert Sworder
Robert Sworder
``` #!/usr/bin/env python3 import numpy as np from python_tsp.exact import solve_tsp_dynamic_programming distance_matrix = np.array( [ [0, 4, 4, 10], [4, 0, 8, 5], [4, 8, 0, 3], [10, 5, 3,...
Thanks for your reply :) Since posting this I had also realised that, in the *actual* travelling salesman problem the 1st city is their home, so can't change. And you...
I did wonder why this file was mastered here! Thanks for pointing me to the canonical location - I'll do as you suggest. Once/if I get this changed there, what's...
Going to allow this to go stale as I need https://github.com/kubernetes-csi/csi-release-tools/pull/276 sorted first. Any help with getting reviews there would be appreciated...
I'm really sorry if I've misread the guidelines, but step 1 of [the guidance](https://www.kubernetes.dev/docs/guide/pull-requests/#why-is-my-pull-request-not-getting-reviewed) says: `Make sure that your pull request has an assigned reviewer (assignee in GitHub). If not,...
As per step 2 of the guidance: @gnufied Is it possible to have an ETA on a review of this PR? Or some feedback on this change? Thanks! Robert
Trying next reviewer. Can I please have feedback on this PR, or an estimate of when that might be possible? I have seen [this post on the K8s Slack](https://kubernetes.slack.com/archives/CJH2GBF7Y/p1750045799996189?thread_ts=1749445070.122929&cid=CJH2GBF7Y) so...
@pohly @gnufied How can I best make progress here? I've been through the guidance, and I'm not sure how else to get review without being annoying, which I don't want...