COIN-OR::LEMON - Graph Library

Changeset 1561:be178ff88711 in lemon-0.x


Ignore:
Timestamp:
07/15/05 18:12:35 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2060
Message:

Wrap long lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • demo/lp_maxflow_demo.cc

    r1560 r1561  
    108108  if(argc<2)
    109109  {
    110       std::cerr << "USAGE: lp_maxflow_demo <input_file.lgf>" << std::endl;
    111       std::cerr << "The file 'input_file.lgf' has to contain a max flow instance in LEMON format (e.g. sample.lgf is such a file)." << std::endl;
     110      std::cerr << "  USAGE: lp_maxflow_demo <input_file.lgf>" << std::endl;
     111      std::cerr << "  The file 'input_file.lgf' has to contain a max "
     112                << "flow instance in\n"
     113                << "  LEMON format (e.g. sample.lgf is such a file)."
     114                << std::endl;
    112115      return 0;
    113116  }
Note: See TracChangeset for help on using the changeset viewer.