Changes in tools/dimacs-solver.cc [1170:ad22262328b3:1093:fb1c7da561ce] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/dimacs-solver.cc
r1170 r1093 223 223 throw IoError("Cannot open the file for writing", ap.files()[1]); 224 224 } 225 // fall through226 225 case 1: 227 226 input.open(ap.files()[0].c_str()); … … 229 228 throw IoError("File cannot be found", ap.files()[0]); 230 229 } 231 // fall through232 230 case 0: 233 231 break; … … 254 252 case DimacsDescriptor::SP: 255 253 std::cout << "sp"; 256 break;257 254 case DimacsDescriptor::MAT: 258 255 std::cout << "mat";
Note: See TracChangeset
for help on using the changeset viewer.