data3.txt 304 B

123456789101112
  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
  7. v 3.14 0
  8. v 3.15 1
  9. e 0 1 0.1
  10. e 1 0 1.0
  11. v 3.16 2
  12. e 1 2 1.2