Changeset 561:24682336c38e in lemon-1.1 for tools
- Timestamp:
- 04/06/09 19:51:54 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
- 
          - 1 edited
 
 - 
          tools/dimacs-solver.cc (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        tools/dimacs-solver.ccr552 r561 116 116 DimacsDescriptor &desc) 117 117 { 118 std::stringstream iss( ap["infcap"]);118 std::stringstream iss(static_cast<std::string>(ap["infcap"])); 119 119 Value infty; 120 120 iss >> infty; 
Note: See TracChangeset
          for help on using the changeset viewer.
      

