Changeset 1372:f37f0845cf32 in lemon
- Timestamp:
- 09/08/17 17:02:03 (6 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/dimacs.h
r608 r1372 340 340 typename Digraph::Node u,v; 341 341 if(desc.type==DimacsDescriptor::NONE) desc=dimacsType(is); 342 if(desc.type!=DimacsDescriptor::MAX ||desc.type!=DimacsDescriptor::SP)342 if(desc.type!=DimacsDescriptor::MAX && desc.type!=DimacsDescriptor::SP) 343 343 throw FormatError("Problem type mismatch"); 344 344 _readDimacs(is, g, capacity, u, v, infty, desc);
Note: See TracChangeset
for help on using the changeset viewer.