LICENSE.txt
MANIFEST.in
README.md
setup.py
discrete_fuzzy_operators.egg-info/PKG-INFO
discrete_fuzzy_operators.egg-info/SOURCES.txt
discrete_fuzzy_operators.egg-info/dependency_links.txt
discrete_fuzzy_operators.egg-info/requires.txt
discrete_fuzzy_operators.egg-info/top_level.txt
discrete_fuzzy_operators/base/decision_making/discrete_fuzzy_numbers/discrete_fuzzy_number.py
discrete_fuzzy_operators/base/decision_making/two_tuple/linguistic_term_set.py
discrete_fuzzy_operators/base/decision_making/two_tuple/two_tuple.py
discrete_fuzzy_operators/base/exceptions/decision_making/discrete_fuzzy_numbers/dfn_bad_dimension.py
discrete_fuzzy_operators/base/exceptions/decision_making/discrete_fuzzy_numbers/dfn_membership_out_bounds.py
discrete_fuzzy_operators/base/exceptions/decision_making/owa/owa_bad_weight_definition.py
discrete_fuzzy_operators/base/exceptions/decision_making/owa/owa_bad_weight_length.py
discrete_fuzzy_operators/base/exceptions/decision_making/two_tuple/two_tuple_bad_operation.py
discrete_fuzzy_operators/base/exceptions/operators/operator_bad_definition.py
discrete_fuzzy_operators/base/exceptions/operators/operator_range_invalid.py
discrete_fuzzy_operators/base/exceptions/operators/operator_size_exception.py
discrete_fuzzy_operators/base/operators/binary_operators/fuzzy_discrete_binary_operator.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_aggregation_operator.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_implication_operator.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_aggregation_suboperators/conjunction.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_aggregation_suboperators/copula.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_aggregation_suboperators/disjunction.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_aggregation_suboperators/nullnorm.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_aggregation_suboperators/quasi_copula.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_aggregation_suboperators/tconorm.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_aggregation_suboperators/tnorm.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_aggregation_suboperators/toperator.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_aggregation_suboperators/tsubnorm.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_aggregation_suboperators/uninorm.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_implication_suboperators/d_operator.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_implication_suboperators/ql_operator.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_implication_suboperators/r_implication.py
discrete_fuzzy_operators/base/operators/binary_operators/suboperators/fuzzy_implication_suboperators/sn_implication.py
discrete_fuzzy_operators/base/operators/unary_operators/fuzzy_discrete_unary_operator.py
discrete_fuzzy_operators/base/operators/unary_operators/suboperators/fuzzy_negation_operator.py
discrete_fuzzy_operators/builtin_operators/continuous/implications.py
discrete_fuzzy_operators/builtin_operators/discrete/implications.py
discrete_fuzzy_operators/builtin_operators/discrete/negations.py
discrete_fuzzy_operators/builtin_operators/discrete/tconorms.py
discrete_fuzzy_operators/builtin_operators/discrete/tnorms.py
discrete_fuzzy_operators/decision_making/two_tuple_aggregation.py
discrete_fuzzy_operators/decision_making/yager_aggregation.py
discrete_fuzzy_operators/decision_making/yager_ordinal_aggregation.py
discrete_fuzzy_operators/generators/copulas/fuzzy_copulas_generator.py
discrete_fuzzy_operators/generators/tconorms/fuzzy_tconorms_generator.py
discrete_fuzzy_operators/generators/tnorms/fuzzy_tnorms_iterative_generator.py
discrete_fuzzy_operators/generators/tnorms/fuzzy_tnorms_recursive_counter.py
discrete_fuzzy_operators/generators/tnorms/fuzzy_tnorms_recursive_generator.py
discrete_fuzzy_operators/generators/tnorms/tnorms_iterative_generator_utils/tnorms_iterative_generator_utils.py
discrete_fuzzy_operators/generators/tnorms/tnorms_recursive_generator_utils/tnorms_recursive_generator_utils.py