Changeset 463:88ed40ad0d4f in lemon for lemon/dimacs.h
- Timestamp:
- 01/01/09 00:00:00 (16 years ago)
- Branch:
- default
- Children:
- 468:75a5df083951, 525:9605e051942f
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/dimacs.h
r403 r463 3 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 * Copyright (C) 2003-200 85 * Copyright (C) 2003-2009 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). … … 335 335 typedef typename Digraph::ArcIt ArcIt; 336 336 337 if(!comment.empty()) 337 if(!comment.empty()) 338 338 os << "c " << comment << std::endl; 339 339 os << "p mat " << g.nodeNum() << " " << g.arcNum() << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.