demo/hello_lemon.cc
changeset 1583 2b329fd595ef
parent 1530 d99c3c84f797
child 1636 260ac104190f
     1.1 --- a/demo/hello_lemon.cc	Fri Jul 22 15:03:23 2005 +0000
     1.2 +++ b/demo/hello_lemon.cc	Fri Jul 22 15:15:29 2005 +0000
     1.3 @@ -1,3 +1,27 @@
     1.4 +/* -*- C++ -*-
     1.5 + * demo/lp_maxflow_demo.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 LEMON style "Hello World!" program
    1.23 +///
    1.24 +/// This program is intended to be a "Hello World!" program that shows
    1.25 +/// the very basic notions of the LEMON library: \ref graphs "graphs" and
    1.26 +/// \ref maps-page "maps". Click on the links to read more about these.
    1.27 +
    1.28  #include <iostream>
    1.29  #include <lemon/list_graph.h>
    1.30