DAGDeltaAlgorithmTest.cpp | 39 std::set<unsigned> fixed_set(unsigned N, ...) { function in namespace:__anon9466 71 FixedDAGDeltaAlgorithm FDA(fixed_set(3, 3, 5, 7)); 72 EXPECT_EQ(fixed_set(4, 1, 3, 5, 7), FDA.Run(range(20), Deps)); 90 FixedDAGDeltaAlgorithm FDA2(fixed_set(2, 1, 3)); 91 EXPECT_EQ(fixed_set(4, 0, 1, 2, 3), FDA2.Run(range(5), Deps)); 99 FixedDAGDeltaAlgorithm FDA3(fixed_set(1, 4)); 100 EXPECT_EQ(fixed_set(2, 0, 4), FDA3.Run(range(5), Deps));
|