data1.txt 255 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. # five vertices
  7. n 5
  8. # the edges
  9. e
  10. 1 2
  11. 0 1
  12. 2 0