2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-02 08:52:10 +00:00
Files
graph/test/dimacs.cpp
Andrew Sutton 8c22a6d531 Selectively merging changes from 47269:HEAD. Changes herein fix or address
the following tickets: #1622 (r50206), #2550 (r50191), #416 (r50137),
#2460 (r49563), #2392 (r49254), #2209 (r49000), #1700 (r48611). Also adds
metric_tsp_approx algorithm.



[SVN r50330]
2008-12-20 19:07:58 +00:00

12 lines
245 B
C++

#include <boost/graph/read_dimacs.hpp>
#include <boost/graph/write_dimacs.hpp>
// This is obviously just a stub test. It's currently only used as a compile
// check to make sure that the includes are appropriate.
int main()
{
return 0;
}