demo/dim_to_lgf.cc
changeset 1626 e251336be488
parent 1435 8e85e6bbefdf
child 1641 77f6ab7ad66f
     1.1 --- a/demo/dim_to_lgf.cc	Thu Aug 11 14:35:22 2005 +0000
     1.2 +++ b/demo/dim_to_lgf.cc	Thu Aug 11 15:24:24 2005 +0000
     1.3 @@ -1,3 +1,26 @@
     1.4 +/* -*- C++ -*-
     1.5 + * demo/dim_to_lgf.cc - Part of LEMON, a generic C++ optimization library
     1.6 + *
     1.7 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     1.8 + * (Egervary Research Group on Combinatorial Optimization, EGRES).
     1.9 + *
    1.10 + * Permission to use, modify and distribute this software is granted
    1.11 + * provided that this copyright notice appears in all copies. For
    1.12 + * precise terms see the accompanying LICENSE file.
    1.13 + *
    1.14 + * This software is provided "AS IS" with no warranty of any kind,
    1.15 + * express or implied, and with no claim as to its suitability for any
    1.16 + * purpose.
    1.17 + *
    1.18 + */
    1.19 +
    1.20 +///\ingroup demos
    1.21 +///\file
    1.22 +///\brief DIMACS to LGF converter (demo).
    1.23 +///
    1.24 +/// This program converts various DIMACS formats to the LEMON Graph Format
    1.25 +/// (LGF).
    1.26 +
    1.27  #include <iostream>
    1.28  #include <fstream>
    1.29  #include <cstring>
    1.30 @@ -13,7 +36,7 @@
    1.31  "dim_to_lgf - part of lemon library\n";
    1.32  
    1.33  const char* helpString =
    1.34 -"Dimacs to LGF converter\n"
    1.35 +"DIMACS to LGF converter\n"
    1.36  "Usage: dim_to_lgf [OPTIONS]\n"
    1.37  "\n"
    1.38  "Examples:\n"