COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/dimacs-solver.cc

    r1386 r1271  
    223223        throw IoError("Cannot open the file for writing", ap.files()[1]);
    224224      }
    225       // fall through
    226225    case 1:
    227226      input.open(ap.files()[0].c_str());
     
    229228        throw IoError("File cannot be found", ap.files()[0]);
    230229      }
    231       // fall through
    232230    case 0:
    233231      break;
     
    254252        case DimacsDescriptor::SP:
    255253          std::cout << "sp";
    256           break;
    257254        case DimacsDescriptor::MAT:
    258255          std::cout << "mat";
Note: See TracChangeset for help on using the changeset viewer.