I'm currently working on a project that involves conducting a "shortest path analysis" using an undirected graph with negative weight edges (Mixed graphical model, MGM). I know that traditional methods like Dijkstra and Bellman-Ford calculations may not be suitable for this scenario.
I've come across Johnson's algorithm as a potential solution, but I lack prior experience with it in network analysis. I was wondering if you could provide guidance or share any insights on implementing Johnson's algorithm or onother one for this specific case.
Thanks for your help.