Searched refs:maybeSample2 (Results 1 – 1 of 1) sorted by relevance
214 auto maybeSample2 = simplexFromConstraints(2, in TEST() local223 EXPECT_TRUE(maybeSample2.has_value()); in TEST()224 EXPECT_THAT(*maybeSample2, testing::ElementsAre(0, 2)); in TEST()