Stuart Horine
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Stuart Horine-
Model Creation Hangs
AnsweredHI All, Following on from my previous post (Finding Eulerian Path in a Directed Graph With Minimal Edge Addition) my code has been working ok on my laptop and via SLURM on a cluster, when run with ...
-
Finding Eulerian Path in a Directed Graph With Minimal Edge Addition
AnsweredHi All, I am trying to find an Eulerian Path within a directed graph by duplicating edges, at minimum cost. To try to get this working I've manufactured a digraph with such a path.In the below:var_...