COIN-OR::LEMON - Graph Library

Changeset 1511:d6b95a59da26 in lemon-0.x for demo/helloworld.cc


Ignore:
Timestamp:
06/24/05 10:44:54 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1994
Message:

Half-done, but I want to continue from home.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • demo/helloworld.cc

    r1435 r1511  
    2323      if (i != j) g.addEdge(i, j);
    2424
     25  std::cout << "Hello World!" << std::endl;
     26  std::cout <<  std::endl;
     27  std::cout << "This is library LEMON here! We have a graph!" << std::endl;
     28  std::cout <<  std::endl;
     29
    2530  std::cout << "Nodes:";
    2631  for (NodeIt i(g); i!=INVALID; ++i)
Note: See TracChangeset for help on using the changeset viewer.