Changeset 1170:ad22262328b3 in lemon-main for tools
- Timestamp:
- 03/22/18 18:46:56 (7 years ago)
- Branch:
- default
- Children:
- 1171:50b7e16a135a, 1177:f425c93848fa
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/dimacs-solver.cc
r1093 r1170 223 223 throw IoError("Cannot open the file for writing", ap.files()[1]); 224 224 } 225 // fall through 225 226 case 1: 226 227 input.open(ap.files()[0].c_str()); … … 228 229 throw IoError("File cannot be found", ap.files()[0]); 229 230 } 231 // fall through 230 232 case 0: 231 233 break; … … 252 254 case DimacsDescriptor::SP: 253 255 std::cout << "sp"; 256 break; 254 257 case DimacsDescriptor::MAT: 255 258 std::cout << "mat";
Note: See TracChangeset
for help on using the changeset viewer.