Changeset 209:765619b7cbb2 in lemon-main for test/counter_test.cc
- Timestamp:
- 07/13/08 20:51:02 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/counter_test.cc
r171 r209 1 /* -*- C++-*-1 /* -*- mode: C++; indent-tabs-mode: nil; -*- 2 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 5 * Copyright (C) 2003-2008 … … 76 76 void init(std::vector<int>& v) { 77 77 v[0] = 10; v[1] = 60; v[2] = 20; v[3] = 90; v[4] = 100; 78 v[5] = 80; v[6] = 40; v[7] = 30; v[8] = 50; v[9] = 70; 78 v[5] = 80; v[6] = 40; v[7] = 30; v[8] = 50; v[9] = 70; 79 79 } 80 80 … … 83 83 counterTest<Counter>(); 84 84 counterTest<NoCounter>(); 85 85 86 86 std::vector<int> x(10); 87 87 init(x); bubbleSort(x);
Note: See TracChangeset
for help on using the changeset viewer.