Changeset 209:765619b7cbb2 in lemon for test/graph_test.h
- Timestamp:
- 07/13/08 20:51:02 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/graph_test.h
r171 r209 1 /* -*- C++-*-2 * 3 * This file is a part of LEMON, a generic C++ optimization library 1 /* -*- mode: C++; indent-tabs-mode: nil; -*- 2 * 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 5 * Copyright (C) 2003-2008 … … 218 218 n.incir.push_back(G.addEdge(n.inner[i],n.inner[(i+2)%num])); 219 219 } 220 220 221 221 return n; 222 222 } … … 247 247 checkBidirPetersen(G, num); 248 248 } 249 249 250 250 template <class Graph> 251 251 void checkGraph() {
Note: See TracChangeset
for help on using the changeset viewer.