Searched refs:RatioSetT (Results 1 – 1 of 1) sorted by relevance
41 typedef interval_set<rational<int> > RatioSetT; in BOOST_AUTO_TEST_CASE() typedef42 typedef RatioSetT::interval_type IntervalT; in BOOST_AUTO_TEST_CASE()43 typedef RatioSetT::element_type RatT; in BOOST_AUTO_TEST_CASE()44 typedef RatioSetT::difference_type DiffT; in BOOST_AUTO_TEST_CASE()46 RatioSetT set_a; in BOOST_AUTO_TEST_CASE()52 RatioSetT between_a = RatioSetT(hull(set_a)) - set_a; in BOOST_AUTO_TEST_CASE()53 RatioSetT between_a2; in BOOST_AUTO_TEST_CASE()63 RatioSetT span_a = set_a + between_a; in BOOST_AUTO_TEST_CASE()64 RatioSetT hull_a = RatioSetT(hull(set_a)); in BOOST_AUTO_TEST_CASE()70 BOOST_CHECK((has_inner_complementarity<RatioSetT,RatioSetT>(set_a))); in BOOST_AUTO_TEST_CASE()[all …]