<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>All,</FONT></DIV>
<DIV><FONT face=Arial size=2>I have an STL-template based network/graph library 
I've had for years.&nbsp; Is there interest in having such a thing in 
COIN-OR?</FONT></DIV>
<DIV><FONT face=Arial size=2>It compiles on Linux and MSVC8 (and will very 
likely work under others.)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The discussions at the DIMACS COIN-OR Workshop 
inspired me to dust it off and get it compiling/running on the latest g++ and 
MSVC compilers.&nbsp; I don't think it would take much to get it to comply with 
COIN-OR requirements.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Right now it consists of a couple of graph 
representations, and several algorhithms to go with it.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>Graph types:</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2>- static network (vector based)</FONT></DIV>
<DIV><FONT face=Arial size=2>- dynamic network (list based)</FONT></DIV>
<DIV><FONT face=Arial size=2>- undirected static network (vector 
based)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>Algorithm types:</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2>- Shortest path</FONT></DIV>
<DIV><FONT face=Arial size=2>- Min spanning tree</FONT></DIV>
<DIV><FONT face=Arial size=2>- Max Flow</FONT></DIV>
<DIV><FONT face=Arial size=2>- Min cost flow</FONT></DIV>
<DIV><FONT face=Arial size=2>- Traversals</FONT></DIV>
<DIV><FONT face=Arial size=2>...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'd like to gauge interest in adding this to 
COIN-OR.&nbsp; Any thoughts?&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Philip</FONT></DIV></BODY></HTML>