Changeset 463:88ed40ad0d4f in lemon for lemon/hao_orlin.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/hao_orlin.h
r428 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). … … 239 239 if (reached[t]) continue; 240 240 _sets.push_front(std::list<int>()); 241 241 242 242 queue[qlast++] = t; 243 243 reached.set(t, true); … … 539 539 if (reached[t]) continue; 540 540 _sets.push_front(std::list<int>()); 541 541 542 542 queue[qlast++] = t; 543 543 reached.set(t, true);
Note: See TracChangeset
for help on using the changeset viewer.