mirror of
https://github.com/boostorg/graph.git
synced 2026-02-02 08:52:10 +00:00
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]
12 lines
245 B
C++
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;
|
|
}
|