Changes in tools/dimacs-solver.cc [561:6e0525ec5355:569:24682336c38e] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/dimacs-solver.cc
r561 r569 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.