[Lemon-commits] [lemon_svn] ladanyi: r2134 - hugo/trunk/demo
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:50:24 CET 2006
Author: ladanyi
Date: Thu Aug 11 17:24:24 2005
New Revision: 2134
Modified:
hugo/trunk/demo/dim_to_lgf.cc
Log:
Added copyright header and description.
Modified: hugo/trunk/demo/dim_to_lgf.cc
==============================================================================
--- hugo/trunk/demo/dim_to_lgf.cc (original)
+++ hugo/trunk/demo/dim_to_lgf.cc Thu Aug 11 17:24:24 2005
@@ -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 <iostream>
#include <fstream>
#include <cstring>
@@ -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"
More information about the Lemon-commits
mailing list