Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/graph/example/data3.txt @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 304 bytes
Line 
1# Copyright (c) 2002 Trustees of Indiana University
2#
3# Distributed under the Boost Software License, Version 1.0.
4# (See accompanying file LICENSE_1_0.txt or copy at
5# http://www.boost.org/LICENSE_1_0.txt)
6# vertices and edges can be interleaved
7v 3.14 0
8v 3.15 1
9e 0 1 0.1
10e 1 0 1.0
11v 3.16 2
12e 1 2 1.2
Note: See TracBrowser for help on using the repository browser.