/*-----------------------------------------------------------------------------+ Copyright (c) 2008-2009: Joachim Faulhaber +------------------------------------------------------------------------------+ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENCE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +-----------------------------------------------------------------------------*/ #ifndef BOOST_ICL_FASTEST_TOTAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090703 #define BOOST_ICL_FASTEST_TOTAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090703 //------------------------------------------------------------------------------ // total_absorber //------------------------------------------------------------------------------ BOOST_AUTO_TEST_CASE (fastest_itl_total_itv_quantifier_check_monoid_plus_4_bicremental_types) { itv_quantifier_check_monoid_plus_4_bicremental_types();} BOOST_AUTO_TEST_CASE (fastest_itl_total_itv_quantifier_check_monoid_et_4_bicremental_types) { itv_quantifier_check_monoid_et_4_bicremental_types();} BOOST_AUTO_TEST_CASE (fastest_itl_total_itv_quantifier_check_abelian_monoid_plus_4_bicremental_types) { itv_quantifier_check_abelian_monoid_plus_4_bicremental_types();} BOOST_AUTO_TEST_CASE (fastest_itl_total_itv_quantifier_check_abelian_monoid_et_4_bicremental_types) { itv_quantifier_check_abelian_monoid_et_4_bicremental_types();} // (0-x) + x = 0 | total absorber BOOST_AUTO_TEST_CASE (fastest_itl_total_itv_quantifier_check_abelian_group_plus_4_bicremental_domain_and_discrete_codomain) { itv_quantifier_check_abelian_group_plus_4_bicremental_types();} BOOST_AUTO_TEST_CASE (fastest_itl_total_itv_quantifier_check_abelian_group_plus_4_bicremental_domain_and_continuous_codomain_1) { itv_quantifier_check_abelian_group_plus_4_bicremental_types();} BOOST_AUTO_TEST_CASE (fastest_itl_total_itv_quantifier_check_abelian_group_plus_4_bicremental_domain_and_continuous_codomain_2) { itv_quantifier_check_abelian_group_plus_4_bicremental_types, total_absorber, INTERVAL_MAP>();} //------------------------------------------------------------------------------ // total_enricher //------------------------------------------------------------------------------ BOOST_AUTO_TEST_CASE (fastest_itl_total_enricher_itv_quantifier_check_monoid_plus_4_bicremental_types) { itv_quantifier_check_monoid_plus_4_bicremental_types();} BOOST_AUTO_TEST_CASE (fastest_itl_total_enricher_itv_quantifier_check_monoid_et_4_bicremental_types) { itv_quantifier_check_monoid_et_4_bicremental_types();} BOOST_AUTO_TEST_CASE (fastest_itl_total_enricher_itv_quantifier_check_abelian_monoid_plus_4_bicremental_types) { itv_quantifier_check_abelian_monoid_plus_4_bicremental_types();} BOOST_AUTO_TEST_CASE (fastest_itl_total_enricher_itv_quantifier_check_abelian_monoid_et_4_bicremental_types) { itv_quantifier_check_abelian_monoid_et_4_bicremental_types();} // (0-x) + x =d= 0 | total absorber BOOST_AUTO_TEST_CASE (fastest_itl_total_enricher_itv_quantifier_check_abelian_group_plus_prot_inv_4_bicremental_domain_discrete_codomain) { itv_quantifier_check_abelian_group_plus_prot_inv_4_bicremental_types();} BOOST_AUTO_TEST_CASE (fastest_itl_total_enricher_itv_quantifier_check_abelian_group_plus_prot_inv_4_bicremental_domain_continuous_codomain_1) { itv_quantifier_check_abelian_group_plus_prot_inv_4_bicremental_types();} BOOST_AUTO_TEST_CASE (fastest_itl_total_enricher_itv_quantifier_check_abelian_group_plus_prot_inv_4_bicremental_domain_continuous_codomain_2) { itv_quantifier_check_abelian_group_plus_prot_inv_4_bicremental_types, total_enricher, INTERVAL_MAP>();} // absorber enricher // partial x - x == 0 x - x =d= 0 partiality of subtraction // total (-x)+ x == 0 (-x)+ x =d= 0 totality of subtraction //------------------------------------------------------------------------------ // Inner complement //------------------------------------------------------------------------------ BOOST_AUTO_TEST_CASE (fastest_itl_total_enricher_itv_quantifier_check_inner_complementarity_4_bicremental_types) { itv_quantifier_check_inner_complementarity_4_bicremental_types();} BOOST_AUTO_TEST_CASE (fastest_itl_total_enricher_itv_quantifier_check_length_complementarity_4_bicremental_types) { itv_quantifier_check_length_complementarity_4_bicremental_types();} BOOST_AUTO_TEST_CASE (fastest_itl_total_absorber_itv_quantifier_check_inner_complementarity_4_bicremental_types) { itv_quantifier_check_inner_complementarity_4_bicremental_types();} BOOST_AUTO_TEST_CASE (fastest_itl_total_absorber_itv_quantifier_check_length_complementarity_4_bicremental_types) { itv_quantifier_check_length_complementarity_4_bicremental_types();} #endif // BOOST_ICL_FASTEST_TOTAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090703