# HG changeset patch # User ladanyi # Date 1123773864 0 # Node ID e251336be488ae5fd582722c7d653852cdc25278 # Parent 6f7162316c076312d4d5c06fdb3333c86b0af174 Added copyright header and description. diff -r 6f7162316c07 -r e251336be488 demo/dim_to_lgf.cc --- a/demo/dim_to_lgf.cc Thu Aug 11 14:35:22 2005 +0000 +++ b/demo/dim_to_lgf.cc Thu Aug 11 15:24:24 2005 +0000 @@ -1,3 +1,26 @@ +/* -*- C++ -*- + * demo/dim_to_lgf.cc - Part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + +///\ingroup demos +///\file +///\brief DIMACS to LGF converter (demo). +/// +/// This program converts various DIMACS formats to the LEMON Graph Format +/// (LGF). + #include #include #include @@ -13,7 +36,7 @@ "dim_to_lgf - part of lemon library\n"; const char* helpString = -"Dimacs to LGF converter\n" +"DIMACS to LGF converter\n" "Usage: dim_to_lgf [OPTIONS]\n" "\n" "Examples:\n"