LICENSE.txt
MANIFEST.in
PROJECT_DESCRIPTION.md
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/discrete_fuzzy_numbers/__pycache__/discrete_fuzzy_number.cpython-38.pyc
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/discrete_fuzzy_numbers/__pycache__/dfn_bad_dimension.cpython-38.pyc
discrete_fuzzy_operators/base/exceptions/decision_making/discrete_fuzzy_numbers/__pycache__/dfn_membership_out_bounds.cpython-38.pyc
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/exceptions/operators/__pycache__/operator_bad_definition.cpython-38.pyc
discrete_fuzzy_operators/base/exceptions/operators/__pycache__/operator_range_invalid.cpython-38.pyc
discrete_fuzzy_operators/base/exceptions/operators/__pycache__/operator_size_exception.cpython-38.pyc
discrete_fuzzy_operators/base/generators/discrete_operator_counter.py
discrete_fuzzy_operators/base/generators/discrete_operator_generator.py
discrete_fuzzy_operators/base/generators/__pycache__/discrete_operator_counter.cpython-38.pyc
discrete_fuzzy_operators/base/generators/__pycache__/discrete_operator_generator.cpython-38.pyc
discrete_fuzzy_operators/base/operators/binary_operators/discrete/fuzzy_discrete_binary_operator.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/__pycache__/fuzzy_discrete_binary_operator.cpython-38.pyc
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_aggregation_operator.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_implication_operator.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_sheffer_stoke_operator.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/__pycache__/fuzzy_discrete_aggregation_operator.cpython-38.pyc
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/__pycache__/fuzzy_discrete_implication_operator.cpython-38.pyc
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/__pycache__/fuzzy_discrete_sheffer_stoke_operator.cpython-38.pyc
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_aggregation_suboperators/conjunction.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_aggregation_suboperators/copula.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_aggregation_suboperators/disjunction.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_aggregation_suboperators/nullnorm.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_aggregation_suboperators/quasi_copula.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_aggregation_suboperators/tconorm.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_aggregation_suboperators/tnorm.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_aggregation_suboperators/toperator.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_aggregation_suboperators/tsubnorm.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_aggregation_suboperators/uninorm.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_aggregation_suboperators/__pycache__/conjunction.cpython-38.pyc
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_aggregation_suboperators/__pycache__/tnorm.cpython-38.pyc
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_implication_suboperators/d_operator.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_implication_suboperators/ql_operator.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_implication_suboperators/r_implication.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_implication_suboperators/sn_implication.py
discrete_fuzzy_operators/base/operators/binary_operators/discrete/suboperators/fuzzy_discrete_implication_suboperators/yager_operator.py
discrete_fuzzy_operators/base/operators/binary_operators/unit/fuzzy_unit_binary_operator.py
discrete_fuzzy_operators/base/operators/binary_operators/unit/__pycache__/fuzzy_unit_binary_operator.cpython-38.pyc
discrete_fuzzy_operators/base/operators/binary_operators/unit/suboperators/fuzzy_unit_implication_operator.py
discrete_fuzzy_operators/base/operators/binary_operators/unit/suboperators/__pycache__/fuzzy_unit_implication_operator.cpython-38.pyc
discrete_fuzzy_operators/base/operators/unary_operators/fuzzy_discrete_unary_operator.py
discrete_fuzzy_operators/base/operators/unary_operators/__pycache__/fuzzy_discrete_unary_operator.cpython-38.pyc
discrete_fuzzy_operators/base/operators/unary_operators/suboperators/fuzzy_negation_operator.py
discrete_fuzzy_operators/base/operators/unary_operators/suboperators/yager_generator_operator.py
discrete_fuzzy_operators/base/operators/unary_operators/suboperators/__pycache__/fuzzy_negation_operator.cpython-38.pyc
discrete_fuzzy_operators/base/operators/unary_operators/suboperators/__pycache__/yager_generator_operator.cpython-38.pyc
discrete_fuzzy_operators/builtin_operators/discrete/implications.py
discrete_fuzzy_operators/builtin_operators/discrete/negations.py
discrete_fuzzy_operators/builtin_operators/discrete/sheffer_stroke.py
discrete_fuzzy_operators/builtin_operators/discrete/tconorms.py
discrete_fuzzy_operators/builtin_operators/discrete/tnorms.py
discrete_fuzzy_operators/builtin_operators/discrete/__pycache__/implications.cpython-38.pyc
discrete_fuzzy_operators/builtin_operators/discrete/__pycache__/sheffer_stroke.cpython-38.pyc
discrete_fuzzy_operators/builtin_operators/discrete/__pycache__/tconorms.cpython-38.pyc
discrete_fuzzy_operators/builtin_operators/discrete/__pycache__/tnorms.cpython-38.pyc
discrete_fuzzy_operators/builtin_operators/unit/implications.py
discrete_fuzzy_operators/builtin_operators/unit/__pycache__/implications.cpython-38.pyc
discrete_fuzzy_operators/counters/base/discrete_conjunctions_counter.py
discrete_fuzzy_operators/counters/base/__pycache__/discrete_conjunctions_counter.cpython-38.pyc
discrete_fuzzy_operators/counters/conjunctions/discrete_commutative_conjunctions_recursive_counter.py
discrete_fuzzy_operators/counters/conjunctions/discrete_conjunctions_exhaustive_recursion_counter.py
discrete_fuzzy_operators/counters/conjunctions/discrete_conjunctions_fast_recursion_counter.py
discrete_fuzzy_operators/counters/conjunctions/__pycache__/discrete_commutative_conjunctions_recursive_counter.cpython-38.pyc
discrete_fuzzy_operators/counters/conjunctions/__pycache__/discrete_conjunctions_exhaustive_recursion_counter.cpython-38.pyc
discrete_fuzzy_operators/counters/conjunctions/__pycache__/discrete_conjunctions_fast_recursion_counter.cpython-38.pyc
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/decision_making/__pycache__/yager_ordinal_aggregation.cpython-38.pyc
discrete_fuzzy_operators/generators/conjunctions/discrete_commutative_conjunctions_recursive_generator.py
discrete_fuzzy_operators/generators/conjunctions/discrete_conjunctions_recursive_generator.py
discrete_fuzzy_operators/generators/conjunctions/__pycache__/discrete_conjunctions_recursive_generator.cpython-38.pyc
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