Changeset 1561:be178ff88711 in lemon-0.x for demo/lp_maxflow_demo.cc
- Timestamp:
- 07/15/05 18:12:35 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2060
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/lp_maxflow_demo.cc
r1560 r1561 108 108 if(argc<2) 109 109 { 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; 112 115 return 0; 113 116 }
Note: See TracChangeset
for help on using the changeset viewer.