The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: cman on August 31, 2007, 04:52:48 PM

Title: Combinatorial Optimization Algorithms
Post by: cman on August 31, 2007, 04:52:48 PM
I'm writing a set of programs to implement several graph type algorithms ( shortest path , maximum flow , minimum spanning tree , ect. ) and need a way to express the data relations graphically. I'd like to display each one of the vertices in the graph along with the edge ( directed or not ) and the associated weight. Any suggestions for how to implement a gui interface? Thanks.  :U
Title: Re: Combinatorial Optimization Algorithms
Post by: u on September 02, 2007, 09:57:30 PM
Ask Gabor (http://www.masm32.com/board/index.php?action=profile;u=440) for his graph-lib. It's capable of what you want.