COIN-OR::LEMON - Graph Library

Changeset 1577:15098fb5275c in lemon-0.x for demo/coloring.cc


Ignore:
Timestamp:
07/20/05 18:05:04 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2078
Message:

Documentation (lp_demo,lp_maxflow) and slight changes (rest).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • demo/coloring.cc

    r1560 r1577  
    1717  if(argc<2)
    1818  {
    19       std::cerr << "USAGE: coloring <input_file.lgf>" << std::endl;
     19      std::cerr << "USAGE: coloring input_file.lgf" << std::endl;
    2020      std::cerr << "The file 'input_file.lgf' has to contain a graph in LEMON format together with a nodemap called 'coords' to draw the graph (e.g. sample.lgf is not such a file)." << std::endl;
    2121      return 0;
Note: See TracChangeset for help on using the changeset viewer.